Hello. We have this erro when we use Transaction Details API.
><code>E00007</code><text>User authentication failed due to invalid authentication values.</text>
So I check previous topics with same problem, and I regenerate "transactionKey" many times. but the same error occurs. What I need to check? may be something wrong with another settings?
Solved! Go to Solution.
09-18-2014 07:51 AM
09-18-2014 12:52 PM
using the right server url for your loginID/transactionKey?
09-18-2014 08:04 AM
oh, may be this is bad url: https://apitest.authorize.net/xml/v1/request.api (I just checked)
what is correct API url?))))
09-18-2014 08:39 AM
That the one for the sandbox test account.
are you passing the merchantAuthentication with the xml you send?
09-18-2014 09:55 AM
Yes I use PHP SDK. Sorry, So what the url on production for this request?
09-18-2014 12:33 PM
09-18-2014 12:52 PM
yes. Thank you very much.
I found alsohttp://magentomonsters.com/blog/get-payment-update-fro-authorize-net-for-suspected-fraud-and-payment-review-orders/
magento takes wrong url from class property
09-18-2014 12:59 PM
Richard,
We are integrating our Web site with Advanced Integration Method (AIM) using PYTHON for which we
are using a live account and posting the login_id and transaction_key obtained from live account.
We are posting all the necessary details required in a json to this
URL -- secure2.authorize.net/gateway/transact.dll
secure.authorize.net/gateway/transact.dll
We are getting a response saying --
1. (13) The merchant login ID or password is invalid or the account is inactive.
-- when posted through urllib
2. E00007: User authentication failed due to invalid authentication values.
-- when posted through authorize.net Python package
Please find the code and error attachment, could you please look into this error ASAP & revert back
06-29-2016 05:39 AM
Have you tried using AuthenticateTestRequest to confirm your credentials are correct? It's available in the Python SDK or use XML/JSON.
Richard
06-29-2016 07:59 AM