lithic 0.1.0.pre.alpha.52 → 0.1.0.pre.alpha.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +24 -0
- data/README.md +1 -1
- data/lib/lithic/internal/transport/base_client.rb +7 -1
- data/lib/lithic/internal/transport/pooled_net_requester.rb +36 -26
- data/lib/lithic/internal/type/union.rb +15 -3
- data/lib/lithic/models/account_activity_list_response.rb +48 -1141
- data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +48 -1151
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +3 -0
- data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +7 -0
- data/lib/lithic/models/auth_rules/conditional_attribute.rb +4 -0
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_create_params.rb +7 -0
- data/lib/lithic/models/auth_rules/v2_create_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +7 -0
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_list_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +14 -0
- data/lib/lithic/models/auth_rules/v2_update_response.rb +14 -0
- data/lib/lithic/models/book_transfer_response.rb +51 -48
- data/lib/lithic/models/card_provision_response.rb +25 -3
- data/lib/lithic/models/event.rb +0 -1
- data/lib/lithic/models/event_list_params.rb +0 -1
- data/lib/lithic/models/event_subscription.rb +0 -1
- data/lib/lithic/models/events/subscription_create_params.rb +0 -1
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +0 -1
- data/lib/lithic/models/events/subscription_update_params.rb +0 -1
- data/lib/lithic/models/external_bank_account_create_params.rb +1 -8
- data/lib/lithic/models/external_payment.rb +21 -23
- data/lib/lithic/models/financial_account.rb +48 -39
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +32 -23
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +1 -0
- data/lib/lithic/models/financial_transaction.rb +1 -0
- data/lib/lithic/models/management_operation_transaction.rb +21 -23
- data/lib/lithic/models/payment.rb +269 -140
- data/lib/lithic/models/payment_create_response.rb +2 -0
- data/lib/lithic/models/payment_retry_response.rb +2 -0
- data/lib/lithic/models/provision_response.rb +30 -0
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +32 -1
- data/lib/lithic/models/tokenization.rb +1 -0
- data/lib/lithic/models/transaction.rb +4 -0
- data/lib/lithic/models/transfer.rb +1 -0
- data/lib/lithic/models/verification_method.rb +0 -1
- data/lib/lithic/models.rb +2 -0
- data/lib/lithic/resources/account_activity.rb +2 -2
- data/lib/lithic/resources/auth_rules/v2.rb +0 -72
- data/lib/lithic/resources/external_bank_accounts.rb +1 -3
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +2 -2
- data/manifest.yaml +1 -0
- data/rbi/lithic/internal/transport/base_client.rbi +5 -0
- data/rbi/lithic/internal/transport/pooled_net_requester.rbi +6 -2
- data/rbi/lithic/internal/type/base_model.rbi +8 -4
- data/rbi/lithic/models/account_activity_list_response.rbi +158 -2629
- data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +158 -2629
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +6 -0
- data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +14 -0
- data/rbi/lithic/models/auth_rules/conditional_attribute.rbi +8 -0
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +14 -0
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +14 -0
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +28 -0
- data/rbi/lithic/models/book_transfer_response.rbi +67 -68
- data/rbi/lithic/models/card_provision_response.rbi +50 -5
- data/rbi/lithic/models/event.rbi +0 -5
- data/rbi/lithic/models/event_list_params.rbi +0 -5
- data/rbi/lithic/models/event_subscription.rbi +0 -5
- data/rbi/lithic/models/events/subscription_create_params.rbi +0 -5
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +0 -5
- data/rbi/lithic/models/events/subscription_update_params.rbi +0 -5
- data/rbi/lithic/models/external_bank_account_create_params.rbi +0 -6
- data/rbi/lithic/models/external_payment.rbi +34 -39
- data/rbi/lithic/models/financial_account.rbi +74 -73
- data/rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi +46 -33
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +5 -0
- data/rbi/lithic/models/financial_transaction.rbi +5 -0
- data/rbi/lithic/models/management_operation_transaction.rbi +49 -60
- data/rbi/lithic/models/payment.rbi +425 -182
- data/rbi/lithic/models/payment_create_response.rbi +1 -0
- data/rbi/lithic/models/payment_retry_response.rbi +1 -0
- data/rbi/lithic/models/provision_response.rbi +58 -0
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +83 -0
- data/rbi/lithic/models/tokenization.rbi +5 -0
- data/rbi/lithic/models/transaction.rbi +20 -0
- data/rbi/lithic/models/transfer.rbi +5 -0
- data/rbi/lithic/models/verification_method.rbi +0 -1
- data/rbi/lithic/models.rbi +2 -0
- data/rbi/lithic/resources/auth_rules/v2.rbi +0 -64
- data/rbi/lithic/resources/external_bank_accounts.rbi +0 -2
- data/sig/lithic/internal/transport/base_client.rbs +2 -0
- data/sig/lithic/internal/transport/pooled_net_requester.rbs +4 -1
- data/sig/lithic/models/account_activity_list_response.rbs +50 -1036
- data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +50 -1036
- data/sig/lithic/models/auth_rules/conditional_3ds_action_parameters.rbs +2 -0
- data/sig/lithic/models/auth_rules/conditional_attribute.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +4 -0
- data/sig/lithic/models/book_transfer_response.rbs +26 -19
- data/sig/lithic/models/card_provision_response.rbs +22 -5
- data/sig/lithic/models/event.rbs +0 -2
- data/sig/lithic/models/event_list_params.rbs +0 -2
- data/sig/lithic/models/event_subscription.rbs +0 -2
- data/sig/lithic/models/events/subscription_create_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_update_params.rbs +0 -2
- data/sig/lithic/models/external_bank_account_create_params.rbs +1 -6
- data/sig/lithic/models/external_payment.rbs +19 -26
- data/sig/lithic/models/financial_account.rbs +28 -30
- data/sig/lithic/models/financial_accounts/financial_account_credit_config.rbs +21 -15
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/management_operation_transaction.rbs +19 -26
- data/sig/lithic/models/payment.rbs +199 -76
- data/sig/lithic/models/provision_response.rbs +36 -0
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +28 -0
- data/sig/lithic/models/tokenization.rbs +2 -0
- data/sig/lithic/models/transaction.rbs +8 -0
- data/sig/lithic/models/transfer.rbs +2 -0
- data/sig/lithic/models/verification_method.rbs +1 -7
- data/sig/lithic/models.rbs +2 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +0 -5
- data/sig/lithic/resources/external_bank_accounts.rbs +0 -1
- metadata +5 -8
- data/lib/lithic/models/auth_rules/v2_report_params.rb +0 -16
- data/lib/lithic/models/auth_rules/v2_report_response.rb +0 -18
- data/rbi/lithic/models/auth_rules/v2_report_params.rbi +0 -29
- data/rbi/lithic/models/auth_rules/v2_report_response.rbi +0 -31
- data/sig/lithic/models/auth_rules/v2_report_params.rbs +0 -16
- data/sig/lithic/models/auth_rules/v2_report_response.rbs +0 -17
|
@@ -52,6 +52,9 @@ module Lithic
|
|
|
52
52
|
# - `WALLET_TYPE`: For transactions using a digital wallet token, indicates the
|
|
53
53
|
# source of the token. Valid values are `APPLE_PAY`, `GOOGLE_PAY`,
|
|
54
54
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
55
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
56
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
57
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
55
58
|
#
|
|
56
59
|
# @return [Symbol, Lithic::Models::AuthRules::ConditionalAttribute, nil]
|
|
57
60
|
optional :attribute, enum: -> { Lithic::AuthRules::ConditionalAttribute }
|
|
@@ -57,6 +57,9 @@ module Lithic
|
|
|
57
57
|
# - `RISK_SCORE`: Mastercard only: Assessment by the network of the authentication
|
|
58
58
|
# risk level, with a higher value indicating a higher amount of risk.
|
|
59
59
|
# - `MESSAGE_CATEGORY`: The category of the authentication being processed.
|
|
60
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
61
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
62
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
60
63
|
#
|
|
61
64
|
# @return [Symbol, Lithic::Models::AuthRules::Conditional3DSActionParameters::Condition::Attribute, nil]
|
|
62
65
|
optional :attribute, enum: -> { Lithic::AuthRules::Conditional3DSActionParameters::Condition::Attribute }
|
|
@@ -105,6 +108,9 @@ module Lithic
|
|
|
105
108
|
# - `RISK_SCORE`: Mastercard only: Assessment by the network of the authentication
|
|
106
109
|
# risk level, with a higher value indicating a higher amount of risk.
|
|
107
110
|
# - `MESSAGE_CATEGORY`: The category of the authentication being processed.
|
|
111
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
112
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
113
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
108
114
|
#
|
|
109
115
|
# @see Lithic::Models::AuthRules::Conditional3DSActionParameters::Condition#attribute
|
|
110
116
|
module Attribute
|
|
@@ -118,6 +124,7 @@ module Lithic
|
|
|
118
124
|
TRANSACTION_AMOUNT = :TRANSACTION_AMOUNT
|
|
119
125
|
RISK_SCORE = :RISK_SCORE
|
|
120
126
|
MESSAGE_CATEGORY = :MESSAGE_CATEGORY
|
|
127
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
121
128
|
|
|
122
129
|
# @!method self.values
|
|
123
130
|
# @return [Array<Symbol>]
|
|
@@ -50,6 +50,9 @@ module Lithic
|
|
|
50
50
|
# - `WALLET_TYPE`: For transactions using a digital wallet token, indicates the
|
|
51
51
|
# source of the token. Valid values are `APPLE_PAY`, `GOOGLE_PAY`,
|
|
52
52
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
53
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
54
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
55
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
53
56
|
module ConditionalAttribute
|
|
54
57
|
extend Lithic::Internal::Type::Enum
|
|
55
58
|
|
|
@@ -69,6 +72,7 @@ module Lithic
|
|
|
69
72
|
PIN_ENTERED = :PIN_ENTERED
|
|
70
73
|
PIN_STATUS = :PIN_STATUS
|
|
71
74
|
WALLET_TYPE = :WALLET_TYPE
|
|
75
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
72
76
|
|
|
73
77
|
# @!method self.values
|
|
74
78
|
# @return [Array<Symbol>]
|
|
@@ -250,6 +250,9 @@ module Lithic
|
|
|
250
250
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
251
251
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
252
252
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
253
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
254
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
255
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
253
256
|
#
|
|
254
257
|
# @return [Symbol, Lithic::Models::AuthRules::V2ApplyResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
255
258
|
optional :attribute,
|
|
@@ -331,6 +334,9 @@ module Lithic
|
|
|
331
334
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
332
335
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
333
336
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
337
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
338
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
339
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
334
340
|
#
|
|
335
341
|
# @see Lithic::Models::AuthRules::V2ApplyResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
336
342
|
module Attribute
|
|
@@ -354,6 +360,7 @@ module Lithic
|
|
|
354
360
|
PIN_STATUS = :PIN_STATUS
|
|
355
361
|
WALLET_TYPE = :WALLET_TYPE
|
|
356
362
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
363
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
357
364
|
|
|
358
365
|
# @!method self.values
|
|
359
366
|
# @return [Array<Symbol>]
|
|
@@ -539,6 +546,9 @@ module Lithic
|
|
|
539
546
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
540
547
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
541
548
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
549
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
550
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
551
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
542
552
|
#
|
|
543
553
|
# @return [Symbol, Lithic::Models::AuthRules::V2ApplyResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
544
554
|
optional :attribute,
|
|
@@ -620,6 +630,9 @@ module Lithic
|
|
|
620
630
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
621
631
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
622
632
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
633
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
634
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
635
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
623
636
|
#
|
|
624
637
|
# @see Lithic::Models::AuthRules::V2ApplyResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
625
638
|
module Attribute
|
|
@@ -643,6 +656,7 @@ module Lithic
|
|
|
643
656
|
PIN_STATUS = :PIN_STATUS
|
|
644
657
|
WALLET_TYPE = :WALLET_TYPE
|
|
645
658
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
659
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
646
660
|
|
|
647
661
|
# @!method self.values
|
|
648
662
|
# @return [Array<Symbol>]
|
|
@@ -204,6 +204,9 @@ module Lithic
|
|
|
204
204
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
205
205
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
206
206
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
207
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
208
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
209
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
207
210
|
#
|
|
208
211
|
# @return [Symbol, Lithic::Models::AuthRules::V2CreateParams::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
209
212
|
optional :attribute,
|
|
@@ -285,6 +288,9 @@ module Lithic
|
|
|
285
288
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
286
289
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
287
290
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
291
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
292
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
293
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
288
294
|
#
|
|
289
295
|
# @see Lithic::Models::AuthRules::V2CreateParams::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
290
296
|
module Attribute
|
|
@@ -308,6 +314,7 @@ module Lithic
|
|
|
308
314
|
PIN_STATUS = :PIN_STATUS
|
|
309
315
|
WALLET_TYPE = :WALLET_TYPE
|
|
310
316
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
317
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
311
318
|
|
|
312
319
|
# @!method self.values
|
|
313
320
|
# @return [Array<Symbol>]
|
|
@@ -251,6 +251,9 @@ module Lithic
|
|
|
251
251
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
252
252
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
253
253
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
254
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
255
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
256
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
254
257
|
#
|
|
255
258
|
# @return [Symbol, Lithic::Models::AuthRules::V2CreateResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
256
259
|
optional :attribute,
|
|
@@ -332,6 +335,9 @@ module Lithic
|
|
|
332
335
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
333
336
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
334
337
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
338
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
339
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
340
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
335
341
|
#
|
|
336
342
|
# @see Lithic::Models::AuthRules::V2CreateResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
337
343
|
module Attribute
|
|
@@ -355,6 +361,7 @@ module Lithic
|
|
|
355
361
|
PIN_STATUS = :PIN_STATUS
|
|
356
362
|
WALLET_TYPE = :WALLET_TYPE
|
|
357
363
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
364
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
358
365
|
|
|
359
366
|
# @!method self.values
|
|
360
367
|
# @return [Array<Symbol>]
|
|
@@ -540,6 +547,9 @@ module Lithic
|
|
|
540
547
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
541
548
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
542
549
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
550
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
551
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
552
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
543
553
|
#
|
|
544
554
|
# @return [Symbol, Lithic::Models::AuthRules::V2CreateResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
545
555
|
optional :attribute,
|
|
@@ -621,6 +631,9 @@ module Lithic
|
|
|
621
631
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
622
632
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
623
633
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
634
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
635
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
636
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
624
637
|
#
|
|
625
638
|
# @see Lithic::Models::AuthRules::V2CreateResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
626
639
|
module Attribute
|
|
@@ -644,6 +657,7 @@ module Lithic
|
|
|
644
657
|
PIN_STATUS = :PIN_STATUS
|
|
645
658
|
WALLET_TYPE = :WALLET_TYPE
|
|
646
659
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
660
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
647
661
|
|
|
648
662
|
# @!method self.values
|
|
649
663
|
# @return [Array<Symbol>]
|
|
@@ -118,6 +118,9 @@ module Lithic
|
|
|
118
118
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
119
119
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
120
120
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
121
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
122
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
123
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
121
124
|
#
|
|
122
125
|
# @return [Symbol, Lithic::Models::AuthRules::V2DraftParams::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
123
126
|
optional :attribute,
|
|
@@ -199,6 +202,9 @@ module Lithic
|
|
|
199
202
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
200
203
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
201
204
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
205
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
206
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
207
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
202
208
|
#
|
|
203
209
|
# @see Lithic::Models::AuthRules::V2DraftParams::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
204
210
|
module Attribute
|
|
@@ -222,6 +228,7 @@ module Lithic
|
|
|
222
228
|
PIN_STATUS = :PIN_STATUS
|
|
223
229
|
WALLET_TYPE = :WALLET_TYPE
|
|
224
230
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
231
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
225
232
|
|
|
226
233
|
# @!method self.values
|
|
227
234
|
# @return [Array<Symbol>]
|
|
@@ -250,6 +250,9 @@ module Lithic
|
|
|
250
250
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
251
251
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
252
252
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
253
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
254
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
255
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
253
256
|
#
|
|
254
257
|
# @return [Symbol, Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
255
258
|
optional :attribute,
|
|
@@ -331,6 +334,9 @@ module Lithic
|
|
|
331
334
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
332
335
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
333
336
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
337
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
338
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
339
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
334
340
|
#
|
|
335
341
|
# @see Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
336
342
|
module Attribute
|
|
@@ -354,6 +360,7 @@ module Lithic
|
|
|
354
360
|
PIN_STATUS = :PIN_STATUS
|
|
355
361
|
WALLET_TYPE = :WALLET_TYPE
|
|
356
362
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
363
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
357
364
|
|
|
358
365
|
# @!method self.values
|
|
359
366
|
# @return [Array<Symbol>]
|
|
@@ -539,6 +546,9 @@ module Lithic
|
|
|
539
546
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
540
547
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
541
548
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
549
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
550
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
551
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
542
552
|
#
|
|
543
553
|
# @return [Symbol, Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
544
554
|
optional :attribute,
|
|
@@ -620,6 +630,9 @@ module Lithic
|
|
|
620
630
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
621
631
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
622
632
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
633
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
634
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
635
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
623
636
|
#
|
|
624
637
|
# @see Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
625
638
|
module Attribute
|
|
@@ -643,6 +656,7 @@ module Lithic
|
|
|
643
656
|
PIN_STATUS = :PIN_STATUS
|
|
644
657
|
WALLET_TYPE = :WALLET_TYPE
|
|
645
658
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
659
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
646
660
|
|
|
647
661
|
# @!method self.values
|
|
648
662
|
# @return [Array<Symbol>]
|
|
@@ -250,6 +250,9 @@ module Lithic
|
|
|
250
250
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
251
251
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
252
252
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
253
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
254
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
255
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
253
256
|
#
|
|
254
257
|
# @return [Symbol, Lithic::Models::AuthRules::V2ListResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
255
258
|
optional :attribute,
|
|
@@ -331,6 +334,9 @@ module Lithic
|
|
|
331
334
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
332
335
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
333
336
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
337
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
338
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
339
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
334
340
|
#
|
|
335
341
|
# @see Lithic::Models::AuthRules::V2ListResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
336
342
|
module Attribute
|
|
@@ -354,6 +360,7 @@ module Lithic
|
|
|
354
360
|
PIN_STATUS = :PIN_STATUS
|
|
355
361
|
WALLET_TYPE = :WALLET_TYPE
|
|
356
362
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
363
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
357
364
|
|
|
358
365
|
# @!method self.values
|
|
359
366
|
# @return [Array<Symbol>]
|
|
@@ -539,6 +546,9 @@ module Lithic
|
|
|
539
546
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
540
547
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
541
548
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
549
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
550
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
551
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
542
552
|
#
|
|
543
553
|
# @return [Symbol, Lithic::Models::AuthRules::V2ListResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
544
554
|
optional :attribute,
|
|
@@ -620,6 +630,9 @@ module Lithic
|
|
|
620
630
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
621
631
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
622
632
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
633
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
634
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
635
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
623
636
|
#
|
|
624
637
|
# @see Lithic::Models::AuthRules::V2ListResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
625
638
|
module Attribute
|
|
@@ -643,6 +656,7 @@ module Lithic
|
|
|
643
656
|
PIN_STATUS = :PIN_STATUS
|
|
644
657
|
WALLET_TYPE = :WALLET_TYPE
|
|
645
658
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
659
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
646
660
|
|
|
647
661
|
# @!method self.values
|
|
648
662
|
# @return [Array<Symbol>]
|
|
@@ -251,6 +251,9 @@ module Lithic
|
|
|
251
251
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
252
252
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
253
253
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
254
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
255
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
256
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
254
257
|
#
|
|
255
258
|
# @return [Symbol, Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
256
259
|
optional :attribute,
|
|
@@ -332,6 +335,9 @@ module Lithic
|
|
|
332
335
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
333
336
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
334
337
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
338
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
339
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
340
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
335
341
|
#
|
|
336
342
|
# @see Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
337
343
|
module Attribute
|
|
@@ -355,6 +361,7 @@ module Lithic
|
|
|
355
361
|
PIN_STATUS = :PIN_STATUS
|
|
356
362
|
WALLET_TYPE = :WALLET_TYPE
|
|
357
363
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
364
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
358
365
|
|
|
359
366
|
# @!method self.values
|
|
360
367
|
# @return [Array<Symbol>]
|
|
@@ -540,6 +547,9 @@ module Lithic
|
|
|
540
547
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
541
548
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
542
549
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
550
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
551
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
552
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
543
553
|
#
|
|
544
554
|
# @return [Symbol, Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
545
555
|
optional :attribute,
|
|
@@ -621,6 +631,9 @@ module Lithic
|
|
|
621
631
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
622
632
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
623
633
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
634
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
635
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
636
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
624
637
|
#
|
|
625
638
|
# @see Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
626
639
|
module Attribute
|
|
@@ -644,6 +657,7 @@ module Lithic
|
|
|
644
657
|
PIN_STATUS = :PIN_STATUS
|
|
645
658
|
WALLET_TYPE = :WALLET_TYPE
|
|
646
659
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
660
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
647
661
|
|
|
648
662
|
# @!method self.values
|
|
649
663
|
# @return [Array<Symbol>]
|
|
@@ -254,6 +254,9 @@ module Lithic
|
|
|
254
254
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
255
255
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
256
256
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
257
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
258
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
259
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
257
260
|
#
|
|
258
261
|
# @return [Symbol, Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
259
262
|
optional :attribute,
|
|
@@ -335,6 +338,9 @@ module Lithic
|
|
|
335
338
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
336
339
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
337
340
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
341
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
342
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
343
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
338
344
|
#
|
|
339
345
|
# @see Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
340
346
|
module Attribute
|
|
@@ -358,6 +364,7 @@ module Lithic
|
|
|
358
364
|
PIN_STATUS = :PIN_STATUS
|
|
359
365
|
WALLET_TYPE = :WALLET_TYPE
|
|
360
366
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
367
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
361
368
|
|
|
362
369
|
# @!method self.values
|
|
363
370
|
# @return [Array<Symbol>]
|
|
@@ -544,6 +551,9 @@ module Lithic
|
|
|
544
551
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
545
552
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
546
553
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
554
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
555
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
556
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
547
557
|
#
|
|
548
558
|
# @return [Symbol, Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
549
559
|
optional :attribute,
|
|
@@ -625,6 +635,9 @@ module Lithic
|
|
|
625
635
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
626
636
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
627
637
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
638
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
639
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
640
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
628
641
|
#
|
|
629
642
|
# @see Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
630
643
|
module Attribute
|
|
@@ -648,6 +661,7 @@ module Lithic
|
|
|
648
661
|
PIN_STATUS = :PIN_STATUS
|
|
649
662
|
WALLET_TYPE = :WALLET_TYPE
|
|
650
663
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
664
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
651
665
|
|
|
652
666
|
# @!method self.values
|
|
653
667
|
# @return [Array<Symbol>]
|
|
@@ -251,6 +251,9 @@ module Lithic
|
|
|
251
251
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
252
252
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
253
253
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
254
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
255
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
256
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
254
257
|
#
|
|
255
258
|
# @return [Symbol, Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
256
259
|
optional :attribute,
|
|
@@ -332,6 +335,9 @@ module Lithic
|
|
|
332
335
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
333
336
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
334
337
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
338
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
339
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
340
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
335
341
|
#
|
|
336
342
|
# @see Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
337
343
|
module Attribute
|
|
@@ -355,6 +361,7 @@ module Lithic
|
|
|
355
361
|
PIN_STATUS = :PIN_STATUS
|
|
356
362
|
WALLET_TYPE = :WALLET_TYPE
|
|
357
363
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
364
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
358
365
|
|
|
359
366
|
# @!method self.values
|
|
360
367
|
# @return [Array<Symbol>]
|
|
@@ -540,6 +547,9 @@ module Lithic
|
|
|
540
547
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
541
548
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
542
549
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
550
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
551
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
552
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
543
553
|
#
|
|
544
554
|
# @return [Symbol, Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition::Attribute, nil]
|
|
545
555
|
optional :attribute,
|
|
@@ -621,6 +631,9 @@ module Lithic
|
|
|
621
631
|
# `SAMSUNG_PAY`, `MASTERPASS`, `MERCHANT`, `OTHER`, `NONE`.
|
|
622
632
|
# - `TRANSACTION_INITIATOR`: The entity that initiated the transaction indicates
|
|
623
633
|
# the source of the token. Valid values are `CARDHOLDER`, `MERCHANT`, `UNKNOWN`.
|
|
634
|
+
# - `ADDRESS_MATCH`: Lithic's evaluation result comparing transaction's address
|
|
635
|
+
# data with the cardholder KYC data if it exists. Valid values are `MATCH`,
|
|
636
|
+
# `MATCH_ADDRESS_ONLY`, `MATCH_ZIP_ONLY`,`MISMATCH`,`NOT_PRESENT`.
|
|
624
637
|
#
|
|
625
638
|
# @see Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters::ConditionalAuthorizationActionParameters::Condition#attribute
|
|
626
639
|
module Attribute
|
|
@@ -644,6 +657,7 @@ module Lithic
|
|
|
644
657
|
PIN_STATUS = :PIN_STATUS
|
|
645
658
|
WALLET_TYPE = :WALLET_TYPE
|
|
646
659
|
TRANSACTION_INITIATOR = :TRANSACTION_INITIATOR
|
|
660
|
+
ADDRESS_MATCH = :ADDRESS_MATCH
|
|
647
661
|
|
|
648
662
|
# @!method self.values
|
|
649
663
|
# @return [Array<Symbol>]
|