POST
/
v1
/
predict-correspondent
curl --request POST \
  --url https://api.sandbox.pawapay.io/v1/predict-correspondent \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "msisdn": "+260 763-456789"
}'
{
  "country": "ZMB",
  "operator": "MTN",
  "correspondent": "MTN_MOMO_ZMB",
  "msisdn": "260763456789"
}

Predicts the correspondent (Mobile Money Operator) for the specified phone number (MSISDN).

Average misprediction rate when using this endpoint is 0.12%.

Benin has a relatively high level of number portability and therefore has an average misprediction rate of 6%.

Authorizations

Authorization
string
header
required

Body

application/json

Response

200
application/json
Correspondent prediction was successful

The response is of type object.