Update an order (Deprecated)

PATCH {{base_url}}/api/1.0/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 (Deprecated)

Request Body

{"amount"=>100, "currency"=>"EUR", "merchant_order_ext_ref"=>"test order"}