---
title: "tokenization.result"
method: POST
path: "tokenization.result"
tags: ["Event Types"]
---

# tokenization.result

`POST tokenization.result` (webhook)

Occurs when a tokenization request succeeded or failed.

## Payload

- object
  - `event_type` 'tokenization.result', required — The type of event that occurred.
  - `account_token` string, required — Account token
  - `card_token` string, required — Card token
  - `created` string, date-time, required — Created date
  - `tokenization_result_details` object, required — The result of the tokenization request.
    - `customer_decision` string, nullable — The customer's tokenization decision if applicable.
    - `issuer_decision` string, required — Lithic's tokenization decision.
    - `token_activated_date_time` string, date-time, nullable — An RFC 3339 timestamp indicating when the tokenization succeeded.
    - `tokenization_decline_reasons` string[], required — List of reasons why the tokenization was declined
    - `tokenization_tfa_reasons` TokenizationTfaReason[] — List of reasons why two-factor authentication was required
    - `rule_results` TokenizationRuleResult[] — Results from rules that were evaluated for this tokenization
      - `auth_rule_token` string, uuid, nullable, required — The Auth Rule Token associated with the rule. If this is set to null, then the result was not associated with a customer-configured rule. This may happen in cases where a tokenization is declined or requires TFA due to a Lithic-configured security or compliance rule, for example.
      - `result` 'APPROVED' | 'DECLINED' | 'REQUIRE_TFA' | 'ERROR', required — The result associated with this rule
      - `name` string, nullable, required — The name for the rule, if any was configured
      - `explanation` string, nullable, required — A human-readable explanation outlining the motivation for the rule's result
    - `wallet_decision` string, nullable — The wallet's recommended decision.
  - `tokenization_token` string, required — Tokenization token

## 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)
