Get transactions
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
Sort order (ascending by default). Typically used together with the sort
parameter.
The field to sort the results by. Typically used together with the order
parameter.
Created after this datetime (exclusive)
Created before this datetime (exclusive)
Updated after this datetime (exclusive)
Updated before this datetime (exclusive)
Transaction started after this datetime (exclusive)
Transaction started before this datetime (exclusive)
Amount greater than (exclusive)
Amount less than (exclusive)
Merchant amount greater than (exclusive)
Merchant amount less than (exclusive)
Response
A token that can be sent in the pagination_token
query parameter to get the next page of results, or null
if there is no next page (i.e. you’ve reached the last page).
A token that can be sent in the pagination_token
query parameter to get the previous page of results, or null
if there is no previous page (i.e. you’ve reached the first page).