I am trying SIM with classic ASP (without the review page). So everything works as far as sample is concerned where it displays the review page and the user hits submit button, it takes the user to the Authorize.net payment form.
What I am trying is to go to authorize payment form without a review page - something like dynamic post. Is it possible with classic ASP? or any other alternative to go directly to authorize payment form by avoiding the review page.
Thanks,
03-28-2014 10:18 PM
You wouldn't need a review page, you just need to get the fingerprint and post to authorize.net on a form post.
03-29-2014 06:10 AM