I am using the Authorize.net AIM method to process donations. I have set up my HTTPS using the FAQ directions in the Support/Documentation area.
I would like to have the Authorize.net verified seal on the page the secure form is. I set up my merchant account as Authorize.net required in order to do so. This generates the following code to be pasted on the page:
Code: Select all
<!-- (c) 2005, 2009. Authorize.Net is a registered trademark of CyberSource Corporation -->
<div class="AuthorizeNetSeal"> <__script__ type="text/javascript" language="javascript">var ANS_customer_id="my-customer-id";</__script>
<__script__ type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></__script>
<a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Accept Credit Cards</a> </div>
Is there any changes I can make to my settings or config file so that I can place this seal on my site and not have the unauthorized content notification?