Version: 1
Transaction Exports API
Export the transactions of your merchants as a streamed CSV file — useful for reconciliation and reporting pipelines that prefer flat files over paginated JSON.
The export accepts the same filters as the Transactions list endpoint plus two shaping parameters:
columns— the subset of columns to include (see the Columns endpoint for the full list). Omit to export every column.count— cap on the number of rows exported.
Required permission: orders_read.
Authentication
- HTTP: Bearer Auth
Acquirer API key sent as a bearer token:
Authorization: Bearer acquirer_key_...
Keys are created from the Acquirer Dashboard and carry an explicit set of permissions. Every request is scoped to the acquirer that owns the key — resources of other acquirers are never visible. Keys may be IP-restricted; requests from non-whitelisted IPs are rejected with HTTP 401. See the Authentication page for details.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | acquirer_key_* |