Get Balance

The API for Account Balances allows merchants to check their account balances without using Bamboo’s merchant console.

This endpoint allows you to retrieve the current available balance. It provides detailed information about your account’s financial status, including the available balance, accounting balance, and any pending fees or processing amounts.

Staging

https://api.stage.bamboopayment.com/v3/api/MerchantAccount/balance

Production

https://api.bamboopayment.com/v3/api/MerchantAccount/balance


📘

You don’t need to configure a request to invoke this API.


Response:

ParameterDescription
Response → DateDate and time when you send the request.
Response → CurrencyCodeISO code of the currency configured for the merchant.
Response → FinalAccountingBalanceTotal balance.
Response → FinalAvailableBalanceTotal balance available for withdraw.
Response → FinalFeeBalanceBalance available for fees.
Response → FinalProcessingBalanceBalance in processing. This balance will be available when the processing finishes successfully; otherwise, it is canceled.
ErrorsErrors that may appear during the execution of the API method.
Language
Credentials
Header
Click Try It! to start a request and see the response here!