<?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: SIM Newbie Integration in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Newbie-Integration/m-p/15242#M8703</link>
    <description>&lt;P&gt;1.&amp;nbsp; It is normal using SIM that your API Login ID is visible in the source code of your website.&amp;nbsp; As long as the transaction key is not visible, then it is not a security concern.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the sample code as is, the amount can be modified by submitting a new amount as a POST or GET value.&amp;nbsp; If you simply remove the section of code that reads the post values, then the it will not be possible for the customer to change the transaction amount.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; The transaction type that you need to specify in order to run an Authorization Only is "AUTH_ONLY".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. It is not possible to embed a SIM integration directly into an email. The best way to accomplish a similar result would be to include a link to your own website where the SIM integration is hosted.&amp;nbsp; If you would like, you can use Javascript to make the form submit as soon as the page is loaded and automatically direct your customer to the Authorize.Net payment form.&amp;nbsp; Otherwise, they will have to click the submit button after they land on your site.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2011 17:18:13 GMT</pubDate>
    <dc:creator>Trevor</dc:creator>
    <dc:date>2011-07-25T17:18:13Z</dc:date>
    <item>
      <title>SIM Newbie Integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Newbie-Integration/m-p/15136#M8657</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to integrate SIM with our website.&amp;nbsp; The website is hosted by 1and1.com under a Linux package.&amp;nbsp;&amp;nbsp; The system will be use to make reservations to attend meetings hosted by our company.&amp;nbsp;&amp;nbsp; If a person register and do not attend we will charge them a fixed amount of&amp;nbsp; $75.00 if they attend we will not charge them.&amp;nbsp;&amp;nbsp; This is done basically to cover the cost of the people that do not show, but we still pay at the meeting facilities.&amp;nbsp;&amp;nbsp; We have been running this meeting for few years now but they were free and will remain free if a person show up.&amp;nbsp; Usually we get about 30 registrants per event and often 5 to 15 registrants do not show, which means that those registrant are the one that we will actually change the transaction from "Authorized/Pending Capture to Capture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I found out that I can accomplish this with SIM.&amp;nbsp;&amp;nbsp; We are planning in using SIM because we don't want to store any client credit card numbers in our own system, therefore minimizing PCI compliance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, here are some issues that I need to take care before we go live.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;So far in the example SIM code I change the following:&amp;nbsp; $API_login_id = 'Our_Login_ID';&lt;BR /&gt;$transaction_key = 'Our_Live_Transaction_Key"&lt;BR /&gt;$amount = "75.00"&amp;nbsp; ﻿&lt;BR /&gt;&lt;BR /&gt;So, is it safe to type in the live Transaction Key in the sample code?&amp;nbsp; When I look at the source code from a browser the API_LOGIN_ ID shows but not the Transaction Key, is this normal secure behavior?&lt;BR /&gt;&lt;BR /&gt;Can this fixed amount of $75.00 be change by anyone once it is setup here?&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;During my reading of the SIM integration&amp;nbsp; developer guide, I understand that I can do a "Authorization Only" by changing or adding this line in the sample code correct?&lt;BR /&gt;&lt;BR /&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_type" VALUE="AUTH_CAPTURE"&amp;nbsp; This will place a hold in the amount of $75.00 but the transaction will not be capture until I go in and do it manually using the portal.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;After changing those field describe above I uploaded the necessary files to my host (1and1/Linux Package).&amp;nbsp; Then I went to the browser and try to access the SIM.php file, which is the file I edited.&amp;nbsp; I get a button that says "&lt;SPAN&gt;Click here for the secure payment form"&lt;/SPAN&gt;﻿&amp;nbsp; then I click on the button and it takes me to payment form. &amp;nbsp; The form is display with the "Test Mode Is ON﻿"&amp;nbsp; message on top.&amp;nbsp; So far everything since to be working.&amp;nbsp; I submitted a test transaction and because it is on "Test Mode On" the transaction goes through but it is not recorded in the Authorize.net live account.&lt;BR /&gt;&lt;BR /&gt;Now, instead of the button that says "Click here for the secure payment form"&amp;nbsp; I would like to have a link to the payment form included in the event invitation.&amp;nbsp; How can I do that? Or at least incorporate that button in the invitation email and change the test to something else.&amp;nbsp; I am trying to avoid in having to many steps to register.&amp;nbsp; Technically, I can add the a link to the SIM.php file from the invitation but that will take people to the page where the button is and then to the payment or registration form.&lt;BR /&gt;&lt;BR /&gt;Finally, we seems to have a very simple process, fix amount, "authorize_only",&amp;nbsp; and no a lot of transactions per a given month is that all it takes to get it running using the sample SIM code?&amp;nbsp;&amp;nbsp; Am I missing something?&amp;nbsp; How about security? Assuming that is normal to key in the "Transaction Key" in the sample code but it doesn't show when you view the source code from a a browser.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks in advance for anyone willing to help me answer some of my concerns.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2011 16:48:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Newbie-Integration/m-p/15136#M8657</guid>
      <dc:creator>jmayorga</dc:creator>
      <dc:date>2011-07-20T16:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Newbie Integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Newbie-Integration/m-p/15242#M8703</link>
      <description>&lt;P&gt;1.&amp;nbsp; It is normal using SIM that your API Login ID is visible in the source code of your website.&amp;nbsp; As long as the transaction key is not visible, then it is not a security concern.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the sample code as is, the amount can be modified by submitting a new amount as a POST or GET value.&amp;nbsp; If you simply remove the section of code that reads the post values, then the it will not be possible for the customer to change the transaction amount.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; The transaction type that you need to specify in order to run an Authorization Only is "AUTH_ONLY".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. It is not possible to embed a SIM integration directly into an email. The best way to accomplish a similar result would be to include a link to your own website where the SIM integration is hosted.&amp;nbsp; If you would like, you can use Javascript to make the form submit as soon as the page is loaded and automatically direct your customer to the Authorize.Net payment form.&amp;nbsp; Otherwise, they will have to click the submit button after they land on your site.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 17:18:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Newbie-Integration/m-p/15242#M8703</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2011-07-25T17:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Newbie Integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Newbie-Integration/m-p/16618#M9361</link>
      <description>&lt;P&gt;Thanks very much for your insight!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2011 15:39:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Newbie-Integration/m-p/16618#M9361</guid>
      <dc:creator>jmayorga</dc:creator>
      <dc:date>2011-08-31T15:39:13Z</dc:date>
    </item>
  </channel>
</rss>

