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": "" } ] }
3
Show child attributes
Was this page helpful?