cURL
curl --request GET \ --url https://api.sandbox.pawapay.io/v1/wallet-balances \ --header 'Authorization: Bearer <token>'
{ "balances": [ { "country": "ZMB", "balance": "21798.03", "currency": "ZMW", "mno": "" }, { "country": "UGA", "balance": "10798.03", "currency": "UGX", "mno": "" } ] }
See Authentication.
Request has been succesfully processed.
The response is of type object.
object
Was this page helpful?