Hi All,
Need help in 3DS integration using third party API. As per the authorize.net documentation, we need to pass "authenticationIndicator" and "cardholderAuthenticationValue" fields in cardholderAuthentication details along with card details.
I have a question about how we can send the 3DS version details like whether it is 3DS version 1 or 3DS version 2. Is there any way of sending the version details or just above mentioned details "authenticationIndicator" and "cardholderAuthenticationValue" are only needed for third party 3DS verification payment transactions. In the case of 3DS version 1, there is one transactionID (XID) and in case of 3DS version 2, there is directory server transaction ID (dsTransID). So do these details can be passed in any parameters?
Please help if anyone have done 3DS integration using external third party provider.