@@ -488,8 +488,10 @@ module Lithic
488488 #
489489 # - `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
490490 # - `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
491- # initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
492- # - `TOKENIZATION_SOURCE`: The source of the tokenization request.
491+ # initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
492+ # - `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
493+ # are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
494+ # `CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
493495 # - `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
494496 # values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
495497 # `ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,
@@ -546,8 +548,10 @@ module Lithic
546548 #
547549 # - `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
548550 # - `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
549- # initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
550- # - `TOKENIZATION_SOURCE`: The source of the tokenization request.
551+ # initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
552+ # - `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
553+ # are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
554+ # `CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
551555 # - `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
552556 # values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
553557 # `ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,
@@ -601,8 +605,10 @@ module Lithic
601605 #
602606 # - `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
603607 # - `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
604- # initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
605- # - `TOKENIZATION_SOURCE`: The source of the tokenization request.
608+ # initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
609+ # - `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
610+ # are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
611+ # `CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
606612 # - `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
607613 # values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
608614 # `ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,
0 commit comments