post https://testapi.multisafepay.com/v1/json/orders//refunds
Process a full or partial refund for an order.
Refunding creates a new order linked to the original order. By default, it has the same order ID as the original order. This can be overridden by including refund_order_id
in the request.
How to test
- Under Authentication > Query, enter an API key from your TEST account.
- Under Path params, enter the order ID of the order you want to refund.
- Under Body params, select the type of refund.
- Fill in the required parameters, and then click Try it!
❗️ Never use a live API key!