<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: “Payment Profile ID is not allowed” error with hosted payment profile request in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-ID-is-not-allowed-error-with-hosted-payment/m-p/64135#M38115</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25646"&gt;@BlueBirdARS1&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you create a new sandbox account and try with its credentials ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sun, 12 Aug 2018 00:15:14 GMT</pubDate>
    <dc:creator>Anurag</dc:creator>
    <dc:date>2018-08-12T00:15:14Z</dc:date>
    <item>
      <title>“Payment Profile ID is not allowed” error with hosted payment profile request</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-ID-is-not-allowed-error-with-hosted-payment/m-p/64089#M38077</link>
      <description>&lt;P&gt;I am developing a new integration.&amp;nbsp; Trying to provide a link on our site for our customers to enter their payment info.&amp;nbsp;&amp;nbsp; I am using the “redirect” method to display the page for the user to enter the card data.&amp;nbsp; When I submit the form, I get a “Payment Profile ID is not allowed” response.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Attached is a log of the requests/responses for createCustomerProfileRequest, getHostedProfilePageRequest and redirect.&amp;nbsp; Can you tell me what I am doing wrong? &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;createCustomerProfileRequest request:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;POST &lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt; HTTP/1.0&lt;BR /&gt;Content-Type: text/xml&lt;BR /&gt;Content-Length:413&lt;BR /&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;7HK2nqn5cb2r&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;transactionKey&amp;gt;**&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;profile&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;merchantCustomerId&amp;gt;565&amp;lt;/merchantCustomerId&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;441 AUTO RENTAL&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;email&amp;gt;&amp;lt;/email&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/profile&amp;gt;&lt;BR /&gt;&amp;lt;/createCustomerProfileRequest&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;createCustomerProfileRequest response:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;HTTP/1.0 200 OK&lt;BR /&gt;Cache-Control: private&lt;BR /&gt;Content-Type: application/xml; charset=utf-8&lt;BR /&gt;Access-Control-Allow-Origin: *&lt;BR /&gt;Access-Control-Allow-Headers: x-requested-with,cache-control,content-type,origin,method,SOAPAction&lt;BR /&gt;Access-Control-Allow-Credentials: true&lt;BR /&gt;Access-Control-Allow-Methods: PUT,OPTIONS,POST,GET&lt;BR /&gt;X-Cnection: close&lt;BR /&gt;Content-Length: 507&lt;BR /&gt;Date: Tue, 07 Aug 2018 22:01:24 GMT&lt;BR /&gt;Connection: close&lt;BR /&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;createCustomerProfileResponse xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;customerProfileId&amp;gt;1914998217&amp;lt;/customerProfileId&amp;gt;&amp;lt;customerPaymentProfileIdList /&amp;gt;&amp;lt;customerShippingAddressIdList /&amp;gt;&amp;lt;validationDirectResponseList /&amp;gt;&amp;lt;/createCustomerProfileResponse&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;************************************************************&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;getHostedProfilePageRequest request:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;POST &lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt; HTTP/1.0&lt;BR /&gt;Content-Type: text/xml&lt;BR /&gt;Content-Length:992&lt;BR /&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;BR /&gt;&amp;lt;getHostedProfilePageRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;7HK2nqn5cb2r&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;transactionKey&amp;gt;**&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;customerProfileId&amp;gt;1914998217&amp;lt;/customerProfileId&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;hostedProfileSettings&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;settingName&amp;gt;hostedProfileReturnUrl&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;settingValue&amp;gt;&lt;A href="https://helpdesk.barsnet.com/scripts/callsys.wsc/login.html?CustID=565&amp;lt;/settingValue" target="_blank"&gt;https://helpdesk.barsnet.com/scripts/callsys.wsc/login.html?CustID=565&amp;lt;/settingValue&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;settingName&amp;gt;hostedProfileReturnUrlText&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;settingValue&amp;gt;Click to complete registration&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;settingName&amp;gt;hostedProfilePageBorderVisible&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;settingValue&amp;gt;true&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;settingName&amp;gt;hostedProfileBillingAddressRequired&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;settingValue&amp;gt;true&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/hostedProfileSettings&amp;gt;&lt;BR /&gt;&amp;lt;/getHostedProfilePageRequest&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;getHostedProfilePageRequest response:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;HTTP/1.0 200 OK&lt;BR /&gt;Cache-Control: private&lt;BR /&gt;Content-Type: application/xml; charset=utf-8&lt;BR /&gt;Access-Control-Allow-Origin: *&lt;BR /&gt;Access-Control-Allow-Headers: x-requested-with,cache-control,content-type,origin,method,SOAPAction&lt;BR /&gt;Access-Control-Allow-Credentials: true&lt;BR /&gt;Access-Control-Allow-Methods: PUT,OPTIONS,POST,GET&lt;BR /&gt;X-Cnection: close&lt;BR /&gt;Content-Length: 899&lt;BR /&gt;Date: Tue, 07 Aug 2018 22:01:27 GMT&lt;BR /&gt;Connection: close&lt;BR /&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;getHostedProfilePageResponse xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;token&amp;gt;eGtsUl791jH49TMwGTzUKtvZmd4q6vzhtrqj+EFU/BuR9ZW36q3IGeU51P6OGixpL8p8u8ynu5MaZR8Extp+tXmYQMMzZxLOYJmNDws3v2Kzn0yKEkmWLrFkTquzcoo3ZWOEmlqNj3IQYQwp0IxQXo1TiVeEb1izPIAk9xGv87WKXQJPn2NSJQDwpj9wchGo1EhX8jvnDcS8csV30nwNQe0pBgjrJ4GA1TSoF413WWCljVx7cGO2AYKku4NY0Hn06RWE+BXqXYBpF79O+OlJcu0SRcG6tl2b8AY29Aq1oY8n0MHZAzq7B82/cmo6gvhDTAgcId9+RZCqtNqeq+ZZd7iS039BzTT3ihhBXYF9E/YeKyAt6gdBbSAsM1aZckOnBdWYBP5i2EVNrem9a0LhkJLqM8MxAca30ZTTTUl9kiKFB/RPM5hSVX1eU3MXV4q4MQu+4zsiSzrA4H1cPo6CLoRD0K4tD7vNa1GNneDuwFG3qOMCT84qf/5lET1ne8fU.7HK2nqn5cb2r&amp;lt;/token&amp;gt;&amp;lt;/getHostedProfilePageResponse&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;************************************************************&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Form submission request (with paymentProfileId and token):&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;POST &lt;A href="https://test.authorize.net/customer/addPayment" target="_blank"&gt;https://test.authorize.net/customer/addPayment&lt;/A&gt; HTTP/1.1&lt;BR /&gt;Host: test.authorize.net&lt;BR /&gt;Connection: keep-alive&lt;BR /&gt;Content-Length: 583&lt;BR /&gt;Cache-Control: max-age=0&lt;BR /&gt;Origin: &lt;A href="http://127.0.0.1" target="_blank"&gt;http://127.0.0.1&lt;/A&gt;&lt;BR /&gt;Upgrade-Insecure-Requests: 1&lt;BR /&gt;Content-Type: application/x-www-form-urlencoded&lt;BR /&gt;User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36&lt;BR /&gt;Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8&lt;BR /&gt;Referer: &lt;A href="http://127.0.0.1/scripts/cgiip.exe/WService=Callsys/createccaccountsubmit.p" target="_blank"&gt;http://127.0.0.1/scripts/cgiip.exe/WService=Callsys/createccaccountsubmit.p&lt;/A&gt;&lt;BR /&gt;Accept-Encoding: gzip, deflate, br&lt;BR /&gt;Accept-Language: en-US,en;q=0.9&lt;BR /&gt;&lt;BR /&gt;paymentProfileId=1914998217&amp;amp;token=eGtsUl791jH49TMwGTzUKtvZmd4q6vzhtrqj%2BEFU%2FBuR9ZW36q3IGeU51P6OGixpL8p8u8ynu5MaZR8Extp%2BtXmYQMMzZxLOYJmNDws3v2Kzn0yKEkmWLrFkTquzcoo3ZWOEmlqNj3IQYQwp0IxQXo1TiVeEb1izPIAk9xGv87WKXQJPn2NSJQDwpj9wchGo1EhX8jvnDcS8csV30nwNQe0pBgjrJ4GA1TSoF413WWCljVx7cGO2AYKku4NY0Hn06RWE%2BBXqXYBpF79O%2BOlJcu0SRcG6tl2b8AY29Aq1oY8n0MHZAzq7B82%2Fcmo6gvhDTAgcId9%2BRZCqtNqeq%2BZZd7iS039BzTT3ihhBXYF9E%2FYeKyAt6gdBbSAsM1aZckOnBdWYBP5i2EVNrem9a0LhkJLqM8MxAca30ZTTTUl9kiKFB%2FRPM5hSVX1eU3MXV4q4MQu%2B4zsiSzrA4H1cPo6CLoRD0K4tD7vNa1GNneDuwFG3qOMCT84qf%2F5lET1ne8fU.7HK2nqn5cb2r&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Form submission response (with "Payment Profile ID is not allowed" error):&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;HTTP/1.1 200 OK&lt;BR /&gt;Cache-Control: no-cache,no-cache,no-store&lt;BR /&gt;Pragma: no-cache,no-cache&lt;BR /&gt;Content-Type: text/html; charset=utf-8&lt;BR /&gt;Expires: -1,0&lt;BR /&gt;X-Content-Type-Options: nosniff&lt;BR /&gt;Vary: Accept-Encoding&lt;BR /&gt;Date: Tue, 07 Aug 2018 22:01:29 GMT&lt;BR /&gt;Content-Length: 4395&lt;BR /&gt;Connection: keep-alive&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "&lt;A href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;html xmlns="&lt;A href="http://www.w3.org/1999/xhtml" target="_blank"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;" xml:lang="en"&amp;gt;&lt;BR /&gt;&amp;lt;!-- Doesn't always work! --&amp;gt;&lt;BR /&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=edge" /&amp;gt;&lt;BR /&gt;&amp;lt;meta charset="utf-8"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;link href="scripts/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;script src="scripts/lib/jquery.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script src="scripts/lib/angular.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script src="scripts/profile.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;script src="scripts/lib/bootstrap/js/bootstrap.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Secure Information&lt;BR /&gt;&amp;lt;/title&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;script src="scripts/components/paymentComponent/1_0/payment-min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script src="scripts/components/addressComponent/1_0/address-min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script src="scripts/components/bankAccountComponent/1_0/bankAccount-min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;script src="scripts/app.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!--[if lt IE 8]&amp;gt;&lt;BR /&gt;&amp;lt;link href="styles/profileCommonIELT8.css" rel="stylesheet" type="text/css" /&amp;gt;&lt;BR /&gt;&amp;lt;![endif]--&amp;gt;&lt;BR /&gt;&amp;lt;!--[if lt IE 7]&amp;gt;&lt;BR /&gt;&amp;lt;link href="styles/profileCommonIELT7.css" rel="stylesheet" type="text/css" /&amp;gt;&lt;BR /&gt;&amp;lt;![endif]--&amp;gt;&lt;BR /&gt;&amp;lt;link href="styles/editPayment.css" rel="stylesheet" type="text/css" /&amp;gt;&lt;BR /&gt;&amp;lt;style type="text/css"&amp;gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;BR /&gt;//&amp;lt;![CDATA[&lt;BR /&gt;var g_token = "eGtsUl791jH49TMwGTzUKtvZmd4q6vzhtrqj+EFU/BuR9ZW36q3IGeU51P6OGixpL8p8u8ynu5MaZR8Extp+tXmYQMMzZxLOYJmNDws3v2Kzn0yKEkmWLrFkTquzcoo3ZWOEmlqNj3IQYQwp0IxQXo1TiVeEb1izPIAk9xGv87WKXQJPn2NSJQDwpj9wchGo1EhX8jvnDcS8csV30nwNQe0pBgjrJ4GA1TSoF413WWCljVx7cGO2AYKku4NY0Hn06RWE+BXqXYBpF79O+OlJcu0SRcG6tl2b8AY29Aq1oY8n0MHZAzq7B82/cmo6gvhDTAgcId9+RZCqtNqeq+ZZd7iS039BzTT3ihhBXYF9E/YeKyAt6gdBbSAsM1aZckOnBdWYBP5i2EVNrem9a0LhkJLqM8MxAca30ZTTTUl9kiKFB/RPM5hSVX1eU3MXV4q4MQu+4zsiSzrA4H1cPo6CLoRD0K4tD7vNa1GNneDuwFG3qOMCT84qf/5lET1ne8fU.7HK2nqn5cb2r";&lt;BR /&gt;var g_inProgress = false;&lt;BR /&gt;var g_CustProf = {"paymentProfiles":null,"shipToList":null,"customerProfileId":"1914998217","merchantCustomerId":null,"description":null,"email":null};&lt;BR /&gt;var g_singleItemMode = true;&lt;BR /&gt;var g_billingAddressOptions = "showBillingAddress";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var g_iframeCommunicatorUrl = "";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var g_paymentOptions = "showAll";&lt;BR /&gt;function onPageLoad() {&lt;BR /&gt;&amp;nbsp; if (false) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById("spnNoScript").style.display = "none";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var i = g_CustProf.paymentProfiles &amp;amp;&amp;amp; g_CustProf.paymentProfiles.length &amp;gt; 0 ? 0 : 999;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;}&lt;BR /&gt;//]]&amp;gt;&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;script type="text/javascript"&amp;gt;&lt;BR /&gt;&amp;nbsp; var g_EcheckEnabled = false;&lt;BR /&gt;var g_CreditEnabled = false;&lt;BR /&gt;var g_AddressRequired = true;&lt;BR /&gt;var g_CardCodeRequired = false;&lt;BR /&gt;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body class="BorderVisible"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;div class="PageOuter" id="divPageOuter"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="divPopupScreen" class="PopupScreen" style="display:none;"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="Page" id="divPage" ng-app="HostedProfileApp"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="PageMain" id="divPageMain" ng-controller="mainController"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;lt;div id="MainContent_divErrorPanel" class="ErrorPanel container"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;div class="ErrorPanelMsg"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;span id="MainContent_spnErrorMsg" class="ErrorMsg"&amp;gt;Payment Profile ID is not allowed.&amp;lt;/span&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;div id="divErrorPanelButtons" class="ErrorPanelButtons"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input id="btnCloseWindow" class="CloseButton" onclick="btnCloseWindow_onclick();" value="Close" type="button"/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;lt;div class="BottomLink center" id="divBottomLink" ng-show="showConfirm"&amp;gt;&amp;lt;a id="lnkContinue" style="display:none;" href="&lt;A href="https://helpdesk.barsnet.com/scripts/callsys.wsc/login.html?CustID=565" target="_blank"&gt;https://helpdesk.barsnet.com/scripts/callsys.wsc/login.html?CustID=565&lt;/A&gt;" onclick="return lnkContinue_onclick();"&amp;gt;Click to complete registration&amp;lt;/a&amp;gt;&amp;lt;button type="button" id="btnContinue" class="btn btn-default mainButtons" onclick='window.location = "&lt;A target="_blank"&gt;https://helpdesk.barsnet.com/scripts/callsys.wsc/login.html?CustID=565";'&amp;gt;Click&lt;/A&gt; to complete registration&amp;lt;/button&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class="BottomLinkAfter"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div id="divIframeCommunicator" style="display:none; position:absolute; width:1px; height:1px; bottom:0px; right:0px; z-index:-1;"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;BR /&gt;//&amp;lt;![CDATA[&lt;BR /&gt;onPageLoad();&lt;BR /&gt;$( document ).ready(function() {&lt;BR /&gt;setTimeout("sendResizeWindowToMerchant()", 500);&lt;BR /&gt;});&lt;BR /&gt;//]]&amp;gt;&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="PageMainAfter"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 13:49:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-ID-is-not-allowed-error-with-hosted-payment/m-p/64089#M38077</guid>
      <dc:creator>BlueBirdARS1</dc:creator>
      <dc:date>2018-08-09T13:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: “Payment Profile ID is not allowed” error with hosted payment profile request</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-ID-is-not-allowed-error-with-hosted-payment/m-p/64109#M38092</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25646"&gt;@BlueBirdARS1&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For adding a new payment profile , you dont need to pass the paymentprofileID in it .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/features/customer_profiles.html#Using_the_Accept_Customer_Hosted_Form" target="_blank"&gt;https://developer.authorize.net/api/reference/features/customer_profiles.html#Using_the_Accept_Customer_Hosted_Form&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These are conditional fields .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Conditional Fields&lt;/P&gt;
