Get Balance

This GET method is used to retrieve the merchant’s current balance. It includes detailed information by country and currency.

Get merchant balance

get

Returns the current financial balance of the merchant, including both available balance and total balance, organized by country and currency.

Responses
chevron-right
200

Balance successfully retrieved

application/json
countrystringOptional

ISO 3166-1 alpha-3 country code.

Example: ARG
currencystringOptional

ISO 4217 currency code.

Example: ARS
availableBalancenumberOptional

Amount available for use.

Example: 98000000
balancenumberOptional

Total account balance.

Example: 100000000
get
/balance
triangle-exclamation

Last updated