We have customer profiles set up in CIM. We need to test a failed transaction. I read the error generation guide http://developer.authorize.net/tools/errorgenerationguide/ and it says to use zip code 46282 and the transaction will fail. I tried that and it processes successfully. It validates the card information so only valid test cards can be used. It also won't let you put in a past daqte for expiration date.
So we need help getting a negative test run.
01-29-2014 10:21 AM
You can use the extraOptions on the CreateCustomerProfileTransaction
x_zip=46282
01-29-2014 10:59 AM
Im sorry let me clarify. the profile is accepting the 46282. BUt when I try to make a payment I want to see a failure, but it is processnig the payment as successful.
01-29-2014 11:11 AM
Is it running testmode?
01-29-2014 11:16 AM
We tried test mode and nothing worked, so it is in live mode
01-29-2014 11:27 AM
I just try it on my test account. It work either way.
1)Payment profile zip code is blank and use the extrasOption x_zip=46282
2)Change the payment profile zip code to 46282
Both give me response code 2
When you said successful, do you mean the transaction is successful or response reason code is "1"
01-29-2014 11:44 AM
Response is 1
01-29-2014 11:45 AM
Don't know what to tell you then, since it work for me just fine.
Can you login to the merchant account and to the CIM interface to make sure it do have to right zip code?
01-29-2014 11:48 AM - edited 01-29-2014 11:52 AM