&lt;UL class="itemizedList"&gt;
&lt;LI&gt;To edit the payment profile, include a form field called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;paymentProfileId&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;containing the ID of the payment profile that you want the customer to edit.&lt;/LI&gt;
&lt;LI&gt;To edit the shipping address include a form field called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;shippingAddressId&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;containing the ID of the shipping address profile that you want the customer to edit.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check our sample app at&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/accept-sample-app" target="_blank"&gt;https://github.com/AuthorizeNet/accept-sample-app&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 05:48:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-ID-is-not-allowed-error-with-hosted-payment/m-p/64109#M38092</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-08-10T05:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: “Payment Profile ID is not allowed” error with hosted payment profile request</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-ID-is-not-allowed-error-with-hosted-payment/m-p/64118#M38099</link>
      <description>&lt;P&gt;Thanks Anurag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I removed the paymentprofileID and did get the hosted payment screen.&amp;nbsp; The form example in the Customer Profiles documentation showed the paymentprofileID, so I thought it was necessary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, when I entered the card info into the hosted screen and submitted it, I got a "Customer Information Manager is not enabled." error.&amp;nbsp; I can access the Customer Information Manager for my account and have three customers entered.&amp;nbsp; I should mention that this is a sandbox account.&amp;nbsp; Is there something else I need to do to enable it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;POST &lt;A href="https://accept.authorize.net/customer/Api.ashx" target="_blank"&gt;https://accept.authorize.net/customer/Api.ashx&lt;/A&gt; HTTP/1.1&lt;BR /&gt;Host: accept.authorize.net&lt;BR /&gt;Connection: keep-alive&lt;BR /&gt;Content-Length: 809&lt;BR /&gt;Accept: application/json, text/plain, */*&lt;BR /&gt;Origin: &lt;A href="https://accept.authorize.net" target="_blank"&gt;https://accept.authorize.net&lt;/A&gt;&lt;BR /&gt;User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36&lt;BR /&gt;Content-Type: application/x-www-form-urlencoded; charset=UTF-8&lt;BR /&gt;Referer: &lt;A href="https://accept.authorize.net/customer/addPayment" target="_blank"&gt;https://accept.authorize.net/customer/addPayment&lt;/A&gt;&lt;BR /&gt;Accept-Encoding: gzip, deflate, br&lt;BR /&gt;Accept-Language: en-US,en;q=0.9&lt;BR /&gt;&lt;BR /&gt;address=75019&amp;amp;apiFn=createPaymentProfile&amp;amp;cardCode=&amp;amp;cardNumber=4003000123456781&amp;amp;city=Coppell&amp;amp;country=United+States+of+America&amp;amp;expirationDate=12%2F19&amp;amp;firstName=Steve&amp;amp;lastName=Walsh&amp;amp;paymentMethod=cc&amp;amp;phoneNumber=9723214569&amp;amp;state=TX&amp;amp;token=SzEDyHUGEPfbURZvVtiQcp9HKyVqyLY0eZV8U3dfwi3iigF2jFSWPAKNanPZ3zXA2Qf%2FyXR7zMgdrdCOrAgFSCkkFAqzkKvmgRAQYKb%2FiFQ%2FIGrzuKSA0E66c1MOndZ0%2Fy%2F%2FcKneZcOYoO1nQopbiOXSdiCKdjF7OFJT%2B9h2C0iF8yr%2BwdmnpnspPBZF1jlL2CAPGEU%2FsMJXkqjzob5VvN3LH9A%2FS9%2FYJfbl%2BhxhBysdXBZjfBHvaiacTq9Vrgny8%2FRx0nl3CgJzcV1f9DNA4wmCSwq1d2m69H4r5NwireBEYtrOLqO5PPBbidkVNPNuBf9776f%2B84Tx%2FMC%2BZRavdjY987t58ozAuH%2B%2BRLBsitUaN8hNLBZpOzMEpLstKYy2k27PcfK4sSlS%2BU7JlJyNXoubRW7dTTXw3G4h9kWm4y5aKzzJmQbhIbYXAULDamJ868drwHboAaa94%2BLeNWNhRuO3isbvbKYqDq1xHzrW82YlWskIWJnmmA54wIc63K5y.7HK2nqn5cb2r&amp;amp;zip=75019&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTTP/1.1 200 OK&lt;BR /&gt;Cache-Control: private,no-cache,no-store&lt;BR /&gt;Pragma: no-cache&lt;BR /&gt;Content-Type: application/json; charset=utf-8&lt;BR /&gt;Expires: 0&lt;BR /&gt;X-Content-Type-Options: nosniff&lt;BR /&gt;Content-Length: 654&lt;BR /&gt;Date: Fri, 10 Aug 2018 14:00:41 GMT&lt;BR /&gt;Connection: keep-alive&lt;BR /&gt;&lt;BR /&gt;{"resultCode":"Error","messageCode":"E00044","messageText":&lt;STRONG&gt;"Customer Information Manager is not enabled."&lt;/STRONG&gt;,"token":"LmbjcxjCgjIDF/s1iFxgJ/d4xalNNO7WYrJ2c8Lu4FB/GlZ28+rsFO4myEkNHDMWkHAg7LzaDNIcd8VkSP/atdRY5S6aYCUAkUbgBomB8SFXoE08WXJqM1RBIHyCbhX3l8XwUmftDHszXV+bu9FFCyPKaqJTHjMEXOaOZ8Iy7G54kFezxopWf3k5mXZwYwrq6hr5jKkx+f9HpWKLRMQ+xc6u/7VYHPrKR49uSAKvXahkWjlNtw/w4N9ktHMExWXk0xZoArEJcqfE3EMJfCp7Fu3wMnD8tBf0s1AR7ZAuRJuDcMPvMicvv3OMlrGt/GAmp95dzh9EjTj3hiH+bEClpDGZRSoB/AFflTdho3TYfmTQYAzKU5kK40odKtLzZo9Um8ntBF1zGmbKsBwZ3GZg4R7veTp7RxaOZ+yh+Inc3pIKSyCsOd1bho0iC9/wLXCuVLLoeZnuQA5WImttjVploOlEBTfLBCpfMMfA6sHb/OO/dkTFMEDgl97uRKzyuKKw.7HK2nqn5cb2r","data":null}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:20:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-ID-is-not-allowed-error-with-hosted-payment/m-p/64118#M38099</guid>
      <dc:creator>BlueBirdARS1</dc:creator>
      <dc:date>2018-08-10T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: “Payment Profile ID is not allowed” error with hosted payment profile request</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-ID-is-not-allowed-error-with-hosted-payment/m-p/64135#M38115</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25646"&gt;@BlueBirdARS1&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you create a new sandbox account and try with its credentials ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 00:15:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-ID-is-not-allowed-error-with-hosted-payment/m-p/64135#M38115</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-08-12T00:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: “Payment Profile ID is not allowed” error with hosted payment profile request</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-ID-is-not-allowed-error-with-hosted-payment/m-p/64166#M38139</link>
      <description>&lt;P&gt;Actually, I got it to work.&amp;nbsp; I had to change &lt;A href="https://accept.authorize.net/customer/addPayment" target="_blank"&gt;https://accept.authorize.net/customer/addPayment&lt;/A&gt; to &lt;A href="https://test.authorize.net/customer/addPayment" target="_blank"&gt;https://test.authorize.net/customer/addPayment&lt;/A&gt; as the action on the form for the sandbox environment.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 22:31:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-ID-is-not-allowed-error-with-hosted-payment/m-p/64166#M38139</guid>
      <dc:creator>BlueBirdARS1</dc:creator>
      <dc:date>2018-08-13T22:31:01Z</dc:date>
    </item>
  </channel>
</rss>

