<?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: Sandbox Accept page testing- always declined? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63667#M37738</link>
    <description>&lt;P&gt;Can you check if you are not using any amount or zip code from&amp;nbsp;&lt;A href="https://developer.authorize.net/hello_world/testing_guide/" target="_blank"&gt;https://developer.authorize.net/hello_world/testing_guide/&lt;/A&gt; which may be triggering the decline ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jul 2018 05:52:42 GMT</pubDate>
    <dc:creator>Anurag</dc:creator>
    <dc:date>2018-07-12T05:52:42Z</dc:date>
    <item>
      <title>Sandbox Accept page testing- always declined?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/62503#M36808</link>
      <description>&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;I’m attempting to test Accept Hosted payment pages with my sandbox.&amp;nbsp; For this, I’m using the GetAnAcceptPaymentPage from the C# sample code application to generate a token string for a payment, having first&amp;nbsp;edited the RunMethod function in SampleCode.cs to specify the apuLoginId and transactionKey for my sandbox, and setting $1.00 as the amount. I’m then posting the returned token string to &lt;A href="https://test.authorize.net/payment/payment" target="_blank"&gt;https://test.authorize.net/payment/payment&lt;/A&gt; with a “token” form element containing that string.&amp;nbsp; This much appears to be working, and I do get a payment page showing the $1.00 amount.&amp;nbsp; However, no matter what values I enter onto that payment page, pressing the “Pay” button just shows “The transaction has been declined.” in red text at the bottom of the form.&amp;nbsp; I’ve confirmed that my sandbox is set to “Live” mode, and have looked at the following link to use what I believe should be valid values for testing: &lt;A href="https://developer.authorize.net/hello_world/testing_guide/.&amp;nbsp;" target="_blank"&gt;https://developer.authorize.net/hello_world/testing_guide/.&amp;nbsp;&lt;/A&gt; I'm hoping someone can tell me why I can't get any result other than "The transaction has been declined".&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;Edit: I tried to include a screenshot showing the form values, but the forum won't accept it, so here are the values as text:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;Amount: $1.00&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;Card #: 5424 0000 0000 0015&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;Exp date: 08/18&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;Card code: 900&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;First name: David&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;Last name: Tester&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;Country: USA&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;ZIP: 46214&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;Address: 123 Test St&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;City: Indianapolis&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;State: IN&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Calibri" color="#000000"&gt;Phone: 952-925-9252&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 13:22:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/62503#M36808</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-04-04T13:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept page testing- always declined?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/62541#M36835</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just&amp;nbsp;tested in Sandbox environment using the data you provided, but cannot repro the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please follow&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/#payment-transactions-charge-a-credit-card" target="_blank"&gt;https://developer.authorize.net/api/reference/#payment-transactions-charge-a-credit-card&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and try to send a createTransactionRequest using your data through&lt;/P&gt;&lt;P&gt;&lt;A href="https://apitest.authorize.net/xml/v1/xmltest.htm" target="_blank"&gt;&lt;U&gt;https://apitest.authorize.net/xml/v1/xmltest.htm&lt;/U&gt;&lt;/A&gt;, and see what response you get?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you also get transaction declined there, you can send us the transId and error code, so that we can further investigate and help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 19:15:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/62541#M36835</guid>
      <dc:creator>angie</dc:creator>
      <dc:date>2018-04-05T19:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept page testing- always declined?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63658#M37729</link>
      <description>&lt;P&gt;I'm just now getting back to evaluating Authorize.net after several months of putting out unrelated fires, and I am still running into the same problem as listed above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This time I have tried using the sample request form at the following URL to generate a token, only modifying the sample request to add my sandbox keys:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/#payment-transactions-get-an-accept-payment-page" target="_blank"&gt;https://developer.authorize.net/api/reference/#payment-transactions-get-an-accept-payment-page&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I submitted the resulting token to the following URL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://test.authorize.net/payment/payment" target="_blank"&gt;https://test.authorize.net/payment/payment&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This gave me the expected hosted pay page.&amp;nbsp; On this page I have tried entering several of the test CC numbers listed in the "Test Card Numbers" section of the following page:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/hello_world/testing_guide/" target="_blank"&gt;https://developer.authorize.net/hello_world/testing_guide/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I specified future dates (e.g., 12/20) and a card code of 999.&amp;nbsp; And in every case the response I get on the hosted pay page is "The transaction has been declined."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note that using a different API for testing is of no value to us, as we are only interested in the Accept Hosted Pay Page method.&amp;nbsp; What we need to be able to do is get a successful transaction that displays a receipt page, as the latter is actually what we are in need of seeing and trying to modify right now.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 21:08:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63658#M37729</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-07-11T21:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept page testing- always declined?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63667#M37738</link>
      <description>&lt;P&gt;Can you check if you are not using any amount or zip code from&amp;nbsp;&lt;A href="https://developer.authorize.net/hello_world/testing_guide/" target="_blank"&gt;https://developer.authorize.net/hello_world/testing_guide/&lt;/A&gt; which may be triggering the decline ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 05:52:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63667#M37738</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-07-12T05:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept page testing- always declined?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63676#M37745</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Can you check if you are not using any amount or zip code from&amp;nbsp;&lt;A href="https://developer.authorize.net/hello_world/testing_guide/" target="_blank"&gt;https://developer.authorize.net/hello_world/testing_guide/ which may be triggering the decline ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, I hadn't been using any of the documented values on that page (other than the CC numbers).&amp;nbsp; I was using the default request amount of $20.00 (my understanding being that any amount under $100 should result in an approval on the test server), the default request zip code of 44628, and a 3-digit code of 999.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 12 Jul 2018 15:50:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63676#M37745</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-07-12T15:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept page testing- always declined?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63698#M37763</link>
      <description>&lt;P&gt;Even though it isn't applicable to our intended usage, as a test I created a request using the Charge A Credit Card API example that you linked above, with the default values given in the example, and adding our sandbox keys into it.&amp;nbsp; That request succeeded in charging a test&amp;nbsp;payment of $5.&amp;nbsp; I then took that same information and amount,&amp;nbsp;and plugged it into the "Get An Accept Payment Page" API example (see below), using the resulting token to bring up a hosted payment page, into which I entered the same credit card information as in the first request.&amp;nbsp; As reported before, that results in the message "The transaction has been declined."&amp;nbsp; Why are these two test APIs giving different results&amp;nbsp;when provided with the same payment info?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the exact XML I used for getting the token (except for having removed our sandbox keys for obvious reasons), along with the CC information that I entered into the hosted page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CC#: 5424000000000015&lt;/P&gt;&lt;P&gt;ExpDate: 12/20&lt;/P&gt;&lt;P&gt;Code: 999&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;getHostedPaymentPageRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;transactionRequest&amp;gt;
    &amp;lt;transactionType&amp;gt;authCaptureTransaction&amp;lt;/transactionType&amp;gt;
    &amp;lt;amount&amp;gt;5&amp;lt;/amount&amp;gt;
    &amp;lt;profile&amp;gt;
      &amp;lt;customerProfileId&amp;gt;123456789&amp;lt;/customerProfileId&amp;gt;
    &amp;lt;/profile&amp;gt;
    &amp;lt;customer&amp;gt;
      &amp;lt;email&amp;gt;ellen@mail.com&amp;lt;/email&amp;gt;
    &amp;lt;/customer&amp;gt;
    &amp;lt;billTo&amp;gt;
        &amp;lt;firstName&amp;gt;Ellen&amp;lt;/firstName&amp;gt;
        &amp;lt;lastName&amp;gt;Johnson&amp;lt;/lastName&amp;gt;
        &amp;lt;company&amp;gt;Souveniropolis&amp;lt;/company&amp;gt;
        &amp;lt;address&amp;gt;14 Main Street&amp;lt;/address&amp;gt;
        &amp;lt;city&amp;gt;Pecan Springs&amp;lt;/city&amp;gt;
        &amp;lt;state&amp;gt;TX&amp;lt;/state&amp;gt;
        &amp;lt;zip&amp;gt;44628&amp;lt;/zip&amp;gt;
        &amp;lt;country&amp;gt;USA&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;hostedPaymentReturnOptions&amp;lt;/settingName&amp;gt;
      &amp;lt;settingValue&amp;gt;{"showReceipt": true, "url": "https://mysite.com/receipt", "urlText": "Continue", "cancelUrl": "https://mysite.com/cancel", "cancelUrlText": "Cancel"}&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;hostedPaymentStyleOptions&amp;lt;/settingName&amp;gt;
      &amp;lt;settingValue&amp;gt;{"bgColor": "blue"}&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": false, "showCreditCard": true, "showBankAccount": true}&amp;lt;/settingValue&amp;gt;
    &amp;lt;/setting&amp;gt;
    &amp;lt;setting&amp;gt;
      &amp;lt;settingName&amp;gt;hostedPaymentSecurityOptions&amp;lt;/settingName&amp;gt;
      &amp;lt;settingValue&amp;gt;{"captcha": false}&amp;lt;/settingValue&amp;gt;
    &amp;lt;/setting&amp;gt;
    &amp;lt;setting&amp;gt;
      &amp;lt;settingName&amp;gt;hostedPaymentShippingAddressOptions&amp;lt;/settingName&amp;gt;
      &amp;lt;settingValue&amp;gt;{"show": false, "required": false}&amp;lt;/settingValue&amp;gt;
    &amp;lt;/setting&amp;gt;
    &amp;lt;setting&amp;gt;
      &amp;lt;settingName&amp;gt;hostedPaymentBillingAddressOptions&amp;lt;/settingName&amp;gt;
      &amp;lt;settingValue&amp;gt;{"show": true, "required":false}&amp;lt;/settingValue&amp;gt;
    &amp;lt;/setting&amp;gt;
    &amp;lt;setting&amp;gt;
      &amp;lt;settingName&amp;gt;hostedPaymentCustomerOptions&amp;lt;/settingName&amp;gt;
      &amp;lt;settingValue&amp;gt;{"showEmail": false, "requiredEmail": false, "addPaymentProfile": true}&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": true, "merchantName": "G and S Questions Inc."}&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://mysite.com/special"}&amp;lt;/settingValue&amp;gt;
    &amp;lt;/setting&amp;gt;
  &amp;lt;/hostedPaymentSettings&amp;gt;
