tokenization.approval_request

Occurs when a tokenization approval request is made.

Payload
const
enum
required

The name of this event

Allowed:
string
required

Unique identifier for the user tokenizing a card

string
required

Unique identifier for the card being tokenized

date-time
required

Indicate when the request was received from Mastercard or Visa

device
object
string
enum
required

Whether Lithic decisioned on the token, and if so, what the decision was. APPROVED/VERIFICATION_REQUIRED/DENIED.

Allowed:
string
enum
required

The channel through which the tokenization was made.

Allowed:
string
enum

The source of the tokenization.

Allowed:
string
required

Unique identifier for the digital wallet token attempt

wallet_decisioning_info
object
required
token_metadata
object
required

Contains the metadata for the digital wallet being tokenized.

required
tokenization_decline_reasons
array of objects

List of reasons why the tokenization was declined

tokenization_decline_reasons
tokenization_tfa_reasons
array of objects

List of reasons why two-factor authentication was required

tokenization_tfa_reasons
rule_results
array of objects

Results from rules that were evaluated for this tokenization

rule_results
Response
200

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

LoadingLoading…