Stripe Webhook conditional statement

Hey, I am trying to determine the best conditional statement for my Stripe webhooks.

What are you setting up a condition for?

1 Like

Have you check out this great Stripe tutorial?

1 Like

I’m setting up a condition because all 3 webhooks look for checkout session complete" so all 3 would fire without the condition. I’m trying to distinguish each webhook from the other with the condition of statements.

Just skimmed it and I think I found the solution. I can send mega data for each plan.

So I got the solution from the video! Thanks! Passing metadata and just using that to distinguish it helped.

image

This topic was automatically closed after 70 days. New replies are no longer allowed.