Method: CyberSource::RiskV1DecisionsPost201ResponseConsumerAuthenticationInformation#eci_raw
- Defined in:
- lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_consumer_authentication_information.rb
#eci_raw ⇒ Object
ECI value that can be returned for Visa, Mastercard, American Express, JCB, Diners Club, and Discover. The field is absent when authentication fails. If your payment processor is Streamline, you must pass the value of this field instead of the value of ‘eci` or `ucafCollectionIndicator`. This field can contain one of these values: - `01`: Authentication attempted (Mastercard) - `02`: Successful authentication (Mastercard) - `05`: Successful authentication (Visa, American Express, JCB, Diners Club, and Discover) - `06`: Authentication attempted (Visa, American Express, JCB, Diners Club, and Discover)
77 78 79 |
# File 'lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_consumer_authentication_information.rb', line 77 def eci_raw @eci_raw end |