Event Types
digital_wallet.tokenization_two_factor_authentication_code
Occurs when a tokenization request 2FA code is sent to the Lithic customer for self serve delivery.
This event will be deprecated in the future. We recommend using tokenization.two_factor_authentication_code instead.
postWebhookdigital_wallet.tokenization_two_factor_authentication_code
Payload
Example payload
{
"account_token": "00000000-0000-0000-0000-000000000002",
"activation_method": {
"type": "TEXT_TO_CARDHOLDER_NUMBER",
"value": "+15555555555"
},
"authentication_code": "123456",
"card_token": "00000000-0000-0000-0000-000000000001",
"created": "2020-01-01T00:00:00Z",
"tokenization_token": "00000000-0000-0000-0000-000000000003"
}Response
Return a 200 status to indicate that the data was received successfully