TransferCreateRequest
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
comment object
The comment for the transfer. Example: 'Salary payment'
- null
- string
null
receiverUsernamestringrequired
Customer's username, who should receive funds
Possible values: >= 3 characters and <= 100 characters
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
TransferCreateRequest
{
"amount": {
"amount": "string",
"currency": "string"
},
"comment": "null",
"receiverUsername": "string",
"sourceAccountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}