Hello, can you show me example of 3D secure request and response in AIM?
Im use sandbox = true; Account mode - Live.
What is should be values? Current my values is:
$transaction->setField('authentication_indicator', '5'); //Get from manual, but dont undesrand what difference between 6.
$transaction->setField('cardholder_authentication_value', '512231123'); //Value is random number, what should be?
Response is error:
The combination of card type, authentication indicator and cardholder authentication value is invalid
04-19-2015 01:03 AM
Hi Actimele,
Authorize.Net does supports only the pass-through of 3D secure data. In order to process 3D Secure transactions, you will need to work with a 3D Secure provider.
We do not simulate the validation of this data within our sandbox environment.
Thanks,
Joy
04-20-2015 02:38 PM