curl --request PATCH \
--url https://checkout-api-service.epayclub.com/checkout/links/recurringpayment/{id}/cancel \
--header 'api-key: <api-key>'{
"data": null,
"status": "success",
"statusCode": "00",
"message": "Recurring payment cancelled successfully"
}
Cancel a Subscription Payment.
curl --request PATCH \
--url https://checkout-api-service.epayclub.com/checkout/links/recurringpayment/{id}/cancel \
--header 'api-key: <api-key>'{
"data": null,
"status": "success",
"statusCode": "00",
"message": "Recurring payment cancelled successfully"
}
{
"data": null,
"status": "success",
"statusCode": "00",
"message": "Recurring payment cancelled successfully"
}