Want a failed stripe payment like card declined to end scenario instead of a warning which keeps scenario going.
What is the problem & what have you tried?
Have payment intent stripe module when card declines it sends a warning but scenario is still active. Tried confirm payment intent but no output bundle and doesnt go to next module.
Could you please show us your workflow- especially where your Stripe module is used?
There are a few approaches to solve your issue.
The simplest is to use Router and use one route with a filter for success and another with a filter configured for failure.
There is no error code or error details? Sorry for question but I still dont know which exactly module you are reffering to.
In that case, you can use one of the error handlers- which one depends on your process. I don’t know your scenario or triggers, so I can’t suggest a specific one.