The Expiry Warning notification informs you when a customer’s payment method, such as a credit card, is nearing its expiration date. This notification is triggered at predefined intervals (30 days, 7 days, and 1 day before expiry) to ensure that merchants have enough time to prompt their customers to update their payment details, thus preventing payment declines in upcoming billing cycles.
Once the expired payment method is replaced, the notification process is canceled, and no further expiry warnings are sent for that payment method.
This notification can be utilized for various business purposes:
To register to this notification, please look in the general notifications-page using subscriptions/expiryWarning
The follow-up processes depend on what you want to do with the data:
Trigger Events:
The Expiry Warning notification is triggered under the following conditions:
Example:
{
"type": "subscriptions/expiryWarning",
"parameters": {
"customerNumber": "CUST-001387",
"paymentRegistration": {
"id": "",
"paymentMethodName": "MasterCard"
}
}
}
Field Descriptions
Please look here for the details of the Expiry Warning Notification.