cURL
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" }'
200
example
{ "country": "ZMB", "provider": "MTN_MOMO_ZMB", "msisdn": "260763456789"}
See Authentication.
Provider prediction was completed
The response is of type object.
object
Was this page helpful?