cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

3D Secure - help!

Hi everyone,

 

We're set up with 3D Secure using 3DSintegrator (http://3dsintegrator.readme.io). We're able to get the CAVV values but for some reason, Authorize.net is not receiving them. We're on PHP, and it would greatly help if someone can show us how the CAVV values are passed down to authorize.net via PHP. Are we supposed to include "cardholderAuthenticationValue" in the payment assemble section? How is this value passed down to authorize.net? 

 

Thanks!

moeahmen111
Member
10 REPLIES 10
The CAVV is a property of the transaction request type object. I am not familiar with 3DS in any detailed way. My hunch is you would have to capture the CAVV from the vendor you are using and then pass that in the API call to authorize. The only way around that I can see would be if the vendor you use acts as a middleman and does the API call for you after validation, which I think is unlikely. Check the API documentation for whatever integration method (pure API, Accept suite, etc.) you are using and see if it is a valid request parameter for that method. If not then you are wasting your time even trying to pass a value.
Renaissance
All Star

Hi,

 

Thank you for reaching out to us.

 

Are you using the PHP SDK that Authorize.Net offers through Packagist / Github?

 

As per our APIs, you can have a cardholderAuthentication object in your request, where you can add authenticationIndicator and cardholderAuthenticationValue for 3D Secure.

 

More information can be found in the Request section of the Charge A Credit Card Transaction API.

gnongsie13
Developer Developer
Developer

Hello,

I am using cardholderAuthentication & authenticationIndicator in authorize.net request but still it appear The combination of card type, authentication indicator and cardholder authentication value is invalid. error. Why this can you please guide me how to use these values in authorize.net request

 

Thanks

Hi All,

 

I want to know that whether authorize.net is a 2d or 3d payment gateway?

 

Thanks

pg
Member

Hi I am using cardinal for 3ds2.0 authentication and using authorise.net as payment gateway. In some cards that cardinal has provided for 3DS2.0  we get  Cavv values as null  in authentication response and when we pass this value to authorize.net API , the APi response as null.

 

I am using Authorise.Net  SDK in ASP.NET application with c#.

 

Please let me know what could be the solution for this.

Hi ,

 

I am implementing cardinal for 3DS2.0 authentication and  Authorize.Net as payment gateway , Cardinal provided testing cards for 3ds2.0 , which provide CAVV as null . While we pass this value in cardholderAuthentication  object of Authorise.Net  for payment , we get response as null.

 

Please help us to know how can we proceed with 3DS2.0/

 

I am specifically using .Net Library for implementation with Authorize.Net.

 

 

 

Regards

Chirag Ratra

Hi,
You got answer? I also want to know that authorize.net 2D or 3D gateway.
Hi,
You got answer? I also want to know that authorize.net 2D or 3D gateway.

we have had good results using Endeavour's service at https://3dsecureauthorize.net

 

Basically they offer a wordpress plugin that takes care of the 3DS and is already integrated with authorize.net.

 

We're up and running with very little effort.

croolis
Member