Transactions
List and filter transactions
List and search for transactions by ID, label, and other filters.
All transactions can be listed by calling the GET /transactions
API.
The response includes a list of transactions as well as a cursor that points to the next and previous page of results.
Filter transactions
The GET /transactions
API supports various query parameters to filter
the results. For example, the search
query parameter can be used to filter
results by either the transaction id
or external_identifier
.
Was this page helpful?