<?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: transaction ID with SIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/15602#M8873</link>
    <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;How can I access the ID? I mean, for example if I wented to modify this code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;FORM METHOD=POST ACTION="&lt;A href="https://secure.authorize.net/gateway/transact.dll" target="_blank"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;% ret = InsertFP (APIloginid, sequence, amount, txnkey) %&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_login" VALUE="the merchant’s API Login ID&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_version" VALUE="3.1"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_method" VALUE="CC"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_show_form" VALUE="PAYMENT_FORM"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_amount" VALUE="9.95"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_relay_response" VALUE="TRUE"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;INPUT TYPE=HIDDEN NAME="x_relay_url" VALUE="Any valid URL"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=SUBMIT VALUE="Click here for the secure payment form"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/FORM&amp;gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could I add an INPUT with the field "x_trans_id"? If the answer is yes, could I use the value of the field "x_relay_url" to process the ID that would be set onto "x_trans_id" field﻿?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2011 03:16:21 GMT</pubDate>
    <dc:creator>leramosz</dc:creator>
    <dc:date>2011-08-03T03:16:21Z</dc:date>
    <item>
      <title>transaction ID with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/15196#M8682</link>
      <description>&lt;P&gt;&amp;nbsp;Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I want to integrate my application with Authorize and I need to get the transaction ID to save this information in database. The question is, can I do this with SIM? I know you can set a URL to get back to you homepage, but is it possible to send the transaction ID back to homepage?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2011 17:59:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/15196#M8682</guid>
      <dc:creator>leramosz</dc:creator>
      <dc:date>2011-07-22T17:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: transaction ID with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/15272#M8716</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Transaction ID is returned with every SIM transaction response. For SIM, that field is x_trans_id. For more information, please see the SIM guide at &lt;A href="http://www.authorize.net/support/SIM_guide.pdf" target="_blank"&gt;http://www.authorize.net/support/SIM_guide.pdf﻿&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 21:00:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/15272#M8716</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-07-25T21:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: transaction ID with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/15602#M8873</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;How can I access the ID? I mean, for example if I wented to modify this code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;FORM METHOD=POST ACTION="&lt;A href="https://secure.authorize.net/gateway/transact.dll" target="_blank"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;% ret = InsertFP (APIloginid, sequence, amount, txnkey) %&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_login" VALUE="the merchant’s API Login ID&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_version" VALUE="3.1"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_method" VALUE="CC"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_show_form" VALUE="PAYMENT_FORM"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_amount" VALUE="9.95"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_relay_response" VALUE="TRUE"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;INPUT TYPE=HIDDEN NAME="x_relay_url" VALUE="Any valid URL"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;INPUT TYPE=SUBMIT VALUE="Click here for the secure payment form"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/FORM&amp;gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could I add an INPUT with the field "x_trans_id"? If the answer is yes, could I use the value of the field "x_relay_url" to process the ID that would be set onto "x_trans_id" field﻿?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 03:16:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/15602#M8873</guid>
      <dc:creator>leramosz</dc:creator>
      <dc:date>2011-08-03T03:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: transaction ID with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/15764#M8952</link>
      <description>&lt;P&gt;The Transaction ID is only generated when the transaction is processed, it is not something that you can submit with the customer before they complete the payment form.&amp;nbsp; The transaction ID that is generated by Authorize.Net will be returned to the page that you have defined as your relay response URL.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2011 22:46:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/15764#M8952</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2011-08-05T22:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: transaction ID with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/15768#M8954</link>
      <description>&lt;P&gt;What you're probably thinking of is something more like x_invoice_num﻿ and/or&amp;nbsp;x_cust_id﻿. Search for those in the documentation pdf that Trevor linked. Yes, the documentation is rather ambiguous and confusing in regards to&amp;nbsp;x_trans_id﻿, which it claims is a required field, yet is in fact something the gateway supplies.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2011 01:33:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/15768#M8954</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-08-06T01:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: transaction ID with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/16268#M9193</link>
      <description>&lt;P&gt;I was capable of working with transaction ID. However, I have this problem: when Authorize comes back to my application, the url (&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;﻿) never changes and the CSS of my my application does not work :S. I really don't know what to do, I've been fighting with this problem for days. Please help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2011 03:08:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/16268#M9193</guid>
      <dc:creator>leramosz</dc:creator>
      <dc:date>2011-08-18T03:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: transaction ID with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/16338#M9228</link>
      <description>&lt;P&gt;&lt;A href="http://developer.authorize.net/guides/SIM/Receipt_Options/Relay_Response.htm" target="_blank"&gt;http://developer.authorize.net/guides/SIM/Receipt_Options/Relay_Response.htm&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;Since it render on authorize.net server.&amp;nbsp; You can the post data on your relay response url then use a javascript redirect to a different url for displaying the result.&lt;/P&gt;&lt;P&gt;CSS need to be absolute address.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2011 20:13:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/16338#M9228</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-08-18T20:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: transaction ID with SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/16350#M9234</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1353"&gt;@RaynorC1emen7&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/guides/SIM/Receipt_Options/Relay_Response.htm" target="_blank"&gt;http://developer.authorize.net/guides/SIM/Receipt_Options/Relay_Response.htm&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;Since it render on authorize.net server.&amp;nbsp; You can the post data on your relay response url then use a javascript redirect to a different url for displaying the result.&lt;/P&gt;&lt;P&gt;CSS need to be absolute address.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I used an absolute address for my application's CSS and it worked, but when redirected I lost my session variables and how I could not keep&amp;nbsp;browsing through﻿ my application. I need Authorize gateway really to come back to my application to keep my session variables and the user to be capable of browsing. is there a way to really do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2011 01:03:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transaction-ID-with-SIM/m-p/16350#M9234</guid>
      <dc:creator>leramosz</dc:creator>
      <dc:date>2011-08-19T01:03:47Z</dc:date>
    </item>
  </channel>
</rss>

