<?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 questions. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-questions/m-p/21451#M11682</link>
    <description>&lt;P&gt;Thanks TJ!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that is exactly what I was looking for&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jan 2012 19:26:53 GMT</pubDate>
    <dc:creator>pgutches</dc:creator>
    <dc:date>2012-01-11T19:26:53Z</dc:date>
    <item>
      <title>SIM questions.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-questions/m-p/3972#M3631</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I am new in the field of payment processing. I have some experience with paypal integration, so I decided to choose SIM method, because I have no experience in handling security.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a site which sells small number of products (~10) and have a simple shopping cart that uses cookies to store selected products. I want to have a checkout button that goes to authorize.net server and sends information about the chosen product - each one with its name and price. I read some instructions and looked at the example code (PHP) and got a bit confused:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Is it true that I can send only one product with its description and price, or I can send a list of products using Server Integration Method?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have user registration on my site and I need to know who the customer is. I need that information because after the payment I have to send information to a&amp;nbsp;fulfillment center that will handle the delivery. They want the information in a STANDARD6 format. So my question is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Can I receive back information after payment about the customer (Name, Address, Email), because I need to relay it to a fulfillment center and I do not have user registration on my website?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Krasimir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2010 07:56:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-questions/m-p/3972#M3631</guid>
      <dc:creator>rimisark</dc:creator>
      <dc:date>2010-07-13T07:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: SIM questions.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-questions/m-p/3974#M3633</link>
      <description>&lt;P&gt;1). No. It's not true. You can send more then one item using SIM. If you search the forums I know someone posted how to do it. It should also be in the &lt;A rel="nofollow" target="_blank" href="http://www.authorize.net/support/SIM_guide.pdf"&gt;SIM Guide (PDF).&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Yes. Use Relay Response. It basically allows you to make your own receipt/thank you page which receives information about the transaction. It receives the same information as &lt;A rel="nofollow" target="_blank" href="http://www.johnconde.net/blog/all-about-authorize-nets-silent-post/"&gt;Silent Post.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2010 13:07:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-questions/m-p/3974#M3633</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2010-07-13T13:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: SIM questions.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-questions/m-p/21415#M11665</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I checked through the SIM guide but was not able to locate any specific examples of sending along a list of product data to be displayed at the payment gateway.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone point me to a resource that explains how to do this? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 03:50:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-questions/m-p/21415#M11665</guid>
      <dc:creator>pgutches</dc:creator>
      <dc:date>2012-01-11T03:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: SIM questions.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-questions/m-p/21421#M11668</link>
      <description>&lt;P&gt;Go to Additional API Fields or the appendix of API fields at the end, scroll through that or do a find for "x_line_item". I don't believe the SIM API [PHP] has a built-in feature for adding line items, but you can probably adapt code from the addLineItem() function and _setPostString() functions in the AIM API for use in combining line items into the desired string.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 07:41:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-questions/m-p/21421#M11668</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-11T07:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: SIM questions.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-questions/m-p/21451#M11682</link>
      <description>&lt;P&gt;Thanks TJ!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that is exactly what I was looking for&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 19:26:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-questions/m-p/21451#M11682</guid>
      <dc:creator>pgutches</dc:creator>
      <dc:date>2012-01-11T19:26:53Z</dc:date>
    </item>
  </channel>
</rss>

