<?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: Relay Response with port 80 in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-Response-with-port-80/m-p/33872#M18371</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;A target="_self" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1353"&gt;&lt;SPAN&gt;RaynorC1emen7&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use this solution, that is, I use XML&amp;nbsp;&lt;SPAN style="line-height: 16px;"&gt;GetTransactionDetails, but I got the following message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;HTTP/1.1 302 Found&lt;BR /&gt;Date: Wed, 10 Apr 2013 03:21:24 GMT&lt;BR /&gt;Server:&lt;BR /&gt;Location: /&lt;BR /&gt;Content-Length: 252&lt;BR /&gt;Connection: close&lt;BR /&gt;Content-Type: text/html; charset=iso-8859-1&lt;/P&gt;&lt;P&gt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"&lt;BR /&gt;html &amp;nbsp; head&lt;BR /&gt;title &amp;nbsp;302 Found /title&lt;BR /&gt;/head body&amp;nbsp;&lt;BR /&gt;h1 &amp;nbsp;Found /h1&lt;BR /&gt;p &amp;nbsp; The document has moved &amp;nbsp;a href="/" here /a . /p&lt;BR /&gt;hr&lt;BR /&gt;address Server at apitest.authorize.net Port 443 /address&lt;BR /&gt;/body /html&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do I have wrong settings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;B/R&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold; line-height: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2013 03:28:25 GMT</pubDate>
    <dc:creator>ggdtw</dc:creator>
    <dc:date>2013-04-10T03:28:25Z</dc:date>
    <item>
      <title>Relay Response with port 80</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-Response-with-port-80/m-p/33867#M18366</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I complete implement relay response with http (port 80) and I can get Authorize.net payment gateway response as follow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_response_code=1&amp;amp;x_response_reason_code=1&amp;amp;x_response_reason_text=This+transaction+has+been+approved%2E&amp;amp;x_avs_code=Y&amp;amp;x_auth_code=RHJ7LJ&amp;amp;&lt;STRONG&gt;x_trans_id&lt;/STRONG&gt;=2190644839&amp;amp;x_method=CC&amp;amp;x_card_type=Visa&amp;amp;x_account_number=XXXX1111&amp;amp;x_first_name=ASSA&amp;amp;x_last_name=XXXXX&amp;amp;x_company=&amp;amp;x_address=&amp;amp;x_city=&amp;amp;x_state=&amp;amp;x_zip=&amp;amp;x_country=&amp;amp;x_phone=&amp;amp;x_fax=&amp;amp;x_email=&amp;amp;x_invoice_num=&amp;amp;x_description=&amp;amp;x_type=auth%5Fcapture&amp;amp;x_cust_id=&amp;amp;x_ship_to_first_name=&amp;amp;x_ship_to_last_name=&amp;amp;x_ship_to_company=&amp;amp;x_ship_to_address=&amp;amp;x_ship_to_city=&amp;amp;x_ship_to_state=&amp;amp;x_ship_to_zip=&amp;amp;x_ship_to_country=&amp;amp;x_amount=1980%2E00&amp;amp;x_tax=0%2E00&amp;amp;x_duty=0%2E00&amp;amp;x_freight=0%2E00&amp;amp;x_tax_exempt=FALSE&amp;amp;x_po_num=&amp;amp;x_MD5_Hash=ECA3E6A08B3C11C64419767D0F592A87&amp;amp;x_cvv2_resp_code=&amp;amp;x_cavv_response=2&amp;amp;x_test_request=false&amp;amp;buyer_currency=USD&amp;amp;buyer_profile_time=600+minutes&amp;amp;buyer_quantity=6&amp;amp;buyer_phone=Z&amp;amp;x_method_available=true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question, is "x_trans_id" can query by my device? I mean, is Authorize.Net provide any API &lt;STRONG&gt;let my device query x_trans_id&lt;/STRONG&gt; whether it exists in Authorize.Net or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I provide the scenario and topology:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(my device)&amp;nbsp; &lt;STRONG&gt;----------------------&amp;gt;&lt;/STRONG&gt;&amp;nbsp; (Authorize.Net)&lt;/P&gt;&lt;P&gt;1. user redirect to Authorize.Net and input payment information (credit card , first name, last name, … etc.)&lt;/P&gt;&lt;P&gt;2. “submit” and Authorize.Net start Relay Response&lt;/P&gt;&lt;P&gt;3. my device get response as above&lt;/P&gt;&lt;P&gt;4. my device check &lt;STRONG&gt;x_trans_id exists in Authorize.Net or not?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;5. if x_trans_id exists in Authorize.Net, ………..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Louis Liao&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2013 09:42:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-Response-with-port-80/m-p/33867#M18366</guid>
      <dc:creator>ggdtw</dc:creator>
      <dc:date>2013-04-09T09:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Relay Response with port 80</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-Response-with-port-80/m-p/33869#M18368</link>
      <description>&lt;P&gt;You can check it in the merchant account, or use the API &lt;A target="_blank" href="http://developer.authorize.net/api/transaction_details/"&gt;http://developer.authorize.net/api/transaction_details/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2013 11:28:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-Response-with-port-80/m-p/33869#M18368</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-04-09T11:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Relay Response with port 80</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-Response-with-port-80/m-p/33872#M18371</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;A target="_self" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1353"&gt;&lt;SPAN&gt;RaynorC1emen7&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use this solution, that is, I use XML&amp;nbsp;&lt;SPAN style="line-height: 16px;"&gt;GetTransactionDetails, but I got the following message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;HTTP/1.1 302 Found&lt;BR /&gt;Date: Wed, 10 Apr 2013 03:21:24 GMT&lt;BR /&gt;Server:&lt;BR /&gt;Location: /&lt;BR /&gt;Content-Length: 252&lt;BR /&gt;Connection: close&lt;BR /&gt;Content-Type: text/html; charset=iso-8859-1&lt;/P&gt;&lt;P&gt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"&lt;BR /&gt;html &amp;nbsp; head&lt;BR /&gt;title &amp;nbsp;302 Found /title&lt;BR /&gt;/head body&amp;nbsp;&lt;BR /&gt;h1 &amp;nbsp;Found /h1&lt;BR /&gt;p &amp;nbsp; The document has moved &amp;nbsp;a href="/" here /a . /p&lt;BR /&gt;hr&lt;BR /&gt;address Server at apitest.authorize.net Port 443 /address&lt;BR /&gt;/body /html&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do I have wrong settings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;B/R&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold; line-height: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2013 03:28:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-Response-with-port-80/m-p/33872#M18371</guid>
      <dc:creator>ggdtw</dc:creator>
      <dc:date>2013-04-10T03:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Relay Response with port 80</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-Response-with-port-80/m-p/33874#M18373</link>
      <description>&lt;P&gt;can't tell from just that output. Can you post your code and the xml?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2013 11:13:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-Response-with-port-80/m-p/33874#M18373</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-04-10T11:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Relay Response with port 80</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-Response-with-port-80/m-p/33894#M18393</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&lt;A target="_self" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1353"&gt;RaynorC1emen7&lt;/A&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I resolve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the root cause is that some information I forget adding into the packet before I "POST" it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2013 02:39:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Relay-Response-with-port-80/m-p/33894#M18393</guid>
      <dc:creator>ggdtw</dc:creator>
      <dc:date>2013-04-11T02:39:58Z</dc:date>
    </item>
  </channel>
</rss>

