August 29, 2023
over 1 year ago by Kranti Talluri
-
Enhancements
For security and to inform customers of any account takeover, notifications are sent in two ways.
-
The new email template
CUSTOMER_UPDATE_EMAIL
has been introduced to send email notifications to the customers whenever there is any update in the email address or mobile number of the customer. - For any change in the email address, notifications are sent to both the previous and updated email address.
- For any change in the mobile number, the notification is sent to the current email address.
-
Currently, this is applicable only for individual customers whose
kycStatus
isClear
. -
To send the contact information of the customer prior to the update, three new key-value pairs
have been included in the
fields
parameter:previousCountryCode
previousMobile
previousEmail
-
The
CARD_CUSTOMER_UPDATE_WEBHOOK
parameter notifies about the customer’s previous and newly updated contact information to you. -
Example of the updated field in the request body of the webkook template:
"fields": {
"countryCode": "SG",
"mobile": "67543800",
"email": "[email protected]",
"previousCountryCode": "US",
"previousMobile": "123456789",
"previousEmail": "[email protected]"},
1. Notification by Email
2. Notification by Webhook
-
The new email template
-
New feature
The new OOB Callback v2 API simplifies the request payload for providing Nium with the result of 3DS out-of-band authentication.
- After you perform authentication using Biometrics or other means, you can provide the success or failure to Nium against the Transaction ID.
- OOB Callback v1 API will be deprecated and becomes unsupported on March 31, 2024.
-
There are no changes for this time period.