Change Redirect URL in Case of Payment Cancellation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey there,
I use the Paypal Payment solution in my Woocommerce Webshop. By now, in case a customer wants to pay via Paypal, he gets redirected from the checkout page to the paypal page so that he can do his payment. So far so good. However, when the customer then cancel his payment on Paypal, he gets redirected to the "Thank you" Page of my webshop. But in Case of payment cancellation, I would prefer the customer to be redirected to the Checkout page.
Is there a way to change this redirection?
Many thanks for your help!
- Labels:
-
PayPal Payments Advanced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you try this code, that is what am using with my system
paypal.Buttons({
onCancel: function (data) {
// Show a cancel page, or return to cart
}
}).render('#paypal-button-container');

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- What are basic create-paypal-order and capture-paypal-order files? in REST APIs
- Reconciling gross sales from website with PayPal in PayPal Payments Standard
- Payment approval does not redirect to return_url in sandbox in Sandbox Environment
- Google Search App Callback does not work in PayPal Payments Standard
- Paypal Popout checkout in REST APIs