<?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 Accept Hosted Invalid Authentication Values in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Invalid-Authentication-Values/m-p/80977#M51033</link>
    <description>&lt;P&gt;I'm trying to fetch a Accept Hosted Payment Form token and I'm unable to get the token due to invalid authentication values. The API Token is correct. The transaction key is correct. I have created 3 new transaction keys from sandbox.authorize.net and they all fail in sandbox. I created another test account. That fails. I cannot understand why I cannot get a token. This process has not changed on my end. I am out of ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;
&amp;lt;getHostedPaymentPageRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
    &amp;lt;transactionRequest&amp;gt;
        &amp;lt;transactionType&amp;gt;authCaptureTransaction&amp;lt;/transactionType&amp;gt;
        &amp;lt;amount&amp;gt;1.00&amp;lt;/amount&amp;gt;
        &amp;lt;order&amp;gt;
            &amp;lt;invoiceNumber&amp;gt;404-1179325-197528&amp;lt;/invoiceNumber&amp;gt;
            &amp;lt;description&amp;gt;The Show 2023&amp;lt;/description&amp;gt;
        &amp;lt;/order&amp;gt;
        &amp;lt;customer/&amp;gt;
        &amp;lt;billTo&amp;gt;
            &amp;lt;country&amp;gt;US&amp;lt;/country&amp;gt;
        &amp;lt;/billTo&amp;gt;
    &amp;lt;/transactionRequest&amp;gt;
    &amp;lt;hostedPaymentSettings&amp;gt;
        &amp;lt;setting&amp;gt;
            &amp;lt;settingName&amp;gt;hostedPaymentBillingAddressOptions&amp;lt;/settingName&amp;gt;
            &amp;lt;settingValue&amp;gt;{ "show": false }&amp;lt;/settingValue&amp;gt;
        &amp;lt;/setting&amp;gt;
        &amp;lt;setting&amp;gt;
            &amp;lt;settingName&amp;gt;hostedPaymentButtonOptions&amp;lt;/settingName&amp;gt;
            &amp;lt;settingValue&amp;gt;{ "text": "Pay" }&amp;lt;/settingValue&amp;gt;
        &amp;lt;/setting&amp;gt;
        &amp;lt;setting&amp;gt;
            &amp;lt;settingName&amp;gt;hostedPaymentIFrameCommunicatorUrl&amp;lt;/settingName&amp;gt;
            &amp;lt;settingValue&amp;gt;{ "url": "https://local11.domain.local/jsp/hostedPayment/HostedPaymentResponseHandler.html" }&amp;lt;/settingValue&amp;gt;
        &amp;lt;/setting&amp;gt;
        &amp;lt;setting&amp;gt;
            &amp;lt;settingName&amp;gt;hostedPaymentOrderOptions&amp;lt;/settingName&amp;gt;
            &amp;lt;settingValue&amp;gt;{ "show": false }&amp;lt;/settingValue&amp;gt;
        &amp;lt;/setting&amp;gt;
        &amp;lt;setting&amp;gt;
            &amp;lt;settingName&amp;gt;hostedPaymentPaymentOptions&amp;lt;/settingName&amp;gt;
            &amp;lt;settingValue&amp;gt;{ "cardCodeRequired": true, "showBankAccount": false }&amp;lt;/settingValue&amp;gt;
        &amp;lt;/setting&amp;gt;
        &amp;lt;setting&amp;gt;
            &amp;lt;settingName&amp;gt;hostedPaymentReturnOptions&amp;lt;/settingName&amp;gt;
            &amp;lt;settingValue&amp;gt;{ "showReceipt": false }&amp;lt;/settingValue&amp;gt;
        &amp;lt;/setting&amp;gt;
    &amp;lt;/hostedPaymentSettings&amp;gt;
&amp;lt;/getHostedPaymentPageRequest&amp;gt;

&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;
&amp;lt;getHostedPaymentPageResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
    &amp;lt;messages&amp;gt;
        &amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;
        &amp;lt;message&amp;gt;
            &amp;lt;code&amp;gt;E00007&amp;lt;/code&amp;gt;
            &amp;lt;text&amp;gt;User authentication failed due to invalid authentication values.&amp;lt;/text&amp;gt;
        &amp;lt;/message&amp;gt;
    &amp;lt;/messages&amp;gt;
&amp;lt;/getHostedPaymentPageResponse&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 27 Jan 2022 19:25:50 GMT</pubDate>
    <dc:creator>kschaller1979</dc:creator>
    <dc:date>2022-01-27T19:25:50Z</dc:date>
    <item>
      <title>Accept Hosted Invalid Authentication Values</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Invalid-Authentication-Values/m-p/80977#M51033</link>
      <description>&lt;P&gt;I'm trying to fetch a Accept Hosted Payment Form token and I'm unable to get the token due to invalid authentication values. The API Token is correct. The transaction key is correct. I have created 3 new transaction keys from sandbox.authorize.net and they all fail in sandbox. I created another test account. That fails. I cannot understand why I cannot get a token. This process has not changed on my end. I am out of ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;
