ExternalTransferCreateRequest
amount objectrequired
The amount to transfer
amountstringrequired
The amount of money. Example: 1000.12
Possible values: non-empty and <= 2147483647 characters
currencystringrequired
The currency of the money. Example: 'USD'
Possible values: non-empty and <= 10 characters
beneficiary object
oneOf
- null
- Beneficiary
null
beneficiaryId object
The unique identifier of beneficiary to deposit the amount. You should provide beneficiaryId or either beneficiary object. Format: UUID. Example: 123e4567-e89b-12d3-a456-426614174000
- null
- string<uuid>
null
evidence object
Paths of the supporting documents
- null
- string<URI>[]
null
reference object
The reference for transfer
- null
- string
null
sourceAccountIdstring<uuid>required
The unique identifier of account to withdraw the amount. Format: UUID. Example: 123e4567-e89b-12d3-a456-426614174000
Possible values: >= 36 characters and <= 36 characters
ExternalTransferCreateRequest
{
"amount": {
"amount": "string",
"currency": "string"
},
"beneficiary": "null",
"beneficiaryId": "null",
"evidence": "null",
"reference": "null",
"sourceAccountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}