Skip to main content
GET
Export Treasury transactions

What this endpoint does

Exports the same tenant-scoped, non-PII transaction view as a CSV file for reconciliation and finance workflows.

When to use it

Use it for a bounded accounting export after selecting an external reference, movement kind, operation status, or date range.

Before you call

Authenticate with treasury:read. The export supports up to 5,000 rows; if the selected result is larger, narrow the filters and request another export.

Money and balance effect

This is a read-only request. It does not reserve, debit, credit, or settle money.

States and completion

The file is a point-in-time transaction snapshot. A linked operation may still be accepted, held, or submitted, so CSV presence is not proof of external settlement.

Safe retries

GET requests are read-only and may be retried with normal exponential backoff. Do not send an Idempotency-Key. Read Operations and reconciliation for the complete workflow.

Authorizations

Authorization
string
header
required

Send the same Wayex API key as Authorization: Bearer <key>.

Query Parameters

limit
number
Example:

5000

to
string<date-time>
from
string<date-time>
status
string
kind
string
externalReference
string

Response

200 - text/csv

A complete CSV for the selected bounded result set.

The response is of type string.