<?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 switch from simple check out to SIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/switch-from-simple-check-out-to-SIM/m-p/21029#M11481</link>
    <description>&lt;DIV&gt;&lt;P&gt;I am a newbie and started out with simple checkout. &amp;nbsp;I realized that SIM may be a better option for me because I want to add customized text fields. &amp;nbsp;How do I switch to SIM from simple checkout.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 03 Jan 2012 21:08:02 GMT</pubDate>
    <dc:creator>Aritchie</dc:creator>
    <dc:date>2012-01-03T21:08:02Z</dc:date>
    <item>
      <title>switch from simple check out to SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/switch-from-simple-check-out-to-SIM/m-p/21029#M11481</link>
      <description>&lt;DIV&gt;&lt;P&gt;I am a newbie and started out with simple checkout. &amp;nbsp;I realized that SIM may be a better option for me because I want to add customized text fields. &amp;nbsp;How do I switch to SIM from simple checkout.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Jan 2012 21:08:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/switch-from-simple-check-out-to-SIM/m-p/21029#M11481</guid>
      <dc:creator>Aritchie</dc:creator>
      <dc:date>2012-01-03T21:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: switch from simple check out to SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/switch-from-simple-check-out-to-SIM/m-p/21047#M11490</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="https://developer.authorize.net/integration/fifteenminutes/#hosted"&gt;https://developer.authorize.net/integration/fifteenminutes/#hosted&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that if you want this to work on a production account, as opposed to developer, you'll need to change the sample code so it submits to here instead:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are of course a host of other possible configuration options, but this will do for starters.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 00:34:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/switch-from-simple-check-out-to-SIM/m-p/21047#M11490</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-04T00:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: switch from simple check out to SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/switch-from-simple-check-out-to-SIM/m-p/21169#M11545</link>
      <description>&lt;P&gt;thanks. &amp;nbsp;I have been looking at the SIM and other options listed. &amp;nbsp;I really don't know php, java, etc... that well. &amp;nbsp;I liked how simple checkout gave the code. &amp;nbsp; what do you mean work on production account? &amp;nbsp;I have been trying to develop a form via java script from a form builder and embedding it into my page via dreamweaver, but I don't like the functionality and worry about the security. &amp;nbsp;I liked the credit card part via API and transaction key, but lose the security code thing as a result. &amp;nbsp;I liked linking to authorized.net page. &amp;nbsp;My big issue is I want to include custom field boxes (In memory of...) all on one form and get all data in a report. &amp;nbsp; I am only dealling with donations as I am a non profit. &amp;nbsp;Simple check out doesn't have the flexibility i need. &amp;nbsp;advice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 04:47:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/switch-from-simple-check-out-to-SIM/m-p/21169#M11545</guid>
      <dc:creator>Aritchie</dc:creator>
      <dc:date>2012-01-05T04:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: switch from simple check out to SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/switch-from-simple-check-out-to-SIM/m-p/21181#M11551</link>
      <description>&lt;P&gt;Outside of Simple Checkout, AIM is probably the easiest to implement if you want a custom form. You can get code for that by downloading the PHP SDK and then looking in the doc folder for a file called AIM.markdown. A really bare-bones piece of example code is here:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://developer.authorize.net/integration/fifteenminutes/#custom"&gt;https://developer.authorize.net/integration/fifteenminutes/#custom&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't want the credit card data to pass through your site at all, then DPM will still allow you a custom form, but with a flow similar to SIM. You can get excellent examples of DPM from the Direct Post guide:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.authorize.net/support/DirectPost_guide.pdf"&gt;http://www.authorize.net/support/DirectPost_guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given your needs, I probably wouldn't recommend the other API's.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 05:08:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/switch-from-simple-check-out-to-SIM/m-p/21181#M11551</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-05T05:08:45Z</dc:date>
    </item>
  </channel>
</rss>

