Update an order
PATCH {{base_url}}/api/orders/:order_id
Update the details of an order.
Specific limitations apply based on the state of the order, see full documentation: Merchant API - Update an order.
Request Body
{"amount"=>100, "currency"=>"EUR", "merchant_order_data"=>{"reference"=>"test order"}}
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 |