How do we get authorize.net test servers to respond with code=65 (code verification mismatch). And then subsequently test that we can submit the same transaction within 2 minutes to produce code = 11 ( duplicate transaction ).
We've tried using codes 900, 901, 902 per the info found in the authorize.net forums, but whatever we try, it always responds with APPROVED.
07-10-2013 10:39 AM
The test CC# have to be 4222222222222 (13 digits) for the zip and cvv Trigger
And to get specific reason code
with the 4222222222222 , set x_test_request=TRUE , and the amount is the reason. e.g.x_amount=65.00 would return
2,2,65,(TESTMODE) This transaction has been declined.
07-10-2013 11:01 AM - edited 07-10-2013 11:02 AM