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
Key | Datatype | Required | Description |
---|---|---|---|
Revolut-Api-Version | string | The 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 |