List transactions
Retrieve a list of transactions.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
before
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.
after
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.
limit
Limit the maximum number of results that we return for each page.
date
Return results for a specific date. The format of this value is YYYY-MM-DD. You must provide either the batchId or the date.
batchId
Unique identifier of the batch. You must provide either the batchId or the date.
merchantId
Filter results by the unique identifier that the processor assigned to the merchant.
transactionType
Type of transaction.
Allowed values:
Response
Successful request. Returns a paginated list of transactions.
data
Array of transaction objects.
count
Number of results we returned on this page.
Note: This might not be the total number of results that match your query.
hasMore
Indicates whether there is another page of results available.
limit
Maximum number of results that we return for each page.
links
Reference links to navigate to the previous page of results or to the next page of results.