cURL
curl --request GET \ --url https://api.sandbox.pawapay.io/v2/wallet-balances \ --header 'Authorization: Bearer <token>'
{ "balances": [ { "country": "ZMB", "balance": "21798.03", "currency": "ZMW", "provider": "" }, { "country": "UGA", "balance": "10798.03", "currency": "UGX", "provider": "" } ] }
See Authentication.
The country you wish to limit the results to.
Format is ISO 3166-1 alpha-3, three character country code in upper case. Read more from wikipedia.
3
"ZMB"
Request has been succesfully processed.
List of wallet balances
Show child attributes
Was this page helpful?