Class: Increase::Models::RealTimeDecisionActionParams::CardAuthorization::Approval

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/increase/models/real_time_decision_action_params.rb

Overview

See Also:

Defined Under Namespace

Classes: CardholderAddressVerificationResult

Instance Attribute Summary collapse

Instance Method Summary collapse

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(cardholder_address_verification_result: nil) ⇒ Object

Some parameter documentations has been truncated, see Increase::Models::RealTimeDecisionActionParams::CardAuthorization::Approval for more details.

If your application approves the authorization, this contains metadata about your decision to approve. Your response here is advisory to the acquiring bank. The bank may choose to reverse the authorization if you approve the transaction but indicate the address does not match.

Parameters:



# File 'lib/increase/models/real_time_decision_action_params.rb', line 216

Instance Attribute Details

#cardholder_address_verification_resultIncrease::Models::RealTimeDecisionActionParams::CardAuthorization::Approval::CardholderAddressVerificationResult?

Your decisions on whether or not each provided address component is a match. Your response here is evaluated against the customer’s provided ‘postal_code` and `line1`, and an appropriate network response is generated. For example, if you would like to approve all transactions for a given card, you can submit `match` for both `postal_code` and `line1` and Increase will generate an approval with an Address Verification System (AVS) code that will match all of the available address information, or will report that no check was performed if no address information is available. If you do not provide a response, the address verification result will be calculated by Increase using the available address information available on the card. If none is available, Increase will report that no check was performed.



213
214
# File 'lib/increase/models/real_time_decision_action_params.rb', line 213

optional :cardholder_address_verification_result,
-> { Increase::RealTimeDecisionActionParams::CardAuthorization::Approval::CardholderAddressVerificationResult }