Get Balance Details

Retrieve a paginated list of balance transaction details for the specified account type (available, pending, or fixed reserve).

Query Params
string

Type of balance account to query. Valid values:

  • available: available balance (acc_settle)
  • pending: pending/unsettled balance (acc_payment)
  • fixed_reserve: fixed reserve balance (acc_fixed_reserve)
string

Region of the merchant account (e.g. US, HK). Defaults to the merchant's default region.

string

Currency of the balance account. Defaults to the merchant's default currency. Must match the specified region.

string

Cursor for pagination; use the cursor value returned in the previous response.

int32

A limit on the number of objects to return. Range: 1-100 (default is 10).

string

Filter by transaction event type. Only applicable when balance_type is "available". When balance_type is "pending" or "fixed_reserve", this field is ignored.

string

Filter option: transaction start time (Unix timestamp).

string

Filter option: transaction end time (Unix timestamp).

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json