<?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: Choosing a Method in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30298#M15855</link>
    <description>&lt;P&gt;Thanks to both of you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to use some code i downloaded (it was not clear what it was) from this site and got it working however there are some things that i dont want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The Item and description are encoded in the PHP script rather than the HTML so I would have to create a separate PHP file for each item in my store called by a link in my store. obviously that is not desirable. i want to pass the item info and price from the HTML.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. The link to the PHP script pulls up an intermediate and very bland looking page that have them verify and press a button. The purchaser should not need to see that page. They have already decided so the item should be added to a cart and they should be sent to the information page. They would have the opportunity to fill out the info and finalize the sale, or return to the store and continue shopping.&lt;BR /&gt;&lt;BR /&gt;3.&amp;nbsp; There doesn't appear to be a method of viewing the contents of the cart?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your advise!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 30 Sep 2012 00:59:20 GMT</pubDate>
    <dc:creator>GuitarMan</dc:creator>
    <dc:date>2012-09-30T00:59:20Z</dc:date>
    <item>
      <title>Choosing a Method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30270#M15841</link>
      <description>&lt;P&gt;I have been trying to figure out what type of system meets my needs and the documentation is incomplete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/api/compare/"&gt;http://developer.authorize.net/api/compare/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That chart doesnt mention multiple items, stores, checkout, posting methods, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont have SSL so I need it off site. I need to be able to add multiple items for one transaction. I want to go from click to buy right to credit page, but also need the ability to return to add more if desired. In effect I need the post page to send the item info directly to the script so there in no intermediate page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="checklist"&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2012 17:22:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30270#M15841</guid>
      <dc:creator>GuitarMan</dc:creator>
      <dc:date>2012-09-29T17:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30272#M15842</link>
      <description>&lt;P&gt;I should also metion I don't want to have to spent hours goofing around with code.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2012 17:23:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30272#M15842</guid>
      <dc:creator>GuitarMan</dc:creator>
      <dc:date>2012-09-29T17:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30288#M15850</link>
      <description>&lt;P&gt;You're probably looking for SIM or DPM. DPM has the form on your site and submits to Authorize.net directly, while SIM has the form on Authorize.net's site. Neither requires SSL on your end, though nobody's going to enter credit card data on an unsecured URL, so if you really don't want to set up SSL, that leaves you with just SIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All methods support multiple items. For multiple stores, if you want the money going into separate accounts, you'll need separate Authorize.net accounts, and just insert the appropriate login ID and transaction key at the transaction level depending on which store the customer is ordering from. Authorize.net does not, however, allow for money transfers back out - you can't use one Authorize.net account to credit multiple resellers, referrers, whatever.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2012 21:02:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30288#M15850</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-09-29T21:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30290#M15851</link>
      <description>&lt;P&gt;Guitarman,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also consider using an Authorize.Net Certified Solution from one of our partners. &amp;nbsp;You can see a full list &lt;A href="http://www.authorize.net/solutions/merchantsolutions/merchantservices/certifiedsolutiondirectory/?type=csstcart" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2012 21:13:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30290#M15851</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2012-09-29T21:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30298#M15855</link>
      <description>&lt;P&gt;Thanks to both of you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to use some code i downloaded (it was not clear what it was) from this site and got it working however there are some things that i dont want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The Item and description are encoded in the PHP script rather than the HTML so I would have to create a separate PHP file for each item in my store called by a link in my store. obviously that is not desirable. i want to pass the item info and price from the HTML.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. The link to the PHP script pulls up an intermediate and very bland looking page that have them verify and press a button. The purchaser should not need to see that page. They have already decided so the item should be added to a cart and they should be sent to the information page. They would have the opportunity to fill out the info and finalize the sale, or return to the store and continue shopping.&lt;BR /&gt;&lt;BR /&gt;3.&amp;nbsp; There doesn't appear to be a method of viewing the contents of the cart?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your advise!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2012 00:59:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30298#M15855</guid>
      <dc:creator>GuitarMan</dc:creator>
      <dc:date>2012-09-30T00:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30300#M15856</link>
      <description>&lt;P&gt;They are just sample of what and how to use the API. So you can change it to how ever you like.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2012 02:09:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30300#M15856</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-30T02:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30312#M15862</link>
      <description>&lt;P&gt;I have been thru the SIM Developer guide and it makes no reference to purchasing multiple items.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 01:07:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30312#M15862</guid>
      <dc:creator>GuitarMan</dc:creator>
      <dc:date>2012-10-01T01:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30316#M15864</link>
      <description>&lt;P&gt;Does the Authorize system manage the items? I dont see any forms in the Developer Guide other than the billing information form.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 01:38:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30316#M15864</guid>
      <dc:creator>GuitarMan</dc:creator>
      <dc:date>2012-10-01T01:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30324#M15868</link>
      <description>&lt;P&gt;I have been thru the SIM Developer guide and it makes no reference to purchasing multiple items.&lt;/P&gt;&lt;P&gt;It is x_line_item in the additional fields&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=SIM_Additional_Fields.html"&gt;http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=SIM_Additional_Fields.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the Authorize system manage the items?&lt;/P&gt;&lt;P&gt;No. The x_line_item are just infomation for the credit card charge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont see any forms in the Developer Guide other than the billing information form.&lt;/P&gt;&lt;P&gt;Because it the only thing they do. Are you looking for shopping cart software? They just start a new 3rd party solutions&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/3rd-Party-Solutions/bd-p/3rdparty"&gt;http://community.developer.authorize.net/t5/3rd-Party-Solutions/bd-p/3rdparty&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or do some googleing.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 11:26:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30324#M15868</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-10-01T11:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30330#M15871</link>
      <description>&lt;P&gt;You're going to need some sort of cart if people have to be able to order multiple items at a time, since I don't believe any of the methods except Simple Checkout involve a cart on Authorize.net's end of things. As Raynor says, your best bet is probably an existing third-party cart solution, since from the sound of it you probably don't want to go to the bother of programming a cart from scratch. I'm finishing up my own cart, but then again I'm masochistic and have decades of programming experience.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 12:21:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/30330#M15871</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-10-01T12:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/35797#M19977</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are in need to use authorize.net in one of our application and tried Advanced Integration Method of payment.&amp;nbsp; It seems to be working fine when i did test payment.&amp;nbsp;&amp;nbsp;I am not saving any information on our end.&amp;nbsp; But when I went thorugh api comparison page on the website. &lt;A rel="nofollow" href="http://developer.authorize.net/api/compare/" target="_blank"&gt;http://developer.authorize.net/api/compare/&lt;/A&gt;&amp;nbsp;, in data storage section , it says&amp;nbsp;in Advanced Integration Method the data stored on merchant&amp;nbsp;server.&amp;nbsp; Does that mean data is not stored on the authorize.net server? Do i need to store data locally on our server if I use AIM?&amp;nbsp; If anyone has more details about AIM data storage, please post it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2013 22:03:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/35797#M19977</guid>
      <dc:creator>Man</dc:creator>
      <dc:date>2013-09-18T22:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/35803#M19980</link>
      <description>&lt;P&gt;It mean your server need to be PCI compliant because the credit card info are entering on your website. And since the credit card info is enter thru your website, you could store the info. Transactions details are stored on authorize.net&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2013 00:12:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Choosing-a-Method/m-p/35803#M19980</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-09-19T00:12:44Z</dc:date>
    </item>
  </channel>
</rss>

