Get Dynamic Account Balances

Retrieves dynamic balance entries for a specific ledger account. The balances returned by this endpoint REPLACE the standard balance display in the Toqio platform. Instead of showing the default two balance fields, the platform will display exactly what the connector returns here. This allows complete customization of which balances are shown (e.g., available balance, pending balance, reserved amounts, etc.) and how they are labeled. IMPORTANT: If the connector returns an empty array or no response, no balances will be displayed to the end user. For detailed implementation guidance, see the Dynamic Balance in Ledger Apps documentation.

Path Params
string
required

Unique identifier of the customer in the Toqio platform. This ID is used to identify which customer's account balances are being requested.

string
required

Unique identifier of the ledger account for which dynamic balances are being requested. This is the account ID from your connector's system.

Responses

400

BAD_REQUEST - The request parameters are invalid or malformed

404

ACCOUNT_NOT_FOUND - The specified account ID does not exist in the connector's system

500

INTERNAL_SERVER_ERROR - An unexpected error occurred while calculating or retrieving the dynamic balances

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json