Skip to main content
GET
Get Balance By Currency

Authorizations

Authorization
string
header
required

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

Path Parameters

currency
string
required

Response

200 - application/json
merchant_id
string
required

Unique identifier of the merchant account.

reserved_amount
integer
required

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

total_amount
integer
required

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

available_amount
integer
required

Funds available for payout/withdrawal.

fee_amount
integer
required

Accumulated transaction fees deducted from the account.

pending_amount
integer
required

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

available_count
integer
required

Number of transactions that are already settled and available.

pending_count
integer
required

Number of transactions still pending settlement.

currency
string
required

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

last_modified_by
string
required

User or system identifier of the last update action.

last_modified_on
string
required

Timestamp when the record was last updated.

created_by
string
required

User or system identifier that created the record.

created_on
string
required

Timestamp when the record was created.

id
string
required

Unique identifier for this balance record.