Skip to main content
GET
List Transactions

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Query Parameters

locationId
string

LocationId is the id of the sub-account.

Example:

"3SwdhCu3svxI8AKsPJt6"

altId
string
required

AltId is the unique identifier e.g: location id.

Example:

"3SwdhCu3svxI8AKsPJt6"

altType
string
required

AltType is the type of identifier.

Example:

"location"

paymentMode
string

Mode of payment.

Example:

"live"

startAt
string

Starting interval of transactions.

Example:

"2024-02-01"

endAt
string

Closing interval of transactions.

Example:

"2024-02-13"

entitySourceType
string

Source of the transactions.

Example:

"funnel"

entitySourceSubType
string

Source sub-type of the transactions.

Example:

"two_step_order_form"

The name of the transaction for searching.

Example:

"Awesome transaction"

subscriptionId
string

Subscription id for filtering of transactions.

Example:

"sub_1KGcXDCScnf89tZoVkoEMCEL"

entityId
string

Entity id for filtering of transactions.

Example:

"61dd0fe9c077f73e67f78803"

contactId
string

Contact id for filtering of transactions.

Example:

"XPLSw2SVagl12LMDeTmQ"

limit
number
default:10

The maximum number of items to be included in a single page of results

Example:

20

offset
number
default:0

The starting index of the page, indicating the position from which the results should be retrieved.

Example:

0

Response

Successful response

data
object[]
required

An array of transactions

totalCount
number
required

total transactions count

Last modified on March 8, 2026