Get customer transactions

Returns a list of transactions for a given customer.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

The customer’s unique identifier.

Query Params
int32
required
≤ 100

The number of entries to return. Must be <= 100.

int32
Defaults to 0

The entry number from which to start returning values. For example, if there are 10 entries in total and we want the last 4, then offset = 6. Defaults to 0.

date-time

Upon receipt of this parameter, one hour is subtracted from it. Only transactions made at or after the resulting timestamp will be returned. Omitting the time part is equivalent to sending the same date at 00:00:00. Omitting this parameter altogether lifts the described restriction on the transaction’s creation time. This field has this format: (in YYYY-MM-DD+hh:mm:ss format). For instance: "2025-10-14+13:24:13"

date-time

Upon receipt of this parameter, one hour is subtracted from it. Only transactions made at or before the resulting timestamp will be returned. Omitting the time part is equivalent to sending the same date at 00:00:00.

boolean
Defaults to false

Whether to order the results in descending order of creation time. Defaults to false.

int32

If present, returns only the corresponding transaction.

boolean
Defaults to false

Whether to only return deferred purchase installment charges. Defaults to false.

Responses

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