Skip to main content

List transactions

Returns the organization’s transactions, newest first, cursor-paginated.

Query parameters

Response

Statuses: approved, pending, denied, failed, reversed, expired. Pass nextCursor back as cursor to fetch the next page; nextCursor is null on the last page. A malformed cursor returns 400 BAD_CURSOR.

Export transactions

Streams the filtered range as CSV. Accepts the same filters as the list (minus pagination), plus:
Approving and denying pending transactions lives under the Approvals endpoints.