{
"id": "<string>",
"type": "CARD_TOKENIZATION_REQUESTED",
"data": {
"cardId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"wallet": "Google Pay",
"otp": "173679"
}
}Notifications
Card tokenization requested
Fired when a cardholder adds a card to a digital wallet and chooses SMS verification. Contains the OTP so it can be delivered through an alternative channel if the SMS does not arrive. The OTP is valid for a short window (around 2 minutes).
WEBHOOK
CARD_TOKENIZATION_REQUESTED
{
"id": "<string>",
"type": "CARD_TOKENIZATION_REQUESTED",
"data": {
"cardId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"wallet": "Google Pay",
"otp": "173679"
}
}