Skip to main content
GET
Get All Balances

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
merchant_id
string

Unique identifier of the merchant account.

reserved_amount
integer

Funds reserved and not available for payout (e.g., unsettled, held for compliance checks).

total_amount
integer

Total funds recorded under the merchant account (available + pending).

available_amount
integer

Funds available for payout/withdrawal.

fee_amount
integer

Accumulated transaction fees deducted from the account.

pending_amount
integer

Funds pending settlement (e.g., in-progress or clearing transactions).

available_count
integer

Number of transactions that are already settled and available.

pending_count
integer

Number of transactions still pending settlement.

currency
string

Currency code (ISO-4217), e.g., IDR, SGD.

last_modified_by
string

User or system identifier of the last update action.

last_modified_on
string

Timestamp when the record was last updated.

created_by
string

User or system identifier that created the record.

created_on
string

Timestamp when the record was created.

id
string

Unique identifier for this balance record.