#wobedi
1 messages · Page 1 of 1 (latest)
Yes that account field is only for connect events
If you want to use the same endpoint, then i suggest configuring your endpoint in the dashboard to include a query parameter to mark the source account, and have your endpoint handler check that
eg:
https://example.com/stripe-webhooks?source=account_de
ahh that makes sense! thank you