Checkout not Using Authorize.Net Response
Posted: Mon Sep 13, 2010 12:39 pm
I assume this is intended, but using either Paypal website payments pro or authorize.net lets the user get to the receipt page regardless of the response. I understand it gives indication if the response is bad, but, for various reasons specific to this site's business, the site needs to give them an error after clicking checkout that is reported on the checkout page, and an order should NOT be made until they can get a success response from Authorize.net (which is what this particular site is using). They plan to use auth+capture. Is there any out of the box way to do this? From my testing, the answer is no. Otherwise I guess I'll have to dig into the source code.