AbanteCart Community

Shopping Cart Operations => Support => Topic started by: donthecat on March 28, 2018, 01:59:21 PM

Title: Default Payment Failure/Success URLs
Post by: donthecat on March 28, 2018, 01:59:21 PM
I'm building a Payment Extension.

Is there any default URL which I should forward to in case of a Payment Failure...

I'm pointing to
Code: [Select]
https://myurl/index.php?rt=checkout/success for Successful Payments? Is this right ?

and what parameters do I need to pass to get the status displayed on the Success page.. Right now, I'm getting only Failed even for Live transactions that we have tested. The Payment is debited to the account, the Cart is emptied, but the Status is Failed...