Hello,
I am trying to get a CIM hosted page profile token, for testing purposes, using getHostedProfilePageRequest but I keep getting the famous 00007 Error:User authentication failed due to invalid authentication values.
My request look like this:
<?xml version="1.0" encoding="utf-8"?>
<getHostedProfilePageRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<merchantAuthentication>
<name>MY_SANDBOXACCOUNT_NAME</name>
<transactionKey>MY_TRANSACTION_KEY</transactionKey>
</merchantAuthentication>
<customerProfileId>0</customerProfileId>
</getCustomerProfileRequest>
The apiURl used is:"
https://apitest.authorize.net/xml/v1/request.api
"
What I must do to make this work?
Thank you.
Solved! Go to Solution.
01-31-2014 04:42 AM
I figgured it myself and this may help others. The problem is that: instead of MY_SANDBOXACCOUNT_NAME, there should be the API Login ID, even that the element name is name.
01-31-2014 05:01 AM
I figgured it myself and this may help others. The problem is that: instead of MY_SANDBOXACCOUNT_NAME, there should be the API Login ID, even that the element name is name.
01-31-2014 05:01 AM