Hi, I am using activemerchant with rails and am trying to integrate testing with CIM.
I was trying to test creating a profile transaction with CIM, however when I try to make the purchase in test mode, I get an error that I am in test mode and I cannot make a transaction... So, I went to the developer site and made a test account, and now with that test account, I can't even make a profile...
I get the error: "User authentication failed due to invalid authentication values."
...
Again, I can successfully create customer profiles and payment profiles with the "real" account, but for whatever reason I can't do it with the test account.
-patrick
11-08-2012 06:33 PM
if you are using a test account, make sure activemerchant is using the test server. https://test.authorize.net
11-09-2012 04:20 AM
activemerchant shows it is using this:
"https://apitest.authorize.net/xml/v1/request.api"
The error I get when trying to create a customer profile is E00007 "User authentication failed due to invalid authentication values."
Just to make sure, I created a new transaction ID, and carefully copy/pasted my api key & new transaction id... Both are absolutely correct, so why it is failing authentication makes no sense to me.
11-09-2012 10:15 AM
Try to generate a new transaction Key.
11-09-2012 11:00 AM
perhaps you missed the part in my last reply that said: "Just to make sure, I created a new transaction ID, and carefully copy/pasted my api key & new transaction id... Both are absolutely correct, so why it is failing authentication makes no sense to me."
11-09-2012 12:27 PM
Don't know what else to tell you, I just try a new one and it works on the test server. Can you debug the code to make sure everything is correct at the time it make the call to authorize.net?
11-09-2012 12:34 PM