cancel
Showing results for 
Search instead for 
Did you mean: 

CIM 00007 Error

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.

liviu2duma
Member
1 ACCEPTED SOLUTION

Accepted Solutions

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.

 

View solution in original post

liviu2duma
Member
1 REPLY 1

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.

 

liviu2duma
Member