The integration is done by this documentation:
https://developer.authorize.net/api/reference/features/accept_hosted.html
and this example:
https://github.com/AuthorizeNet/accept-sample-app
CODE: E00044
EXPLANATION: Customer Information Manager is not enabled.
DESCRIPTION: The payment gateway account is not enabled for Customer Information Manager (CIM).
There is the code that we are using:
<?xml version="1.0" encoding="utf-16"?>
<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">
<customerProfileId>1508256194</customerProfileId>
<hostedProfileSettings>
<setting>
<settingName>hostedProfilePaymentOptions</settingName>
<settingValue>showCreditCard</settingValue>
</setting>
<setting>
<settingName>hostedProfilePageBorderVisible</settingName>
<settingValue>false</settingValue>
</setting>
<setting>
<settingName>hostedProfileValidationMode</settingName>
<settingValue>liveMode</settingValue>
</setting>
<setting>
<settingName>hostedProfileManageOptions</settingName>
<settingValue>showPayment</settingValue>
</setting>
<setting>
<settingName>hostedProfileIFrameCommunicatorUrl</settingName>
<settingValue>https://our_valid_URL/IFrameCommunicator.html</settingValue>
</setting>
<setting>
<settingName>hostedProfileBillingAddressOptions</settingName>
<settingValue>showBillingAddress</settingValue>
</setting>
</hostedProfileSettings>
</getHostedProfilePageRequest>
07-08-2019 01:07 AM
It sounds like the live account needs to have Customer Information Manager enabled.
1. Log into the merchant interface https://login.authorize.net
2. Select Customer Information Manager from the left-hand navigation bar
3. Enable Customer Information Manager
Then try your test again
07-08-2019 03:00 PM
Hi,
There was the first thing that I checked. This option is enabled.
Any other suggestions?
07-08-2019 11:21 PM
Did you manage to figure anything out for this? We're having the same issue.
09-06-2019 01:14 PM
There was the first thing that I checked. This option is enabled.
12-12-2021 12:37 AM
I'm setting up amember to use authorize.net's CIM
I've setup amember
I've setup the CIM account
01-05-2022 04:48 AM