The actual form displays no problem, but you are unable to click "Add Payment Method" or edit payment method.
Is anyone else having the same issue on an iPad or iPhone?
10-15-2018 02:01 PM
If it helps, we are loading this accept URL into an iFrame
<form method="post" action="https://accept.authorize.net/customer/manage" target="iframeAuthorizeNet" id="formAuthorizeNetPage">
Is anyone else using this method?
10-16-2018 05:37 AM
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. I even tested adding iframe as you suggested and did not fix. 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 09:56 AM