get https://api.stage.bamboopayment.com/v3/api/MerchantAccount/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:
| Parameter | Description |
|---|---|
Response → Date | Date and time when you send the request. |
Response → CurrencyCode | ISO code of the currency configured for the merchant. |
Response → FinalAccountingBalance | Total balance. |
Response → FinalAvailableBalance | Total balance available for withdraw. |
Response → FinalFeeBalance | Balance available for fees. |
Response → FinalProcessingBalance | Balance in processing. This balance will be available when the processing finishes successfully; otherwise, it is canceled. |
Errors | Errors that may appear during the execution of the API method. |
