Search code examples
laravelauthorize.netseal

Issue with Authorize.Net payment gateway logo


If we don't include the code given below then is there any chances that payments get failed in live site?

<!-- (c) 2005, 2019. 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:443/anetseal/seal.js"></script>
</div>

I am using the Laravel framework.


Solution

  • No. This seal has absolutely no effect on the processing of transactions through Authorize.Net. That seal exist solely so you can show your users that you a valid and active Authorize.Net merchant. Nothing more, nothing less.