- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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