Skip to main content
POST
/
v2
/
predict-provider
Predict Provider
curl --request POST \
  --url https://api.sandbox.pawapay.io/v2/predict-provider \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "phoneNumber": "+260 763-456789"
}'
{
  "country": "ZMB",
  "provider": "MTN_MOMO_ZMB",
  "phoneNumber": "260763456789"
}
Predicts the provider for the specified phone number. 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%.
pen

Authorizations

Authorization
string
header
required

Body

application/json
phoneNumber
string
required
Example:

Response

country
string
required
Required string length: 3
Example:
provider
string
required
Example:
phoneNumber
string
required
Example: