#funk101-webhook-express-acc

1 messages ยท Page 1 of 1 (latest)

rocky oracle
#

Hello ๐Ÿ‘‹
I believe it should be account.created right?
Are you seeing anything different?

tidal dust
#

is there an "account.created" endpoint?

#

I see "account.updated"

rocky oracle
#

ah you're right
I was thinking about another event entirely ๐Ÿ˜… (My apologies, its been a busy day so far)
Sorry about that.

#

let me take a look

tidal dust
#

i see account.external...

#

I need the account.id sent back to my site at the time of creation to update my local db

rocky oracle
#

gotcha. Give me a few to look into it

tidal dust
#

what'd ya got?

#

please post your findings here. I have to run out for a bit. Thanks

rocky oracle
#

funk101-webhook-express-acc

#

will do. apologies, server is a little busy with a lot of questions today.

#

I believe we'll just send out an account.updated webhook event in this case

dusty dome
#

Just to follow up on what my esteemed colleague @rocky oracle said, the account.updated event is the one you want to listen to.

somber tinsel
#

Point: doesn't the Platform create the account via an API call that returns an account object (including the Account ID), and makes another API call for the onboarding link?

#

i.e. the Account ID exists long before the onboarding process starts...