Transfers
Get transfer by ID
Retrieve a transfer by ID with optional expansion of related resources.
Use the expand query parameter to include full objects instead of just IDs:
- sourceAccount: Include full source account details
- destinationAccount: Include full destination account details
- counterparty: Include full counterparty details (for third-party transfers)
- documents: Include document IDs (included by default)
Multiple expansions can be requested: ?expand=sourceAccount,destinationAccount,counterparty
get/v1/transfers/{id}
Path parameters
idstring required
Query parameters
expandstring[]
Fields to expand in the response. Pass as comma-separated values or repeated query params.
[ "sourceAccount", "destinationAccount" ]
includeInternalboolean
Include internal/system-generated documents
Headers
X-API-Keystring
API key
Response
Transfer retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.