Creates a new order for an internal currency exchange and/or for an outbound payment, using an existing quote.
Body
OK
{- "orderId": "string",
- "quoteRequestId": "string",
- "moveMoneyRequestId": "3e76949a-6212-4461-a828-33657c69bca9",
- "payments": {
- "amount": 0,
- "currency": {
- "budgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "currencyCode": "USD"
}, - "recipientId": "string",
- "internalReference": "string",
- "externalReference": "string"
}
}
{- "orderId": "EABCDE6FGHI0",
- "bank": "BANK",
- "settlement": {
- "date": "20221027",
- "price": {
- "amount": 5,
- "currency": "USD"
}, - "charges": {
- "fee": 0,
- "margin": 0,
- "other": 0
}
}, - "trade": {
- "rate": 1,
- "inverseRate": 1,
- "from": {
- "amount": 5,
- "currency": "USD"
}, - "to": {
- "amount": 5,
- "currency": "USD"
}
}
}