cancel
Showing results for 
Search instead for 
Did you mean: 

CIM Hosted Page

Here we going to save customer profile using Customer Information Manager [CIM] . But we want to know whether there is any  hosting page at your side. so please clarify us regarding hosting page to save customer profile.
 
If there is any hosting page at your side. so please tell us how to implement to save customer profile? 
 
If there is no hosting page  please give some alternate solution to save customer profile

 

KSGRao
Contributor
26 REPLIES 26

Thanks for the giving reply,

 

after passing customerid we getting error as below

<code>E00007</code>
<text>User authentication failed due to invalid authentication values.</text>
 
here we passing name and transaction key is working fine in sim service and we able to make the payment also 
 
Please solved problem as soon as possible.

It this a test account? In the guide page 12. Need to use the correct URL.

Thanks for the giving reply,
 
let know one this if we get the token from the response then we have to place that token in to hidden field token value (<input type="hidden" name="Token"value=""/>) then what happen.
 
as my knowledge we can see hosted page for create customer profile, shipping adders and payment information finally customer save form then your going to redirect our site with customer profile ID. Is it correct.
 
 

Chapter 4 on the XML guide.

Thanks for the giving reply,

 

we are try to create customer profile:

 

Input XML:

<?xml version="1.0" encoding="utf-8"?>

<createCustomerProfileRequest xmlns= "AnetApi/xml/v1/schema/

AnetApiSchema.xsd">

<merchantAuthentication>

<name>mytestacct</name>

<transactionKey>112223344</transactionKey>

</merchantAuthentication>

</createCustomerProfileRequest>

 

Output XML:

<?xml version="1.0" encoding="utf-8"?>

<ErrorResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">

  <messages>

    <resultCode>Error</resultCode>

    <message>

      <code>E00045</code>

      <text>The root node does not reference a valid XML namespace.</text>

    </message>

  </messages>

</ErrorResponse>

Is there a reason

<createCustomerProfileRequest xmlns= "AnetApi/xml/v1/schema/

AnetApiSchema.xsd">

 

is on two line?

Thanks for the giving reply,

 

Now we able to generating Toke :smileyhappy: