Skip to main content
GET
/
v1
/
balances
[
  {
    "merchant_id": "019a0423-2941-735f-9a93-819df469ad39",
    "reserved_amount": 0,
    "total_amount": 16995,
    "available_amount": 0,
    "fee_amount": 0,
    "pending_amount": 16995,
    "available_count": 0,
    "pending_count": 7,
    "currency": "IDR",
    "last_modified_by": "System",
    "last_modified_on": "2025-10-21T00:22:40.8945126+00:00",
    "created_by": "System",
    "created_on": "2025-10-21T00:22:40.8945126+00:00",
    "id": "63c3e1cc-8a94-4613-9b4d-9c72e46ef254"
  }
]

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.