Skip to main content
PATCH
/
checkout
/
links
/
recurringpayment
/
{id}
/
cancel
Cancel Recurring Payment
curl --request PATCH \
  --url https://checkout-api-service.devepayclub.com/checkout/links/recurringpayment/{id}/cancel \
  --header 'api-key: <api-key>'
{
    "data": null,
    "status": "success",
    "statusCode": "00",
    "message": "Recurring payment cancelled successfully"
}
Use this endpoint carefully. Ending a subscription through this action is permanent; you won’t be able to reactivate it.
id
string
required
The Payment link’s ID.
{
    "data": null,
    "status": "success",
    "statusCode": "00",
    "message": "Recurring payment cancelled successfully"
}