Skip to main content
The “List Transactions” API allows to retrieve a paginated list of transactions. Customize your results by filtering transactions based on name, alt type, transaction status, payment mode, date range, type of source, contact, subscription id, entity id or paginate through the list using the provided query parameters. This endpoint provides a straightforward way to explore and retrieve transaction information.

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Query parameters

string
default:"3SwdhCu3svxI8AKsPJt6"
LocationId is the id of the account.
string
default:"3SwdhCu3svxI8AKsPJt6"
required
AltId is the unique identifier e.g: account id.
string
default:"account"
required
AltType is the type of identifier.
string
default:"live"
Mode of payment.
string
default:"2024-02-01"
Starting interval of transactions.
string
default:"2024-02-13"
Closing interval of transactions.
string
default:"funnel"
Source of the transactions.
string
default:"two_step_order_form"
Source sub-type of the transactions.
The name of the transaction for searching.
string
default:"sub_1KGcXDCScnf89tZoVkoEMCEL"
Subscription id for filtering of transactions.
string
default:"61dd0fe9c077f73e67f78803"
Entity id for filtering of transactions.
string
default:"XPLSw2SVagl12LMDeTmQ"
Contact id for filtering of transactions.
number
default:"20"
The maximum number of items to be included in a single page of results
number
default:"0"
The starting index of the page, indicating the position from which the results should be retrieved.

Respuestas

object[]
required
An array of transactions
number
required
total transactions count

Ejemplo