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-21"
Path Parameters
The transfer ID.
Response
transfer retrieved
A transfer of credit between two ledger accounts.
Transfer amount.
25
When the transfer was created.
"2026-01-01T12:00:00.000Z"
The user who initiated the transfer, such as the team member who sent a manual payout. Null if the creator is unavailable.
Transfer currency.
"usd"
Account or user receiving funds.
- Company
- User
Destination ledger account ID.
"ldgr_xxxxxxxxxxxxxx"
Transfer ID.
"ctt_xxxxxxxxxxxxxx"
The object type. Discriminates the create response from a send or a claim link.
transfer "transfer"
Account or user sending funds.
- Company
- User
Source ledger account ID.
"ldgr_xxxxxxxxxxxxxx"
Transfer status. processing means the on-chain leg is still executing — poll the transfer until it resolves to succeeded or failed. A failed transfer may be retried under the same ID and later resolve to succeeded.
processing, succeeded, failed "succeeded"
When the transfer failed, as an ISO 8601 timestamp. Null unless the transfer has failed.
Machine-readable code for why the transfer failed. Null unless the transfer has failed.
Human-readable explanation of why the transfer failed. Null unless the transfer has failed.
Fee charged for the transfer.
0.5
Custom metadata attached to the transfer.
Transfer note.
"Refund for the rescheduled interior detail"

