cURL
curl --request GET \ --url https://getmipay.com/api/v1/balance \ --header 'X-API-KEY: <api-key>'
{ "success": true, "data": { "balance": 150000, "currency": "XAF", "merchant_name": "My Awesome Business" } }
Retrieve current merchant account balance
Balance retrieved successfully
true
Show child attributes