Class: Lithic::Models::ThreeDSAuthentication::Psd2Context
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::ThreeDSAuthentication::Psd2Context
- Defined in:
- lib/lithic/models/three_ds_authentication.rb,
sig/lithic/models/three_ds_authentication.rbs
Overview
Defined Under Namespace
Modules: AcquirerExemption, LithicExemptionValidation
Instance Attribute Summary collapse
-
#acquirer_exemption ⇒ Symbol, ...
SCA exemption declared by the acquirer in the 3DS authentication request.
-
#lithic_exemption_validation ⇒ Symbol, ...
Lithic's validation of the acquirer-declared exemption.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(acquirer_exemption: nil, lithic_exemption_validation: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see Psd2Context for more details.
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(acquirer_exemption: nil, lithic_exemption_validation: nil) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::ThreeDSAuthentication::Psd2Context for more details.
PSD2/SCA context for EEA and UK transactions. Present when Lithic determines the transaction is in scope for PSD2 Strong Customer Authentication. Absent for out-of-scope transactions.
|
|
# File 'lib/lithic/models/three_ds_authentication.rb', line 1196
|
Instance Attribute Details
#acquirer_exemption ⇒ Symbol, ...
SCA exemption declared by the acquirer in the 3DS authentication request.
NONE- No exemption claimedTRANSACTION_RISK_ANALYSIS- Transaction Risk Analysis (TRA) exemption; acquirer asserts low fraud riskLOW_VALUE- Low-value payment exemption; transaction is below the EUR 30 thresholdRECURRING_PAYMENT- Recurring payment with a fixed amount to the same payeeMERCHANT_INITIATED_TRANSACTION- Merchant-initiated transaction (MIT); cardholder not presentTRUSTED_BENEFICIARY- Trusted beneficiary; merchant is on cardholder's whitelistSTRONG_CUSTOMER_AUTHENTICATION_DELEGATION- SCA already performed by a delegated third-party authenticatorSECURE_CORPORATE_PAYMENT- Secure corporate payment using a dedicated corporate card or processAUTHENTICATION_OUTAGE_EXCEPTION- Authentication outage exception; scheme-level fallback during ACS downtimeBUNDLED- Mastercard only; bundled exemption code where the exact exemption type cannot be distinguished
1180 |
# File 'lib/lithic/models/three_ds_authentication.rb', line 1180 optional :acquirer_exemption, enum: -> { Lithic::ThreeDSAuthentication::Psd2Context::AcquirerExemption } |
#lithic_exemption_validation ⇒ Symbol, ...
Lithic's validation of the acquirer-declared exemption. Absent when no acquirer exemption was declared.
ACCEPTED- Lithic signals support the acquirer's claimREJECTED- Lithic signals contradict the claim, or a required signal is missingNOT_VALIDATED- Exemption was declared but Lithic has no basis to evaluate it; treated asREJECTEDfor challenge purposes
1193 1194 |
# File 'lib/lithic/models/three_ds_authentication.rb', line 1193 optional :lithic_exemption_validation, enum: -> { Lithic::ThreeDSAuthentication::Psd2Context::LithicExemptionValidation } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/three_ds_authentication.rb', line 1244
|
Instance Method Details
#to_hash ⇒ {
837 |
# File 'sig/lithic/models/three_ds_authentication.rbs', line 837
def to_hash: -> {
|