Stripe Question

New user here guys! Had a question regarding stripe integration. Is it possible to trigger an event based on every new charge? Have been experimenting and it seems that you have to select individual charges to trigger an event instead of each new charge automatically triggering an event.

Thanks for your help in advance!

Hi @bryandillard32

First off, welcome to the Pipedream community. Happy to have you!

Yes absolutely, so it sounds like you’ve already found the Stripe - New Charge trigger.

When you’re building your workflow, you can test with one event at a time, in this case an event is a Stripe Transaction.

When you Deploy the workflow, then it will be “live” and listening to new Stripe transactions on your account, and then it will automatically process those events against your deployed workflow.

But you’re right, while you’re building your workflow, it won’t automatically process events until it’s deployed.

I hope this helps!

Hi Pierce,

Thanks so much for your response! That absolutely answers my question. I was just wondering because it wasn’t automatically happening in test mode, but if it does so in production that’s all that matters.

1 Like