Refund

Refund Transaction API

This endpoint allows users to initiate a full or partial refund for a specific transaction using its unique reference.

By sending a PUT request to the specified URL, you can process a full or partial refund depending on the request payload.


Example Request Body

{
  "transactionReference": "tx_12345678",
  "refundAmount": 100.5,
  "refundReason": "Customer requested refund"
}
Language
Click Try It! to start a request and see the response here!