I currently use Secure Acceptance. My site is on .net 4.8 (and unfortunately for me, it is written in VB.Net). From the documentation and samples, I cannot find anything on how I can implement Unified Checkout on my current site.
Is there any sample code for .Net 4.8?
Secure Acceptance is being removed this fall. If I cannot use .net 4.8, I don't know what I am going to do.
04-13-2026 02:13 PM
Any luck with this?
06-11-2026 07:56 AM
No luck. I ended up spinning up a new site to handle this. The new site is in C# and I pretty much just used the Github demo to get it working. I redirect from my vb.net site to the c# site, handle the payment, and then send the user back to my site after the payment is completed. I wish that 20 years ago, I started created my site using C#.
On another note, the payload that is returned from the UC payment is pathetic. The UC doesn't even provide a place for the payor to enter their company name. I absolutely hate it. I wish I could continue to use tokenization. I am having to rewrite my entire application to support UC.
06-11-2026 09:43 AM