<?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: An error occurred while trying to report this transaction to the merchant. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47069#M23776</link>
    <description>&lt;P&gt;You can't use localhost, it have to be an url that can be access from the internet.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Sep 2014 14:41:07 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2014-09-11T14:41:07Z</dc:date>
    <item>
      <title>An error occurred while trying to report this transaction to the merchant.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/44634#M22618</link>
      <description>&lt;P&gt;Using SIM Integration, with relay response = true and x_relay_url = &lt;A href="http://www.evergreenarts.org/order_relay.php" target="_blank"&gt;http://www.evergreenarts.org/order_relay.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which is stripped down to basic HTML headers and "hello world".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Account settings, transaction key, response URLs, all set correctly. I get the gateway payment form just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Was working fine for about 6 months, then around 6/13 started throwing the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This transaction has been approved.&lt;BR /&gt;It is advisable for you to contact the merchant to verify that you will receive the product or service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It comes back in a blink, there's no few seconds timeout issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure what else to check. The merchant website is on a shared server, which has been known to switch things up without telling me, but I can't think what they might have done to cause this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The account was "locked" for failure to update the password, could that reset something, or necessitate creating a new transaction key?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate any help...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Jun 2014 00:55:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/44634#M22618</guid>
      <dc:creator>BruceQ</dc:creator>
      <dc:date>2014-06-18T00:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/44638#M22620</link>
      <description>&lt;P&gt;Look like they did something&lt;/P&gt;&lt;P&gt;When I post to the page in code, think cURL in php&lt;/P&gt;&lt;P&gt;I get "(403) Forbidden." if I don't set the user agent, which the relay response don't either&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2014 01:21:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/44638#M22620</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-06-18T01:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/44730#M22662</link>
      <description>&lt;P&gt;Thank you, that does seem to be the problem. Any reason AN wouldn't put something in the UserAgent string? Testing on several other shared hosting systems, I haven't found another that disallows empty UserAgent, but it does seem like a reasonable(-ish) "security" measure...&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2014 17:53:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/44730#M22662</guid>
      <dc:creator>BruceQ</dc:creator>
      <dc:date>2014-06-19T17:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47067#M23775</link>
      <description>&lt;P&gt;I am using the Authorize.Net SDK with the sandbox apilogin and etc, the relay URL function does not seems working, I have added the http://localhost:56632/Response.aspx in the Relay and Receipt URL in the setting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I use Receipt link only (without the relay)&amp;nbsp; to check the transaction:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;form action = '&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll'"&gt;https://test.authorize.net/gateway/transact.dll'&lt;/A&gt; method = 'post'&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_version' id='x_version' value='3.1'/&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_type' id='x_type' value='AUTH_ONLY' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_login' id='x_login' value='' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_amount' id='x_amount' value='2.99' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_method' id='x_method' value='CC' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_show_form' id='x_show_form' value='PAYMENT_FORM' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_description' id='x_description' value='Payment method ownership check'/&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_invoice_num' id='x_invoice_num' value='1409119067367'/&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_fp_sequence' id='x_fp_sequence' value='9067367' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_fp_timestamp' id='x_fp_timestamp' value='1410444466' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_fp_hash' id='x_fp_hash' value='d6a836a108beba26c1e1d32c6839158d' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_line_item' id='x_line_item' value='item1&amp;lt;|&amp;gt;Payment method ownership check&amp;lt;|&amp;gt;&amp;lt;|&amp;gt;1&amp;lt;|&amp;gt;2.99&amp;lt;|&amp;gt;' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_test_request' id='x_test_request' value='false' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_currency_code' id='x_currency_code' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_recurring_billing' id='x_recurring_billing' value='false' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_first_name' id='x_first_name' value='Robert' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_last_name' id='x_last_name' value='Smith' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_company' id='x_company' value='' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_address' id='x_address' value='101 Redeondo Beach' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_city' id='x_city' value='Los Angoles' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_state' id='x_state' value='CA' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_zip' id='x_zip' value='90279' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_country' id='x_country' value='USA' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_phone' id='x_phone' value='(123)123-1234' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_fax' id='x_fax' value='(123)123-1000' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_email' id='x_email' value='test@yahoo.com' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_email_customer' id='x_email_customer' value='TRUE' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_header_email_receipt' id='x_header_email_receipt' value='Payment method ownership check' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_footer_email_receipt' id='x_footer_email_receipt' value='On the event of any issues, please contact us on 0999-999-9999.' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_po_num' id='x_po_num' value='9067367' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_receipt_link_method' id='x_receipt_link_method' value='post' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_receipt_link_URL' id='x_receipt_link_URL' value='http://localhost:56632/Receipt.aspx' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_receipt_link_text' id='x_receipt_link_text' value='Get Receipt' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_header_html_payment_form' id='x_header_html_payment_form' value="&amp;lt;style type='text/css' media='all'&amp;gt;TD{font-family: arial, verdana,trebuchet,helvetica,geneva,sans-serif;font-size:11px; color:#000000;margin-left:1px;}INPUT{font-family:Arial,Verdana, Trebuchet,Helvetica,Geneva,sans-serif;font-size:12px;color: #000000;margin-left:1px;background-color:#E3E4FA;}&amp;lt;/style&amp;gt;Please check your billing information and enter your payment detail." /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_footer_html_payment_form' id='x_footer_html_payment_form' value="" /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_logo_url' id='x_logo_url' value='' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_background_url' id='x_background_url' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_color_background' id='x_color_background' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_customer_ip' id='x_customer_ip' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_card_num' id='x_card_num' value='4444333322221111' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_exp_date' id='x_exp_date' value='1219' /&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_card_code' id='x_card_code' value='123'/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;input type = "submit" class="submit" value = "Order with SIM!" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I received&lt;/P&gt;&lt;P&gt;An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This transaction has been approved.&lt;BR /&gt;It is advisable for you to contact the merchant to verify that you will receive the product or service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 14:11:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47067#M23775</guid>
      <dc:creator>Sm4rtv1ew</dc:creator>
      <dc:date>2014-09-11T14:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47069#M23776</link>
      <description>&lt;P&gt;You can't use localhost, it have to be an url that can be access from the internet.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 14:41:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47069#M23776</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-11T14:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47071#M23777</link>
      <description>&lt;P&gt;the localhost was working.&lt;/P&gt;&lt;P&gt;I am debugging it using VS2013, and it was calling with the receipt.aspx for a while, but then it is not working.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 15:01:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47071#M23777</guid>
      <dc:creator>Sm4rtv1ew</dc:creator>
      <dc:date>2014-09-11T15:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47073#M23778</link>
      <description>&lt;P&gt;Not possible for relay response, authorize.net post the response to the url. and localhost don't exist outside your pc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here read&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://community.developer.cybersource.com/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536"&gt;http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;receipt url might work because at that time, it on your browser.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 15:54:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47073#M23778</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-11T15:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47075#M23779</link>
      <description>&lt;P&gt;Forget about the relay at the moment,I&amp;nbsp;was implemented the receipt post back, the browser was redirected to the Receipt.aspx, it was working, but I was trying to find the transactionId from SIM receipt postback, now it is NOT.&lt;/P&gt;&lt;P&gt;Is it possible&amp;nbsp;because&amp;nbsp;I changed the &lt;SPAN&gt;MD5 Hash?&amp;nbsp;If it is,&lt;/SPAN&gt;&amp;nbsp;is there a way for remove the user defined&amp;nbsp;&lt;SPAN&gt;MD5 Hash?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 16:15:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47075#M23779</guid>
      <dc:creator>Sm4rtv1ew</dc:creator>
      <dc:date>2014-09-11T16:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47077#M23780</link>
      <description>&lt;P&gt;Is it possible&amp;nbsp;because&amp;nbsp;I changed the &lt;SPAN&gt;MD5 Hash?&amp;nbsp;If it is,&lt;/SPAN&gt;&amp;nbsp;is there a way for remove the user defined&amp;nbsp;&lt;SPAN&gt;MD5 Hash?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is your receipt page checking MD5 Hash? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you look at the network traffic?Depend on how you setup the receipt method, you should able see the data in network traffic.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 16:29:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47077#M23780</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-11T16:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47079#M23781</link>
      <description>&lt;P&gt;Do you mean you cannot debug/test the development code unless you published to a url accessiblt via Authorize.net?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 16:40:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47079#M23781</guid>
      <dc:creator>Sm4rtv1ew</dc:creator>
      <dc:date>2014-09-11T16:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47085#M23784</link>
      <description>&lt;P&gt;I have published to a sub-domain and the same result. Try &lt;A target="_blank" href="http://meals42.abstracttechnology.com"&gt;http://meals42.abstracttechnology.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 16:55:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47085#M23784</guid>
      <dc:creator>Sm4rtv1ew</dc:creator>
      <dc:date>2014-09-11T16:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while trying to report this transaction to the merchant.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47099#M23791</link>
      <description>&lt;P&gt;I just try it, and it work fine. You must have it figure out.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 19:14:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/An-error-occurred-while-trying-to-report-this-transaction-to-the/m-p/47099#M23791</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-11T19:14:37Z</dc:date>
    </item>
  </channel>
</rss>

