Skip to main content

Cancel refund

DELETE 

/api/v1/refund/:id_number

To cancel a refund request using the refund ID

🔋 Sample Request Payload

{
"merchantCode": "842217"
}

🎯 Note: Payload must be encrypted before being sent to the server. To access the response data, decrypt it upon receiving the response from the server

⚡️ Payload Details

Field NameDescriptionRequired
merchantCodePass the merchant code✅ Yes

Request

Responses

Refund cancelled successfully. Decrypt the server response to view the result.