#gab gab

1 messages · Page 1 of 1 (latest)

knotty cloudBOT
hearty mist
#

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?

glad eagle
#

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.

hearty mist
#

Do you have the ID of an account you have been testing this with?

glad eagle
#

Do you mean the id of the connected account I have created ?

#

Here it is acct_1M1STxR5lzlxFqZV

hearty mist
#

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?

glad eagle
#

With a live endpoint

#

From the dashboard i cannot see any webhook failed or successful

hearty mist
#

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

glad eagle
#

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 !

hearty mist
#

Awesome, glad that could help!