A transfer is a payment order to a recipient account based on a quote.
Once created, a transfer usually needs to be funded within fourteen days. Otherwise, it will be automatically cancelled.
Transfer current status. See Tracking Transfers for all possible statuses.
Example:"incoming_payment_waiting"
Unique identifier randomly generated per transfer request by the calling client
Example:"54a6bc09-cef9-49a8-9041-f1f0c654cd88"
ID of the Payin Session generated for the transfer, which can be used for certain payin methods when funding the transfer
Example:"23330542-8e9e-419f-95eb-312b880f92ad"
{ "id": 16521632, "user": 4342275, "targetAccount": 8692237, "sourceAccount": null, "quote": null, "quoteUuid": "8fa9be20-ba43-4b15-abbb-9424e1481050", "status": "incoming_payment_waiting", "reference": "reference text", "rate": 0.89, "created": "2017-11-24 10:47:49", "business": null, "transferRequest": null, "details": { "reference": "Testing" }, "hasActiveIssues": false, "sourceCurrency": "EUR", "sourceValue": 0, "targetCurrency": "GBP", "targetValue": 150, "customerTransactionId": "54a6bc09-cef9-49a8-9041-f1f0c654cd88", "payinSessionId": "23330542-8e9e-419f-95eb-312b880f92ad" }