Refund an order
POST {{base_url}}/api/1.0/orders/:order_id/refund
Issue a refund for a completed order. A refund can be either full or partial.
You can initiate a refund for an order only when it is in the COMPLETED
state.
Full documentation: Merchant API - Refund an order
Request Body
{"amount"=>40, "currency"=>"GBP", "merchant_order_ext_ref"=>"00122", "description"=>"Refund for damaged goods"}