v5
latestOpenAPI 3.1.02026-07-262421791.5 MBtransfer
Get a transfer by ID
Get transfer info by ID. To receive dynamic updates as the state of the transfer changes, see the webhooks documentation.
get/v1/transfers/{transferId}
Path parameters
transferIdinteger required
The transfer ID
Headers
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Response
Returns the transfer object, with or without an originator block depending on the type of transfer.
Example response
{
"id": 16521632,
"user": 4342275,
"targetAccount": 8692237,
"quoteUuid": "8fa9be20-ba43-4b15-abbb-9424e1481050",
"status": "incoming_payment_waiting",
"reference": "reference text",
"rate": 0.89,
"created": "2017-11-24 10:47:49",
"details": {
"reference": "Testing"
},
"sourceCurrency": "EUR",
"targetCurrency": "GBP",
"targetValue": 150,
"customerTransactionId": "54a6bc09-cef9-49a8-9041-f1f0c654cd88",
"payinSessionId": "23330542-8e9e-419f-95eb-312b880f92ad"
}