If the Authorize Accept gets stuck on loading, it may because your hosting is not configured with a required Content-Security-Policy directive. You can add the following code to your .htaccess file to fix this issue:
Header set Content-Security-Policy "frame-ancestors self *.YOUR_WEBSITE.com *.authorize.net"
Replace .YOUR_WEBSITE.com
with your domain name.