&amp;lt;getHostedPaymentPageRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
    &amp;lt;transactionRequest&amp;gt;
        &amp;lt;transactionType&amp;gt;authCaptureTransaction&amp;lt;/transactionType&amp;gt;
        &amp;lt;amount&amp;gt;1.00&amp;lt;/amount&amp;gt;
        &amp;lt;order&amp;gt;
            &amp;lt;invoiceNumber&amp;gt;404-1179325-197528&amp;lt;/invoiceNumber&amp;gt;
            &amp;lt;description&amp;gt;The Show 2023&amp;lt;/description&amp;gt;
        &amp;lt;/order&amp;gt;
        &amp;lt;customer/&amp;gt;
        &amp;lt;billTo&amp;gt;
            &amp;lt;country&amp;gt;US&amp;lt;/country&amp;gt;
        &amp;lt;/billTo&amp;gt;
    &amp;lt;/transactionRequest&amp;gt;
    &amp;lt;hostedPaymentSettings&amp;gt;
        &amp;lt;setting&amp;gt;
            &amp;lt;settingName&amp;gt;hostedPaymentBillingAddressOptions&amp;lt;/settingName&amp;gt;
            &amp;lt;settingValue&amp;gt;{ "show": false }&amp;lt;/settingValue&amp;gt;
        &amp;lt;/setting&amp;gt;
        &amp;lt;setting&amp;gt;
            &amp;lt;settingName&amp;gt;hostedPaymentButtonOptions&amp;lt;/settingName&amp;gt;
            &amp;lt;settingValue&amp;gt;{ "text": "Pay" }&amp;lt;/settingValue&amp;gt;
        &amp;lt;/setting&amp;gt;
        &amp;lt;setting&amp;gt;
            &amp;lt;settingName&amp;gt;hostedPaymentIFrameCommunicatorUrl&amp;lt;/settingName&amp;gt;
            &amp;lt;settingValue&amp;gt;{ "url": "https://local11.domain.local/jsp/hostedPayment/HostedPaymentResponseHandler.html" }&amp;lt;/settingValue&amp;gt;
        &amp;lt;/setting&amp;gt;
        &amp;lt;setting&amp;gt;
            &amp;lt;settingName&amp;gt;hostedPaymentOrderOptions&amp;lt;/settingName&amp;gt;
            &amp;lt;settingValue&amp;gt;{ "show": false }&amp;lt;/settingValue&amp;gt;
        &amp;lt;/setting&amp;gt;
        &amp;lt;setting&amp;gt;
            &amp;lt;settingName&amp;gt;hostedPaymentPaymentOptions&amp;lt;/settingName&amp;gt;
            &amp;lt;settingValue&amp;gt;{ "cardCodeRequired": true, "showBankAccount": false }&amp;lt;/settingValue&amp;gt;
        &amp;lt;/setting&amp;gt;
        &amp;lt;setting&amp;gt;
            &amp;lt;settingName&amp;gt;hostedPaymentReturnOptions&amp;lt;/settingName&amp;gt;
            &amp;lt;settingValue&amp;gt;{ "showReceipt": false }&amp;lt;/settingValue&amp;gt;
        &amp;lt;/setting&amp;gt;
    &amp;lt;/hostedPaymentSettings&amp;gt;
&amp;lt;/getHostedPaymentPageRequest&amp;gt;

&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;
&amp;lt;getHostedPaymentPageResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
    &amp;lt;messages&amp;gt;
        &amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;
        &amp;lt;message&amp;gt;
            &amp;lt;code&amp;gt;E00007&amp;lt;/code&amp;gt;
            &amp;lt;text&amp;gt;User authentication failed due to invalid authentication values.&amp;lt;/text&amp;gt;
        &amp;lt;/message&amp;gt;
    &amp;lt;/messages&amp;gt;
&amp;lt;/getHostedPaymentPageResponse&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Jan 2022 19:25:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Invalid-Authentication-Values/m-p/80977#M51033</guid>
      <dc:creator>kschaller1979</dc:creator>
      <dc:date>2022-01-27T19:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Invalid Authentication Values</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Invalid-Authentication-Values/m-p/81205#M51189</link>
      <description>&lt;P&gt;Note that this only affects the Accept Hosted Payment, it does not affect the non-hosted API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did we make previous versions of Accept Hosted unusable?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 22:06:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Invalid-Authentication-Values/m-p/81205#M51189</guid>
      <dc:creator>kschaller1979</dc:creator>
      <dc:date>2022-02-09T22:06:29Z</dc:date>
    </item>
  </channel>
</rss>

