4. Create topup order
POST {{host}}/v1/transfers
A transfer is a payment order to recipient account based on a quote. Once created, a transfer needs to be funded within the next five working days. Otherwise, it will be automatically canceled.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"id":48902285,"user":5461414,"targetAccount":14109559,"sourceAccount":null,"quote":2934720,"quoteUuid":"2934720","status":"incoming_payment_waiting","reference":"my ref","rate":0,"created":"2020-10-29 13:01:23","business":null,"transferRequest":null,"details":{"reference":"my ref"},"hasActiveIssues":false,"sourceCurrency":"GBP","sourceValue":98.89,"targetCurrency":"USD","targetValue":0,"customerTransactionId":"bbfcecdd-112c-46d9-87c8-73ea4c8fdfab"}