How are you connecting to Stripe? If through API you have complete control over how to integrate properly. In that event there is a URL parameter passed back if using Stripe Connect which is either success or cancel.
But you might want to take it further and use Webhooks to double verify.
hey quick question, I have a webhook setup to tell me if a charge failed or succeed, How do I pass that response to my bubble app? Ideally I would like to proceed with the workflow if it succeeded, and send user a notification if didnt.
Webhooks don’t work like that. But you can create some sort of popup ‘timer’ that waits for the webhook response (or times out of not received) and go from there.