#gab gab
1 messages · Page 1 of 1 (latest)
I think just the account.created event is sent when the account is created. The updated event isn't sent until further things happen on that account
If you are just looking to get this event in some way, you can try using the stripe trigger account.updated command with the Stripe CLI
Looking in to what kind of changes to make otherwise. Are these Standard, Express, or Custom connect accounts?
It seems this event 'account.created' doesn't exist in the available list.
It is on a Custom account.
I would need to trigger in production the ' account.updated' because I basically rely on this one to sync some stuff.
Do you have the ID of an account you have been testing this with?
Do you mean the id of the connected account I have created ?
Here it is acct_1M1STxR5lzlxFqZV
Yes, thank you
Apologies for taking a bit on that. Interestingly, I do see a bunch of account.updated events on that account but not an account.created one.
How are you listening for events here? With the CLI or an actual endpoint in live mode?
With a live endpoint
From the dashboard i cannot see any webhook failed or successful
Ah I see what is happening there. Your platform account only has endpoints that listen for events on the platform account itself. You can create an event to listen to events on connected accounts and that will receive events on accounts like these
One sec, looking for the doc
So if you go back to the webhook part of your dashboard, you can set up a new connect webhook endpoint
Ah ok I see. Didn't take care while adding it on the dashboard. Locally with the CLI I suppose I received al events.
Thank you !
Awesome, glad that could help!