#N3XUS-webhooks
1 messages · Page 1 of 1 (latest)
@candid marsh do you have access to the Dashboard? you'd setup a webhook to receive events from connected accounts here : https://dashboard.stripe.com/webhooks
Hi,
this is not an option there are like 800 webhooks I would have to set up. We have to do this automatically.
@candid marsh you setup a webhook on the platform to listen for events on all the connected accounts
you don't setup one webhook url for each connected account
But the information events that are send from stripe like charge.successful e.t.c. have to be send to a specific URL of the stripe_account where this charge was made.
As I said in the beginning. There are many instances of one and the same application that are on diffrent servers with different events. There is not one single server responsible for all stripe events but each server is responsible for one account.
Thats a good question where can I find this in the dashboard?
Ah tthanks : Standard
your connected account users have access to their own Dashboard, and they need to setup the webhook by themselves in https://dashboard.stripe.com/webhooks, it isn't something which you can set via the API for them
So this is not an option? https://stripe.com/docs/api/webhook_endpoints/create
you can't do that for your connected accounts
I see ok thank you
@fading kiln Just one last question. If each client sets up its own webhook. Will I be able to "read and verify" the webhook-events if I only have the connect-stripe-secret or would I need the clients stripe secret?
@candid marsh could you elaborate a bit more on what you'd be doing with the events? Maybe we would be able to better advise after knowing more
Each account would have it's own webhook secret : https://stripe.com/docs/webhooks/signatures, you wouldn't have access to a Standard connected account webhook's secret as a platform
i think if you're trying to create a plugin/module, you're going to need to request the user to input their webhook secret to your plugin/module