Using Bubble’s Stripe plugin.
Sometimes (maybe 1 in 50 cases) the customer’s payment is successful, but the rest of the workflow doesn’t get executed. Any idea how to make it more robust?
My workflow is as follows:
- Charge the current user $X
- Create a new Transaction thing - Only when result of Step 1’s Captured is “yes”
In these rare cases, Step 2 doesn’t get executed even though the transaction was successful.