Use this API to complete the refund for an order.

👍

Good to know

To complete a refund order, pass your secret key as the api-key header.

Sample payload

{
    "reference": "{{orderreference}}",
    "Reason": "",
    "Amount": ""
}