List transactions
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
Return the previous page of results before the value that you specify.
You can’t send the before parameter in the same request as the after parameter.
Return the next page of results after the value that you specify.
You can’t send the after parameter in the same request as the before parameter.
Filter transactions by the date that the merchant submitted the batch that contains the transaction. The format of this value is YYYY-MM-DD.
You must provide either the batchId or the date.
Response
Number of results we returned on this page.
Note: This might not be the total number of results that match your query.