<?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: Customizing the payment form for SIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customizing-the-payment-form-for-SIM/m-p/15442#M8794</link>
    <description>&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the AIM method would not be pci-compliant, would it? Since the payment form would be hosted on our server.&lt;/P&gt;&lt;P&gt;Actually, AIM is what we have used before, and we are switching to SIM for the sole reason of PCI compliance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is there a clear FAQ on authorize.net and PCI anywhere? I'm curious about using an iframe to display the SIM form (as a workaround for the IE8 XSS issue).&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jul 2011 20:10:58 GMT</pubDate>
    <dc:creator>nikolayv</dc:creator>
    <dc:date>2011-07-29T20:10:58Z</dc:date>
    <item>
      <title>Customizing the payment form for SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customizing-the-payment-form-for-SIM/m-p/15316#M8737</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry for the obvious question, but the search yielded no proper answer.&lt;/P&gt;&lt;P&gt;I'm trying to improve the look&amp;amp;feel for the payment form shown during the SIM method. However, the api manual offers limited possiblities for customization. In particular, the following fields are displayed as plain text input whereas it makes sense for them to be dropdowns:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;card expiration date&lt;/LI&gt;&lt;LI&gt;country&lt;/LI&gt;&lt;LI&gt;state&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Also, all the fields have varying widths, which does not look good (see screenshot) - i'll try to apply some css to that, but my primary concern at the moment are the dropdowns&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" src="https://ip1.i.lithium.com/80e5d928dd28eabd32ac95e6be0f53a6a922a1e2/687474703a2f2f696d6732302e696d616765736861636b2e75732f696d6732302f313938322f73696d666f726d2e706e67" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nikolay&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 17:18:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customizing-the-payment-form-for-SIM/m-p/15316#M8737</guid>
      <dc:creator>nikolayv</dc:creator>
      <dc:date>2011-07-27T17:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the payment form for SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customizing-the-payment-form-for-SIM/m-p/15418#M8782</link>
      <description>&lt;P&gt;Hi Nikolay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When using the payment gateway hosted payment form, you can also configure the following settings to match the look of your website:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The color of the text&lt;/LI&gt;
&lt;LI&gt;The color of link text&lt;/LI&gt;
&lt;LI&gt;The background color&lt;/LI&gt;
&lt;LI&gt;The header text (this can include HTML)&lt;/LI&gt;
&lt;LI&gt;The footer text (this can include HTML)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;﻿But that's about it. There isn't really a way to make the fields dropdowns like you're requesting. If you'd like that level of customization, you'd need to use the &lt;A href="http://developer.authorize.net/api/aim/" target="_blank"&gt;Advanced Integration Method (AIM)&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>Fri, 29 Jul 2011 16:36:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customizing-the-payment-form-for-SIM/m-p/15418#M8782</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-07-29T16:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the payment form for SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customizing-the-payment-form-for-SIM/m-p/15442#M8794</link>
      <description>&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the AIM method would not be pci-compliant, would it? Since the payment form would be hosted on our server.&lt;/P&gt;&lt;P&gt;Actually, AIM is what we have used before, and we are switching to SIM for the sole reason of PCI compliance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is there a clear FAQ on authorize.net and PCI anywhere? I'm curious about using an iframe to display the SIM form (as a workaround for the IE8 XSS issue).&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2011 20:10:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customizing-the-payment-form-for-SIM/m-p/15442#M8794</guid>
      <dc:creator>nikolayv</dc:creator>
      <dc:date>2011-07-29T20:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the payment form for SIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customizing-the-payment-form-for-SIM/m-p/15580#M8862</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, using SIM does alleviate some PCI concerns on your end that you would have to worry about with AIM. But you also sacrifice some customization for that reduced PCI scope. You can also check out &lt;A href="https://developer.authorize.net/api/dpm" target="_blank"&gt;DPM&lt;/A&gt;, which is kinda a hybrid of the two, but ultimately, you're still going to be responsible for PCI no matter which method you use. How much you're responsible for will just depend on your particular system.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There isn't a clear FAQ on PCI and Authorize.Net. But we do have a blog about PCI &lt;A href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/PCI-and-You/ba-p/10628" target="_self"&gt;here that&lt;/A&gt; you can check out. Hopefully that will help answer some of your questions.&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>Tue, 02 Aug 2011 19:59:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customizing-the-payment-form-for-SIM/m-p/15580#M8862</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-08-02T19:59:51Z</dc:date>
    </item>
  </channel>
</rss>

