I'm running on a test system on my laptop, using stripe-cli to handle the listener.
Stripe-cli is successfully forwarding webhooks to my endpoint, valid webhook payloads and stripe signature headings.
But the stripe listener is not routing webhooks to "On Payment Success" or "On Undefined Results" as I've put php debugging in them but nothing is produced.
Don't know if it is because I'm on a test box but can't test it on my live system.
Hi ajackson
The Stripe listener should be added in the Load area of a different page with a different Pag Group as explained in this tutorial:
This ensures that it's accessible by direct links from the Stripe gateway, if you need to test if the Listener works then run the test procedures explained at the end of the tutorial.
That was the problem thanks. As a different question how can I show the form data on the page stripe success url goes to?
