Get Balance API

This API enable you to check your current balance.

🚧

API Documentation Update – Effective 10 June 2025

This document replaces the previous API documentation, which will be officially deprecated starting 10 June 2025.

🔄 Key Changes:

  • brickFlex section has been removed from the response.
  • brickPay is now separated into:
    • usableBalance
    • pendingBalance
  • Same Day Settlement (SDS) information is now included in the response.

Please ensure your integration is updated accordingly. Let us know if you need support with the transition.

📘

Environment for End Point URL

Request parameters

Key ParametersData TypeDescription
publicAccessTokenStringOne time access-token generated using the auth token API

Response parameters

Key ParametersData typeDescription
balanceObjectContains key fields related to your account balance: usableBalance, pendingBalance, and totalBalance.
usableBalanceNumberThe available balance that can be used immediately for transactions. Always ≥ 0.
pendingBalanceNumberFunds that have been received but are still pending settlement. Always ≥ 0.
totalBalanceNumberThe sum of usableBalance and pendingBalance.
sameDaySettlementObjectDescribes your Same Day Settlement (SDS) settings. Includes isActive and earlySettlementBalanceQuota.
isActiveBooleanIndicates whether Same Day Settlement is currently active for your account.
earlySettlementBalanceQuotaNumberThe amount of balance (in your local currency) available for same-day settlement usage today. Always ≥ 0.
Language
Credentials
Header
Click Try It! to start a request and see the response here!