Skip to main content

Cancel open invoice

DELETE 

/api/v1/open-invoice/:id

To cancel a open invoice

🔋 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

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