Page 1 of 1

Checkout not Using Authorize.Net Response

Posted: Mon Sep 13, 2010 12:39 pm
by kyledr
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.

Re: Checkout not Using Authorize.Net Response

Posted: Tue Sep 14, 2010 6:48 am
by jmestep
No, there is no way out of the box to do that. We have customized sites with code that did that.

Re: Checkout not Using Authorize.Net Response

Posted: Tue Sep 14, 2010 7:04 am
by mazhar
Yeah Judy is right. At the moment AbleCommerce will create order in both success/failure ceases for payments.

Re: Checkout not Using Authorize.Net Response

Posted: Tue Sep 14, 2010 9:11 am
by kyledr
Thanks, I just wanted to make sure I didn't have something setup wrong. I now customized it to check the payment status, but I may need to further tweak it so certain events don't happen unless payment is successful. Thanks again for getting back so quickly.