Skip to main content
GET
List direct-route transfers

What this endpoint does

Lists conversions automatically created when customers fund direct payment routes.

When to use it

Use it for transfer search, reconciliation, and monitoring across customers and routes.

Before you call

Authenticate with an API key that can read this resource. Results are restricted to the tenant account bound to that key.

Money and balance effect

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

States and completion

A transfer may still be detecting, screening, converting, paying out, held, failed, or complete. Never infer settlement from creation alone.

Safe retries

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

Authorizations

Authorization
string
header
required

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

Query Parameters

customer_id
string
required
type
string
required
route_id
string
required
counterparty_id
string

Admin keys only: scope results to the given client account (counterparty). Non-admin callers passing this parameter receive 403 — it is never silently ignored.

cursor
string
required
limit
string
required

Response

A cursor-paginated page of transfers.

data
object[]
required

The page of results, newest first.

hasMore
boolean
required

Whether a further page exists after this one.

nextCursor
string | null
required

Opaque cursor to pass as cursor to fetch the next page, or null at the end.