- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have read through all the documentation at Authorize.net to implement Accept Hosted, and all the related threads I could find in this community. Being a novice as a programmer, I'm quite confused and still don't know how to convert my payment buttons in WordPress from Simple Checkout to Accept Hosted.
I have three payment buttons on my web page: https://pokerdawgs.net/upcoming-events/#registertampa
Two are for fixed amounts ($65 and $85), and one is for a variable donation amount as selected by the donor (to Special Olympics Florida).
I don't need to capture any customer/donor information into a database. All I need is an email notification of the payment from Authorize.net with name and amount, like what I get currently with Simple Checkout.
Here is the coding I currently have in my WordPress page for one of the fixed amount buttons (added to the WordPress page through WordPress Code Editor):
<form action="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx" method="post" name="PrePage"><span style="color: #ff0000; font-size: medium;"> <input name="LinkId" type="hidden" value="*****"> <input alt="Register for Tampa Bay Charity Tournament w/add-on" height="75" name="I1" src="http://pokerdawgs.net/wp-content/uploads/registerhere85.jpg" type="image" width="150"> <strong> </strong></span><span style="color: #ff0000; font-size: medium;"><strong>$65.00 Entry + $20.00 Charity Add-on, for 10,000 units.</strong> <strong>(Add-on funds donated to charities.)</strong> </span></form>
The other two payment buttons are simliar, just different 'value' to correspond to my Simple Checkout settings in Authorize.net.
If someone could give me an exact example of the code I need to replace my existing code in the WordPress page for the buttons, and any additional steps I need to do to convert to Accept Hosted, it would be GREATLY appreciated. Please be simple and explicit in the explanation and assume that I know nothing about coding, file locations, etc.
Solved! Go to Solution.
12-28-2019 07:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Renaissance Thank you so much! That's a relief!!
01-04-2020 05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2020 05:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you don't mind, I'd rather wait to see if @ElaineM chimes in to confirm what you said about Simple Checkout before marking this thread solved.
01-04-2020 06:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2020 08:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi pokerxanadu,
Yes, it is true that both SIM (Server Integration Method) and Simple Checkout, which both use the legacy Authorize.Net hosted payment form, are deprecated and both are on the docket for end-of-life, there are no set dates when this will occur yet however my suspicion is that it will be sometime later this year. The Upgrade Guide has stated for many years that the SIM hosted payment form users should upgrade to Accept Hosted. I do see a WP Accept Hosted solution on the WP site, although it is for WooCommerce powered sites.
You may continue using Simple Checkout for as long as it is available to you however. It won't be disabled without notice. Please note that the SIM hosted payment form, and Simple Checkout as a result, do not receive updates for card network mandates, new features and as a reslut may be out of compliance.
Regards,
Elaine
01-06-2020 09:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a reason simple checkout isn’t on the list of deprecated products? And what would the merchant have to do when it expires? I
01-06-2020 09:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2020 09:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Renaissance,
Simple Checkout uses SIM, so they are considered to be one in the same, and SIM has been on the deprecated list for quite some time. In alignment with the Upgrade Guide recommendations, I would suggest upgrading to the Accept Hosted solution.
Regards,
Elaine
01-06-2020 09:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just looked at your code. This is from the WP app in question? That is not simple checkout. That looks like a DPM or AIM integration, and it looks like you are posting raw cc data on your server.
01-06-2020 10:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@ElaineM, I think all this poster cares about is that the application works. And it will work until the simple checkout endpoint to post to changes. I do not think that endpoint will ever change, even after the payment form is update. Simple checkout is not an API based integration so I do think that for this users needs it is fine to just do nothing with the app at all. I imagine this is why this solution is still on the main sales page of auth.net. I am sure they will update the appearance for the hosted form, but as long as the post url doesn’t change it will not impact the app.
01-06-2020 10:20 AM

