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');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- "Complete the payment with seller..." but payment done. in PayPal Reporting
- Sandbox web hooks not receiving in Sandbox Environment
- No redirect after payment in REST APIs
- Boutons html paypal in PayPal Payments Standard
- Desktop SDK Integration Issue with PayPalMerchantId '7229V3ZW5GRMJ in Sandbox Environment