Create an order

POST {{base_url}}/api/orders

Create an Order object.

Full documentation: Merchant API - Create an order

Request Body

{"amount"=>500, "currency"=>"GBP"}

HEADERS

KeyDatatypeRequiredDescription
Revolut-Api-VersionstringThe version of the Merchant API, specified in YYYY-MM-DD format. If not specified, you will receive an error.

For more information about API versioning, see: API versions |