This service will be responsible for notifying you about events related to the lifecycle of tokens and OTP authentication processes.
The digital signature is an HMAC-SHA256 code that is constructed using the api-secret and a series of bytes that contain the concatenation of the timestamp, endpoint, and request body encoded in UTF-8.
This webhook notification is sent when the system generates and sends an OTP (One-Time Password) during the card tokenization process.
The event is triggered when additional user authentication is required to complete the tokenization of their card on a device or digital wallet.
This webhook is sent in the following scenarios:
The webhook contains the following information:
Your system must:
api-secret you need to use in case multiple pairs of api-key and api-secret have been configured.Add this endpoint to your service so we can communicate updates about your tokens in real time.
We expect a response of type 2XX to ensure that you received the notification. Otherwise, we will resend it.
api-secret you need to use in case multiple pairs of api-key and api-secret have been configured.