#Avinash somani
1 messages · Page 1 of 1 (latest)
let me try to explain you the scenerio
We have multiple vendors and every one have their stripe account
But as a customer i am doing recurring payment suppose monthly
So for that we have integrated webhook for caputuring transaction
But for Decryption we need to set HARD CODED key
so how can I manage for diffrent vendors the same webhook
The webhook events are happening on the connected account?
I'm guessing you are using Stripe Connect?
If you are managing multiple Stripe accounts, you should be using Stripe Connect: https://stripe.com/docs/connect
Then you create a Connect webhook on your main Stripe account, and it will receive all webhook events of your connected accounts https://stripe.com/docs/connect/webhooks