Skip to main content
GET
/
v2
/
wallet-balances
Wallet balances
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": ""
    }
  ]
}
Allows you to get the list of wallets and their balances configured for your pawaPay account.

Authorizations

Authorization
string
header
required

Query Parameters

country
string
Required string length: 3
Example:

Response

balances
object[]
required