integrallis / stripe_event

Stripe webhook integration for Rails applications.
https://rubygems.org/gems/stripe_event
MIT License
840 stars 107 forks source link

Can I use EventFilter to get the unique signing_secret per customer #161

Open straversi opened 10 months ago

straversi commented 10 months ago

In the EventFilter section of the README, it says:

If you have built an application that has multiple Stripe accounts--say, each of your customers has their own--

I have this case, and each customer has their own signing secret. I have their signing secrets on their Account objects in my database. Can I use their signing secrets to verify their webhooks?

Thanks!