Skip to main content
GET
Get Transfer
Fetches a single transfer by its id (atx_…), scoped to the account.

Path Parameters

string
required
Account id.
string
required
Transfer id (atx_…).

Response

string
Always transfer.
string
Transfer id (atx_…).
string
Source virtual account id (va_…).
string
Destination virtual account id (va_…).
decimal
Transfer amount, currency-formatted.
Currency
Transfer currency (shared by source and destination virtual accounts).
string | null
Client/bank-visible reference (maximum 40 characters).
string | null
Internal note (maximum 500 characters).
TransferStatus
pending | completed | failed. Currently always completed.
datetime | null
When the transfer completed.
datetime | null
When the transfer failed, if applicable.
string | null
Why the transfer failed, if applicable.
datetime
ISO 8601 creation timestamp.
string
Id of the API key that created the transfer.
datetime | null
ISO 8601 last-update timestamp.
string | null
Id of the API key that last updated the transfer.