#Joel Pellaud
1 messages · Page 1 of 1 (latest)
It's related to https://stripe.com/docs/connect/authentication
You need to use connect webhook endpoint to listen to events generated in your connected accounts. https://stripe.com/docs/connect/webhooks
Is the secret key and all info sent to the webhook endpoint exactly the same or is something different? I mean, if nothing should behave differently in my code, could I use the same endpoint url?
If you are talking about webhook secret, each endpoint would have its own secret.
And no, I won't recommend you to use the same webhook endpoint to listen to events generated fro your connected accounts
... You are right, thanks