Balance
Check Merchant Balance
Returns a summary of a merchant accounts balances (collection, transfer and transfer irt accounts) .
GET
/
balance
Headers
ApiKey
string
requiredYour api key. To create a key, please get into our dashboard. If you don't have access to it, please reach the Support team.
MerchantId
string
requiredYour merchant ID. This information is available in our dashboard. If you don't have access to it, please reach the Support team.
Environment
enum<string>
requiredAllow you to choose between the sandbox mode to perform some tests or the live mode for real world transactions.
Available options:
live
, sandbox
Query Parameters
date
string
Get balance at Datetime in UTC timezone. Follows the Datetime ISO.
currency
string
Three-letter ISO currency code.
Response
200 - application/json
collectionAccount
object[]
requiredCollection account balance(s).
transferAccount
object[]
requiredTransfer account balance(s).
transferIrtAccount
object[]
requiredIRT Transfer account balance(s).