Hi There,
I have implemented the API for Authrize.net.
All browesers function fine except Safari. Once clicked on payment button a new browser tab opens up and goes to https://accept.authorize.net/payment/payment. However I am facing issue with the Safari not opening the new tab. it seems like target="_blank" is not working.
<form method="post" target="_blank" action="https://accept.authorize.net/payment/payment" id="formAuthorizeNet" name="formAuthorizeNet">
<input type="hidden" name="token" value=""/>
</form>
Any suggestions?
Thanks
10-22-2021 10:00 AM