Retrieve Transfer
Retrieves a single transfer.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-10"
Path Parameters
The transfer ID.
Response
transfer retrieved
A transfer of credit between two ledger accounts.
Transfer amount.
When the transfer was created.
The user who initiated the transfer, such as the team member who sent a manual payout. Null if the creator is unavailable.
Transfer currency.
Account or user receiving funds.
- Company
- User
Destination ledger account ID.
Transfer ID.
The object type. Discriminates the create response from a send or a claim link.
transfer Account or user sending funds.
- Company
- User
Source ledger account ID.
Transfer status. processing means the on-chain leg is still executing — poll the transfer until it resolves to succeeded or failed.
processing, succeeded, failed Fee charged for the transfer.
Custom metadata attached to the transfer.
Transfer note.

