- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Important Hosted Payment Form Discussion
โ09-08-2015 01:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. What time is this change taking place?
2. Has this change already been made in test?
3. What will happen if someone passes in HTML, etc. after you make your change? Will the page still work?
It looks like this removes any option to make the hosted form blend with the rest of the site.
โ09-08-2015 02:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ09-08-2015 03:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We received the "Important Authorize.Net Notification" e-mail just a few minutes before 5 PM telling us that "support for HTML tags, JavaScript and CSS" on the hosted payment form, receipt page and email receipts "will be disabled later tonight." I then came here and discovered that "later tonight" meant 9 PM. 5 PM to 9 PM was a paltry FOUR HOURS advance notice at the close of the day before our payment interface with customers was reduced to gibberish. What kind of customer service is that? The e-mail says it's to "increase security", but whatever security issue there might be is nothing new and certainly could have been forewarned far earlier than just four hours before. Richard's post on this forum was at 1:22 PM but his brief sentence "Use this thread to discusss changes to our Hosted Payment Form" was worthlessly vague prior to receiving the e-mail.
โ09-09-2015 12:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This apparently disabled the captcha also, rendering my payment page non-functional. Less than 3 hours notice for me.
โ09-09-2015 06:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Merchant sign in seems to be down now also. This reminds me of a couple of years ago when you just arbitrarily killed relay response with no notice.
โ09-09-2015 06:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We use SIM and an IFRAME on our site for payment. We used the following CSS in the header:
html {overflow:hidden!important} to hide the scrollbar generated by the frame. Is there anyway to do this now?
โ09-09-2015 07:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ09-09-2015 09:12 AM - edited โ09-09-2015 09:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ09-09-2015 09:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Richard,
Thanks for the reply. I actually need to override gateway/content/PaymentForm.css
which contains
html{ overflow-y:scroll; overflow-x:auto; }
I thought of using jquery on my side to do this, but I am prohibited since it would be cross site scripting.
Is there anyway we could have the the overflow-y set to auto instead of scroll?
โ09-09-2015 09:16 AM