Skip to main content
GET
/
v1
/
wallet-balances
/
{country}
Wallet balances for country
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": ""
    }
  ]
}
Allows you to get the wallet balances for a specific country configured for your account.

Authorizations

Authorization
string
header
required

Path Parameters

country
string
required
Required string length: 3

Response

balances
object[]
required