cURL
curl --request GET \ --url https://api.sandbox.pawapay.io/v1/wallet-balances/{country} \ --header 'Authorization: Bearer <token>'
{ "balances": [ { "country": "ZMB", "balance": "21798.03", "currency": "ZMW", "mno": "" } ] }
See Authentication.
The country for which to get wallet balances for.
Format is ISO 3166-1 alpha-3, three character country code in upper case. Read more from Wikipedia.
3
Request has been succesfully processed.
The response is of type object.
object
Was this page helpful?