digital_wallet.tokenization_approval_requestAsk AIwbhk digital_wallet.tokenization_approval_requestTokenization Customer Decisioning Request. Use tokenization.approval_request for notification webhooks.Payloadaccount_tokenstringrequiredUnique identifier for the user tokenizing a cardcard_tokenstringrequiredUnique identifier for the card being tokenizedcreateddate-timerequiredIndicate when the request was received from Mastercard or Visadeviceobjectdevice objectissuer_decisionstringenumrequiredWhether Lithic decisioned on the token, and if so, what the decision was. APPROVED/VERIFICATION_REQUIRED/DENIED.APPROVEDDENIEDVERIFICATION_REQUIREDAllowed:APPROVEDDENIEDVERIFICATION_REQUIREDtokenization_channelstringenumrequiredThe channel through which the tokenization was made.DIGITAL_WALLETMERCHANTAllowed:DIGITAL_WALLETMERCHANTtokenization_sourcestringenumThe source of the tokenization.PUSH_PROVISIONACCOUNT_ON_FILECONTACTLESS_TAPMANUAL_PROVISIONPUSH_PROVISIONTOKENUNKNOWNAllowed:ACCOUNT_ON_FILECONTACTLESS_TAPMANUAL_PROVISIONPUSH_PROVISIONTOKENUNKNOWNtokenization_tokenstringrequiredUnique identifier for the digital wallet token attemptwallet_decisioning_infoobjectrequiredwallet_decisioning_info objectdigital_wallet_token_metadataobjectrequiredContains the metadata for the digital wallet being tokenized.digital_wallet_token_metadata objectcustomer_tokenization_decisionnullcustomer-tokenization-decisionThe customer's tokenization decision outcome. Only populated in webhook events (after decisioning), not in the initial decisioning requestevent_typestringenumrequiredThe name of this eventdigital_wallet.tokenization_approval_requestAllowed:digital_wallet.tokenization_approval_requesttokenization_decline_reasonsarray of objectsList of reasons why the tokenization was declined. Only populated in webhook events, not in the initial decisioning requesttokenization_decline_reasonsADD stringtokenization_tfa_reasonsarray of objectsList of reasons why two-factor authentication was required. Only populated in webhook events, not in the initial decisioning requesttokenization_tfa_reasonsADD stringrule_resultsarray of objectsResults from rules that were evaluated for this tokenization. Only populated in webhook events, not in the initial decisioning requestrule_resultsADD objectHeaderswebhook-iduuidWebhook IDwebhook-timestampintegerUnix timestamp used for HMAC verificationwebhook-signaturestringA list of HMAC signatures encoded in Base64 and separated by spaces. Can contain multiple HMAC signatures as a result of key rotation.Response 200Return a HTTP 200 status to indicate that the Tokenization Responder was able to handle the request.Updated about 1 month ago