OwnTransferCreateRequest
fees object[]
quote objectrequired
fx object
- null
- Fx
sourceAmount objectrequired
The amount of money. Example: 1000.12
Possible values: non-empty and <= 2147483647 characters
The currency of the money. Example: 'USD'
Possible values: non-empty and <= 10 characters
targetAmount objectrequired
The amount of money. Example: 1000.12
Possible values: non-empty and <= 2147483647 characters
The currency of the money. Example: 'USD'
Possible values: non-empty and <= 10 characters
Possible values: [FX, SURCHARGE, ATM, TRANSFER, SUBSCRIPTION, CARD_ISSUE, CARD_DELIVERY, CARD_MONTHLY_SERVICE, CARD_FX, CARD_PAYMENT_OTHER, CLOSURE, DORMANCY, MARKUP]
quote objectrequired
fx object
- null
- Fx
sourceAmount objectrequired
The amount of money. Example: 1000.12
Possible values: non-empty and <= 2147483647 characters
The currency of the money. Example: 'USD'
Possible values: non-empty and <= 10 characters
targetAmount objectrequired
The amount of money. Example: 1000.12
Possible values: non-empty and <= 2147483647 characters
The currency of the money. Example: 'USD'
Possible values: non-empty and <= 10 characters
{
"fees": [
{
"quote": {
"fx": "null",
"sourceAmount": {
"amount": "string",
"currency": "string"
},
"targetAmount": {
"amount": "string",
"currency": "string"
}
},
"type": "FX"
}
],
"hash": "string",
"quote": {
"fx": "null",
"sourceAmount": {
"amount": "string",
"currency": "string"
},
"targetAmount": {
"amount": "string",
"currency": "string"
}
},
"sourceAccountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"targetAccountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}