API Reference

Balance object

This is an object representing your balances.

Balances

Balances are how much money you have in a currency. You can retrieve it to see the balance currently on all currencies supported (or created) by your account.

You can also retrieve the balance history, which contains a list of payment transactions that contributed to the balance (top-ups, charges, and so forth).

Each currency's balance also has an available and pending amount. Available amounts can be used to pay for services and pending amounts are processing and would be arriving soon!


Balance object fields

FieldData typeDescriptionType
idstringunique id of balancerequired
namestringname of balanceoptional
descriptionstringinformation about balanceoptional
available_amountnumberfunds ready to be usedrequired
pending_amountnumberfunds still being processedrequired
currencystringcurrency of balancerequired
activebooleanspecifies if the balance has been disabled or notrequired
event_logjsonlog of important event timestamps of the balanceoptional
metadatajsonmetadata to store extra informationoptional