Run workflow only when a successful payment (Braintree or Stripe) has been made?

Will I need to use an external webhook and Bubble API for this?

In your workflow, actions after the “Charge action” are run only if the charge has been successfull.

3 Likes

Thank you. I wasn’t aware of that. :confounded:

Can you explain this. After the Charge action in worksflows, if you click to add an action and change a thing, where can you find “only if the charge was successful”?

there is no “only if the charge was successful” option

if the charge has been charged, actions of the workflow after the “Charge action” are run
if it doesn’t, next actions won’t be executed.

2 Likes