Hi all,
I have used the sample PHP code for SIM integration and set up as per the requirement. Now I was getting an error as follows: (99) This transaction cannot be accepted.
While contacting the customer service they asked me to review the following tool:
https://developer.authorize.net/tools/responsecode99/#bottom
I have reviewed and found out that everything is fine and the fingerprints were also same , while troubleshooting with a facility in the above link.
Still i am getting the same error [(99) This transaction cannot be accepted.]
Could anyone help me to get through this.
thanks in advance
Solved! Go to Solution.
11-17-2014 06:41 AM
If your is a test account, you can test the transactionkey
http://developer.authorize.net/api/reference/
just use the last function getBatchStatisticsRequest to test it.
11-17-2014 07:44 AM
did you make any change to the sample code other just putting your loginID and transactionKey?
Did the transactionKey got change?
11-17-2014 07:25 AM
If your is a test account, you can test the transactionkey
http://developer.authorize.net/api/reference/
just use the last function getBatchStatisticsRequest to test it.
11-17-2014 07:44 AM
Yes I have tried that and it results that: User authentication failed due to invalid authentication values.
I have doule checked the API Login Id and Transaction Key. But both were fine.
Also I have tried by changing the transaction key. But Still having the issue.
11-17-2014 11:53 PM
Thank you I have get through the issue by using a fresh sample code of SIM. Now it works perfectly. So for the disturbance.
Anyhow the tool (link) was also very helpfull.
Thanks again.
11-18-2014 03:32 AM - edited 11-18-2014 03:32 AM