Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://getmipay.com/api/v1/balance \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "balance": 150000, "currency": "XAF", "merchant_name": "My Awesome Business" } }
Retrieve current merchant account balance
JWT bearer token returned by POST /action/auth. Send protected requests with: Authorization: Bearer . Tokens expire after 24 hours.
Balance retrieved successfully
true
Show child attributes