v1
latestOpenAPI 3.1.02026-07-241210356.3 KBRecurring Payments
Credit Card Renewal Notification
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.
post/RecurringPayments/CreditCardRenewal/{recurring_uid}
Path parameters
recurring_uidstring required
Recurring payment unique identifier
Headers
api-keystring required
API Key
secret-keystring required
Secret Key
Request body
Response
200
Example response
{
"result": {
"status": "success",
"description": "operation has been success"
}
}