List Transactions

Returns a list of charge type transactions.

Query Params
string
enum
required

Type of transaction to be listed, default lists all, otherwise list one of charge.

Allowed:
boolean

If we want to allow marqeta view, only relevant for charges.

string

Optional end ARI of query, used during pagination. Mutually exclusive with the 'after' query parameter - i.e. only one of 'after' or 'before' can be specified in one request.

string

Optional start ARI of query, used during pagination. Mutually exclusive with the 'before' query parameter - i.e. only one of 'after' or 'before' can be specified in one request.

string

Max number of transactions to list per page. Default is 20.

string

End date of query (MM-DD-YYYY).

string

Start date of query (MM-DD-YYYY).

string

Unix timestamp representing the end time of the query.

string

Unix timestamp representing the start time of the query.

string

String to filter results on. Filters include order ID, transaction ID, status, amount, customer email, name, and phone number (only for charges).

string

Optional ARI of merchant issuing the list request.

string

A comma-separated set of related objects to expand in the response. Allowed value is 'checkout'.

Headers
boolean

Optional param to denote whether client-side strict validation is used. Defaults to True if no param provided.

Responses

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*