&amp;lt;/getHostedPaymentPageRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 14:03:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63698#M37763</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-07-13T14:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept page testing- always declined?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63730#M37785</link>
      <description>&lt;P&gt;Is there any investigation taking place on this issue?&amp;nbsp; This has completely blocked our attempts to determine whether Authorize.net is a suitable candidate for our company's payment provider, and since a decision is likely to need to be made soon, not being able to complete our investigation would inevitably force us to look elsewhere for such services.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 12:58:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63730#M37785</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-07-17T12:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept page testing- always declined?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63742#M37791</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23365"&gt;@dsandberg&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you have a look at our Accept sample app&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;If its dont help can you reach out at developer_feedback@authorize.net ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 05:31:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63742#M37791</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-07-18T05:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept page testing- always declined?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63745#M37794</link>
      <description>&lt;P&gt;The problem with your accept-sample-app code is that it is all PHP, which we don't have any knowledge of ... we are a .NET shop.&amp;nbsp; I have already tried the GetAnAcceptPaymentPage&amp;nbsp;code from the C# sample code application (also from github), and I had exactly the same problem with that.&amp;nbsp; When I emailed for assistance at developer@authorize.net, they told me they couldn't help and that I had to submit my questions via the forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try emailing this different email address, but if I get directed back to the forum again by them, I'm going to recommend to the decision makers at my company that we remove Authorize.net from the short list of candidates for our payment provider.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 13:03:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/63745#M37794</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-07-18T13:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept page testing- always declined?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/66097#M39685</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are very curious if you were able to resolve this issue.&amp;nbsp; We are having a similar experience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;)&amp;nbsp;When using the API 'Live Console' from&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/#payment-transactions-charge-a-credit-card" target="_blank"&gt;https://developer.authorize.net/api/reference/#payment-transactions-charge-a-credit-card&lt;/A&gt;, our Sandbox credentials and test data successfully create a transaction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;) When using the same credentials from the API 'Live Console' from&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/#accept-suite-get-an-accept-payment-page" target="_blank"&gt;https://developer.authorize.net/api/reference/#accept-suite-get-an-accept-payment-page&lt;/A&gt;, we get a Success response and token returned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;) When using the same credentials and the same test data with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the Accept Hosted sample code from&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/features/accept_hosted.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/accept_hosted.html&lt;/A&gt;, we successfully get the token back but also receive the 'The transaction has been declined' message with no further details, although no declined transactions are reported in the Merchant Interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have checked the following from the last link above, and nothing there is checked Required:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;Note:&amp;nbsp;Authorize.Net has Payment Form settings that do not currently affect field visibility in Accept Hosted but that might cause transaction errors because unsent fields are marked as required. To avoid errors caused by required fields, log in to the Merchant Interface as Account Administrator, navigate to&amp;nbsp;Account &amp;gt; Settings &amp;gt; Transaction Format Settings &amp;gt; Payment Form &amp;gt; Form Fields, and uncheck&amp;nbsp;Required&amp;nbsp;for all fields. Note that if you use the deprecated SIM payment form, these settings will impact the fields that SIM requires.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you or anyone else has advice on resolving this or somehow&amp;nbsp;getter further error details, we would very much appreciate it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Dais&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 18:27:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/66097#M39685</guid>
      <dc:creator>DaisCSU</dc:creator>
      <dc:date>2019-01-25T18:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept page testing- always declined?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/66104#M39692</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28229"&gt;@DaisCSU&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check your Fraud IP settings which be blocking IPs .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.authorize.net/s/article/What-Is-the-Advanced-Fraud-Detection-Suite-AFDS-IP-Administration-Tool" target="_blank"&gt;https://support.authorize.net/s/article/What-Is-the-Advanced-Fraud-Detection-Suite-AFDS-IP-Administration-Tool&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anurag&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 20:14:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/66104#M39692</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2019-01-25T20:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox Accept page testing- always declined?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/66153#M39732</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi Anurag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the advice, that was exactly what was happening!&amp;nbsp; We don't have blocked IPs configured, but we had several of our server IPs enabled in the Allowed API list in AFDS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the merchant interface, these transactions are being submitted by private IPs (examples below).&amp;nbsp; Assuming these are internal A.N addresses, would you know if there is a standard range of these IPs, in case our department wishes to continue to&amp;nbsp;allow Authorized API IP Addresses in AFDS in conjunction with Accept Hosted?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for your prompt help, and in advance for your thoughts.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dais&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Customer IP:&amp;nbsp;&amp;nbsp; 10.141.8.50&lt;/P&gt;&lt;P&gt;Customer IP:&amp;nbsp;&amp;nbsp; 10.141.8.51&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 15:46:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Sandbox-Accept-page-testing-always-declined/m-p/66153#M39732</guid>
      <dc:creator>DaisCSU</dc:creator>
      <dc:date>2019-01-29T15:46:09Z</dc:date>
    </item>
  </channel>
</rss>

