Skip to content

Get Account Balance

Endpoint

GET /api/v1/merchant/account/balance

Description

Retrieves the current available balance associated with your funding account. This is useful to monitor your available funds and ensure seamless processing of card operations (e.g. issuance, top-up).

Response

{
  "availableBalance": 15000.00,
  "availableToAllocate": 12000.00
}

Field Descriptions

Field Description
availableBalance Total amount currently available in your funding account.
availableToAllocate Amount that can still be assigned to your customers for card usage.

Response Codes

Status Code Meaning
200 OK Account balance retrieved successfully.
401 Unauthorized Invalid or missing authentication credentials.
500 Internal Server Error Unexpected error occurred.

Notes

  • This endpoint requires authentication via your API key.
  • Balances are real-time and reflect provider-linked funding accounts.