When including the profile manager in an iframe the continue button does not appear - when loading the page directly it does. The method of inclusion, the token used, everything else is identical:
In an iframe:
Directly on a page:
Used code (minus token):
<html><body> <form name='frm' action='https://test.authorize.net/profile/manage' method='post'> <input type='hidden' name='Token' value=''> </form> <script type='text/JavaScript'> document.frm.submit(); </script> </body></html>
Is this intended behaviour, do we need to somehow specifically add a URL? I believe that this used to work, and stopped at a certain point in time.
11-21-2018 01:31 AM