Skip to main content
GET
/
v1
/
balances
/
{currency}
{
  "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.

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.