GET
/
v1
/
wallet-balances
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": ""
    }
  ]
}

Allows you to get the list of wallets and their balances configured for your account.

Authorizations

Authorization
string
header
required

Response

200
application/json
Request has been succesfully processed.
balances
object[]
required

List of wallet balances