#slam-webhook-connect
1 messages · Page 1 of 1 (latest)
Hey @vernal steppe we have detailed docs on Connect + Webhooks https://stripe.com/docs/connect/webhooks
also please just use the existing thread if you have one already for questions! No big deal, I archived the previous one, but avoids having to create N threads if we have one open
@vernal steppe did that answer your question?
Thanks. In the url you provided: https://stripe.com/docs/connect/webhooks?locale=fr-CA in the screenshot, is that the only events I can listen for, for my coonected accounts? I want to listed to payouts to their bank account, so I can list it as a payout in my app.
this is just an example of what we recommend though
The doc is supposed to explain clearly that you basically can listen to any Events created on your connected accounts. You create a Connect webhook endpoint and then you get all those Events.
ok, so basically any event I can listen for in a regular webhook, I can also listen to with the connect webhook, correct?
yes
sure