<?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: How to get rid of the top header and visa image logos in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55474#M30363</link>
    <description>&lt;P&gt;No we can not have our own form. Building the form is not a problem, its just we can not host it on our server. The solution has to be SIM.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2016 01:20:11 GMT</pubDate>
    <dc:creator>autolycus</dc:creator>
    <dc:date>2016-08-16T01:20:11Z</dc:date>
    <item>
      <title>How to get rid of the top header and visa image logos</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55469#M30359</link>
      <description>&lt;P&gt;I am using SIM and I want to make it look and feel like my site. I was going through the documentations and I fond that if I send css (code attached below for inpout field) I will be able to pass css in it. Problem is that when I do that, the form that I get back from authorize.net starts showing this css in the header. How do I get rid of the header?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    &amp;lt;input type="hidden" name="x_relay_response" value="TRUE" /&amp;gt;
    
    &amp;lt;INPUT TYPE=HIDDEN NAME="x_header_html_payment_form"
           VALUE="&amp;lt;style type='text/css' media='all'&amp;gt;
INPUT{font-family:Arial,Verdana, Trebuchet,Helvetica,Geneva,sans-serif;fontsize:11px;color:
#red;margin-left:1px;}&amp;lt;/style&amp;gt;
Please enter your payment and shipping information."&amp;gt;
    &amp;lt;div class="buttons"&amp;gt;
        &amp;lt;div class="pull-right"&amp;gt;
            &amp;lt;input type="submit" value="Confirm IT" class="btn btn-primary" /&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/form&amp;gt;





&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 21:49:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55469#M30359</guid>
      <dc:creator>autolycus</dc:creator>
      <dc:date>2016-08-15T21:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rid of the top header and visa image logos</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55471#M30360</link>
      <description>&lt;P&gt;use DPM if you want to customize it&lt;/P&gt;&lt;P&gt;read APPENDIX C&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.authorize.net/content/dam/authorize/documents/SIM_guide.pdf" target="_blank"&gt;http://www.authorize.net/content/dam/authorize/documents/SIM_guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 22:15:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55471#M30360</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-08-15T22:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rid of the top header and visa image logos</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55472#M30361</link>
      <description>&lt;P&gt;I have to use SIM. It has to be a form not hosted on our system for&amp;nbsp;compliance reasons. Otherwise it would have been much easier :)&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 00:44:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55472#M30361</guid>
      <dc:creator>autolycus</dc:creator>
      <dc:date>2016-08-16T00:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rid of the top header and visa image logos</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55473#M30362</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20451"&gt;@autolycus﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are willing to build your own form, but want to avoid sending any sensitive card data through your servers, you might consider using &lt;A href="http://developer.authorize.net/api/reference/features/acceptjs.html" target="_self"&gt;Accept.js&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 00:56:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55473#M30362</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-08-16T00:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rid of the top header and visa image logos</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55474#M30363</link>
      <description>&lt;P&gt;No we can not have our own form. Building the form is not a problem, its just we can not host it on our server. The solution has to be SIM.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 01:20:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55474#M30363</guid>
      <dc:creator>autolycus</dc:creator>
      <dc:date>2016-08-16T01:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rid of the top header and visa image logos</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55508#M30382</link>
      <description>&lt;P&gt;Accept.JS should meet your PCI issues. The transmission of the credit card information isn't on your servers.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 19:14:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-rid-of-the-top-header-and-visa-image-logos/m-p/55508#M30382</guid>
      <dc:creator>afail</dc:creator>
      <dc:date>2016-08-18T19:14:21Z</dc:date>
    </item>
  </channel>
</rss>

