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

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 |