GET
/
account
/
balance
curl --request GET \
  --url https://api.clickpesa.com/third-parties/account/balance \
  --header 'Authorization: Bearer <token>'
[
  {
    "currency": "TZS",
    "balance": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Get Account Balance response
currency
enum<string>

Currency

Available options:
TZS
balance
number

Account balance