GET
Get Balance Details

Authorizations

app-id
string
header
required

A unique identifier assigned to each application.

secret-key
string
header
required

A secure token associated with the app-id.

Response

OK

available_balance
number

The balance available for any transaction or immediate use.

Example:

1000.5

incoming_balance
number

Funds from payments that are in transit and not yet available for spending.

Example:

500.25

outgoing_balance
number

Amounts earmarked for pending transactions, such as refunds or payouts, that will reduce the available balance once processed.

Example:

250.75

rolling_reserve_balance
number

A reserve amount held for potential liabilities, such as chargebacks; may vary based on business risk.

Example:

1500

withdrawable_balance
number

The amount eligible for withdrawal, excluding any rolling reserve amounts.

Example:

850.3