Get account balance
Get account balance
- Url: /api/v1/merchant/balance
- Method: GET
- Authorization: Bearer + access_token
Example Response:
{
"statusCode": 200,
"data": {
"totalBalance": 999999999.99,
"currencyCode": "XAF"
},
"message": null,
"errorCode": null
}
Last updated