cancel
Showing results for 
Search instead for 
Did you mean: 

Help with SIM integration (PHP)

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

abuisaacm
Member
1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

4 REPLIES 4

did you make any change to the sample code other just putting your loginID and transactionKey?

 

Did the transactionKey got change?

RaynorC1emen7
Expert

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.

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.

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.