GET
/
v1
/
wallet-balances
/
{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

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.

Required string length: 3

Response

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

List of wallet balances