Get Balance

Money-out Get Balance

POST [BASEURL]/api/get-balance

A read-only endpoint that returns the current balance of your money-out account (and optional breakdowns such as limits and holds). Use this to decide whether a disbursement can proceed and to show live balance in dashboards.

Headers

Key
Value

x-api-key

[Your API Key]

secret-token

[Your Secret Key]

Authorization

Response

{
    "meta": {
        "message": "Get Balance successfully",
        "code": 200,
        "status": "success"
    },
    "data": {
        "AvailBalance": 793350
    }
}

Last updated