Transactions
List and filter transactions
List 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 external_identifier
query parameter can be used to find
results by the transaction’s external_identifier
.
Was this page helpful?