What is ECI?
The Electronic Commerce Indicator (ECI) is a value returned during 3D Secure (3DS) authentication that indicates the level of security applied to a card transaction. The ECI value determines whether the transaction qualifies for a liability shift from the merchant to the card issuer in case of a fraud-related chargeback. ECI values are set by the card issuer’s Access Control Server (ACS) during the 3DS authentication process and are included in the authorization request sent to the acquirer.ECI Values by Card Network
Each card network defines its own ECI values. The meaning is consistent across networks, but the numeric codes differ between Visa/Amex and Mastercard.Detailed ECI Reference
Visa / Amex
Mastercard
Liability Shift Implications
The liability shift is a key benefit of 3DS authentication. When liability shifts to the issuer, the merchant is protected from fraud-related chargebacks.How ECI Affects Interchange Rates
Transactions with successful 3DS authentication (ECI 05/02) may qualify for lower interchange rates from some card networks and issuers, as the reduced fraud risk is factored into pricing. The exact interchange benefit varies by:- Card network (Visa, Mastercard, Amex)
- Issuing region
- Merchant category
- Transaction type (e-commerce, recurring)
ECI in the Yuno API Response
The ECI value is included in the payment response within thethree_d_secure object after authentication is processed.
The
three_d_secure object is only present when 3DS authentication was attempted. For non-3DS transactions, this object will be absent from the response.