---
title: "digital_wallet.tokenization_two_factor_authentication_code"
method: POST
path: "digital_wallet.tokenization_two_factor_authentication_code"
tags: ["Event Types"]
---

# digital_wallet.tokenization_two_factor_authentication_code

`POST digital_wallet.tokenization_two_factor_authentication_code` (webhook)

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.

## Payload

- object — Self Serve 2FA Code Schema
  - `event_type` 'digital_wallet.tokenization_two_factor_authentication_code', required — The type of event that occurred.
  - `account_token` string, required — Unique identifier for the user tokenizing a card
  - `activation_method` object, required
    - `type` 'EMAIL_TO_CARDHOLDER_ADDRESS' | 'TEXT_TO_CARDHOLDER_NUMBER', required — The communication method that the user has selected to use to receive the authentication code. Supported Values: Sms = "TEXT_TO_CARDHOLDER_NUMBER". Email = "EMAIL_TO_CARDHOLDER_ADDRESS"
    - `value` string, required — The location where the user wants to receive the authentication code. The format depends on the ActivationMethod.Type field. If Type is Email, the Value will be the email address. If the Type is Sms, the Value will be the phone number.
  - `authentication_code` string, required — Authentication code to provide to the user tokenizing a card.
  - `card_token` string, required — Unique identifier for the card being tokenized
  - `created` string, date-time, required — Indicate when the request was received from Mastercard or Visa
  - `tokenization_token` string, required — Unique identifier for the tokenization

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
