#Slanfan (Mattias Berggren)-webhooks
1 messages · Page 1 of 1 (latest)
Hello, can you provide the ID of an event that has not been sent automatically like this?
Is it possible that your endpoint was not able to accept events for a bit? This may not be the case but we do back off on sending events for a bit in Test mode after the endpoint isn't availible
Where do I find the event id?
I cleaned up the test data earlier today but I can create an account and finalize the onboarding right away if needed.
And this is on the same account that you were able to send the webhooks on manually before?
How were you sending them manually?
Ah I see. So can you try doing something like creating a customer in the Test mode dashboard and see if that event gets sent?
I can try
I think I successfully added a connected account
the one without name was done through API and the other in the dashboard
Nice. And did you get the events for them?
Nope
Does your events page on the dashboard have events for those now?
Are these events happening on your platform account or the connected accounts?
Can you send your account ID? (acct_123)? I am unclear on what is happening here
of the connnected account?
Manually Created: acct_1JooVn6xSkrZhXzV
Created with API accountCreate: acct_1Jono74SyBGwctoS
So the account.updated event is going to be the primary one that you're looking for, but since you're looking for the calls from your connected accounts you need to create your Webhook Endpoint (on the Stripe side) slightly differently.
Currently you have an 'Account webhook" which receives events for your account, but I believe you're looking for a 'Connect webhook' to provide you with events for your connected accounts. Are you creating the webhook endpoint through the Stripe dashboard or via our API?
I have created it in the dashboard but I can of course add it via the API if that is easy enough,
It's easy enough to do via the Dashboard as well, could you try entering your endpoint details again but this time check this box?
I will try this. thanks