cancel
Showing results for 
Search instead for 
Did you mean: 

accept.authorize.net Hosting payment for doesn't work on iOS

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?

lanasa
Member
2 REPLIES 2

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?

lanasa
Member

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