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.
List of wallet balances
Show child attributes
Country of the wallet.
"ZMB"
The current balance of the wallet.
"1000.0"
Currency of the wallet.
"ZMW"
If you are using a wallet that is only used by a single MMO, that MMO-s correspondent code will be shown here.
"MTN_MOMO_BEN"
Was this page helpful?