Creates a new order for an internal currency exchange and/or for an outbound payment, using an existing quote.
OK
Bad request
Unauthorised
Forbidden
Not found
Method not allowed
Unsupported media type
Too many requests
Internal server error
{- "orderId": "string",
- "quoteRequestId": "string",
- "payments": {
- "amount": 0,
- "currency": {
- "budgetId": "b489ea2c-0dd1-4fb1-b345-de5a596a5527",
- "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": 0,
- "inverseRate": 0,
- "from": {
- "amount": 5,
- "currency": "USD"
}, - "to": {
- "amount": 5,
- "currency": "USD"
}
}
}