---
title: "Credit Card Renewal Notification"
method: POST
path: "/RecurringPayments/CreditCardRenewal/{recurring_uid}"
tags: ["Recurring Payments"]
---

# Credit Card Renewal Notification

`POST /RecurringPayments/CreditCardRenewal/{recurring_uid}`

This endpoint is used to notify the customer about the renewal of their credit card for a recurring payment, a payment page link will be attached to the email.
There's a possibility to disable sending the email and return a payment page link instead for the representative to fill in the new credit card details.

* Requires a payment page associated with the recurring payment terminal.

## Path parameters

- `recurring_uid` string, required

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `terminal_uid` string, required — Terminal unique identifier
  - `disable_send_email` boolean — If set to true, a notification email will not be sent to the customer and payment page link will be returned instead. The payment page link returned, allows to fill in the new credit card details. This is useful for cases where there isn't a need to send an email to the customer, for example, when the customer is already on the phone with the representative and the representative fills in the new credit card details.

## Response `200`

200

- object
  - `result` object
    - `status` string
    - `code` integer
    - `description` string
  - `data` object

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/payplus/apis/payplus-api-documentation-production.md) · [All operations](https://skmtc.dev/payplus/apis/payplus-api-documentation-production/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payplus/payplus-api-documentation-production/revisions/2a893057392b/schema)
