Skip to main content
GET
/
balance
Get Account Balance
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"
  }
}
GET /balance

Authorizations

X-API-KEY
string
header
required

Response

Balance retrieved successfully

success
boolean
Example:

true

data
object