According to this article I need to submit an HTTP POST with an html form in order to redirect to the payment page.
https://developer.authorize.net/api/reference/features/accept_hosted.html
I was wondering if it's possible to do the HTTP POST and redirect without an html form. It doesn't seem to be working for me even though I'm entering the correct token.
You can view the gist here. Lines 126 - 163
https://gist.github.com/theMugician/6b591a1659f8591723e8cba10a0148c8
02-13-2023 09:31 AM