You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm passing CAVV and ECI to Authorize using the following two functions of an authorization: setAuthenticationValue() setAuthenticationIndicator()
But Authorize.net provides null when running getCavvResultCode() on the completed transaction. The only thing I could think it might be is that Authorize.net says the two values are called cardholderAuthenticationValue and cardholderAuthenticationIndicator not authenticationValue and authenticationIndicator (which is what the SDK uses as the parameter name)
Any help regarding this is greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
I'm passing CAVV and ECI to Authorize using the following two functions of an authorization:
setAuthenticationValue()
setAuthenticationIndicator()
But Authorize.net provides null when running getCavvResultCode() on the completed transaction. The only thing I could think it might be is that Authorize.net says the two values are called cardholderAuthenticationValue and
cardholderAuthenticationIndicator
notauthenticationValue
andauthenticationIndicator
(which is what the SDK uses as the parameter name)Any help regarding this is greatly appreciated.
The text was updated successfully, but these errors were encountered: