Merchant Account Balance
Overview
To get the merchant account balance, you can use the GET /api/balance
endpoint.
The endpoint requires a X-API-KEY
header with your API key.
Response:
{
"date": "2024-05-13T06:39:27.311Z",
"data": {
"KES": 0
}
}