List transactions

Retrieve a list of transactions.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

beforestringOptional

Return the previous page of results before the value that you specify.

You can’t send a before parameter in the same request as an after parameter.

afterstringOptional

Return the next page of results after the value that you specify.

You can’t send an after parameter in the same request as a before parameter.

limitintegerOptional<=100Defaults to 10
Limit the maximum number of results that we return for each page.
datedateRequired

Return results for a specific date. The format of this value is YYYY-MM-DD. You must provide either the batchId or the date.

batchIdintegerRequired
Unique identifier of the batch. You must provide either the batchId or the date.
merchantIdstringOptional
Filter results by the unique identifier that the processor assigned to the merchant.
transactionTypeenumOptional
Type of transaction.
Allowed values:

Response

Successful request. Returns a paginated list of transactions.
datalist of objects
Array of transaction objects.
countdouble or null

Number of results we returned on this page.

Note: This might not be the total number of results that match your query.

hasMoreboolean or null
Indicates whether there is another page of results available.
limitdouble or null
Maximum number of results that we return for each page.

Errors