<?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 getHostedPaymentPageRequest settings error E00013 in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getHostedPaymentPageRequest-settings-error-E00013/m-p/70486#M43288</link>
    <description>&lt;P&gt;I received an error when I try to send&amp;nbsp;getHostedPaymentPageRequest.&lt;/P&gt;&lt;P&gt;Based on&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/features/accept_hosted.html#Overview" target="_blank"&gt;https://developer.authorize.net/api/reference/features/accept_hosted.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Request:&lt;/P&gt;&lt;PRE&gt;{
  "getHostedPaymentPageRequest": {
    "merchantAuthentication": {
      "name": "xxxx",
      "transactionKey": "xxxx"
    },
    "transactionRequest": {
      "transactionType": "authCaptureTransaction",
      "amount": "1.00",
      "profile": {
        "customerProfileId": "xxx"
      }
     
    },
    "hostedPaymentSettings": {
      "setting": [{
        "settingName": "hostedPaymentPaymentOptions",
        "settingValue": "{\"customerProfileId\": true}"
      }]
    }
  }
}&lt;/PRE&gt;&lt;P&gt;Response:&lt;/P&gt;&lt;PRE&gt;{
    "messages": {
        "resultCode": "Error",
        "message": [
            {
                "code": "E00013",
                "text": "Failed to add Option hostedPaymentPaymentOptions \r\n                        Property 'customerProfileId' has not been defined and the schema does not allow additional properties. Line 1, position 21."
            }
        ]
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;It looks like a customerProfileId is not supported in&amp;nbsp;hostedPaymentPaymentOptions. Any ideas?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2020 19:11:11 GMT</pubDate>
    <dc:creator>actdata</dc:creator>
    <dc:date>2020-02-03T19:11:11Z</dc:date>
    <item>
      <title>getHostedPaymentPageRequest settings error E00013</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getHostedPaymentPageRequest-settings-error-E00013/m-p/70486#M43288</link>
      <description>&lt;P&gt;I received an error when I try to send&amp;nbsp;getHostedPaymentPageRequest.&lt;/P&gt;&lt;P&gt;Based on&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/features/accept_hosted.html#Overview" target="_blank"&gt;https://developer.authorize.net/api/reference/features/accept_hosted.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Request:&lt;/P&gt;&lt;PRE&gt;{
  "getHostedPaymentPageRequest": {
    "merchantAuthentication": {
      "name": "xxxx",
      "transactionKey": "xxxx"
    },
    "transactionRequest": {
      "transactionType": "authCaptureTransaction",
      "amount": "1.00",
      "profile": {
        "customerProfileId": "xxx"
      }
     
    },
    "hostedPaymentSettings": {
      "setting": [{
        "settingName": "hostedPaymentPaymentOptions",
        "settingValue": "{\"customerProfileId\": true}"
      }]
    }
  }
}&lt;/PRE&gt;&lt;P&gt;Response:&lt;/P&gt;&lt;PRE&gt;{
    "messages": {
        "resultCode": "Error",
        "message": [
            {
                "code": "E00013",
                "text": "Failed to add Option hostedPaymentPaymentOptions \r\n                        Property 'customerProfileId' has not been defined and the schema does not allow additional properties. Line 1, position 21."
            }
        ]
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;It looks like a customerProfileId is not supported in&amp;nbsp;hostedPaymentPaymentOptions. Any ideas?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 19:11:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getHostedPaymentPageRequest-settings-error-E00013/m-p/70486#M43288</guid>
      <dc:creator>actdata</dc:creator>
      <dc:date>2020-02-03T19:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: getHostedPaymentPageRequest settings error E00013</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getHostedPaymentPageRequest-settings-error-E00013/m-p/70528#M43315</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The customerProfileId is posted in the 'transactionRequest' object of the 'getHostedPaymentPageRequest', it takes a numeric string value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"transactionRequest": { "transactionType": "authCaptureTransaction", "amount": "20.00", "profile": { "&lt;STRONG&gt;customerProfileId&lt;/STRONG&gt;": "&lt;STRONG&gt;123456789&lt;/STRONG&gt;" },&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 12:54:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getHostedPaymentPageRequest-settings-error-E00013/m-p/70528#M43315</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2020-02-06T12:54:52Z</dc:date>
    </item>
  </channel>
</rss>

