#mschewe-standard-connect

1 messages · Page 1 of 1 (latest)

inland glacier
#

hello, are you creating Standard Connect accounts via the API?
Or using OAuth?

frozen flare
#

Via the API.

inland glacier
#

you'd get account.created event

#

also your own code would be calling the API for this so that too is where you would know

frozen flare
#

We are onboarding via account link.

inland glacier
#

yes but you're creating the account first right

#

ah you mean "when the account finishes onboarding" in your original question then, it wasn't clear

#

account.updated will be fired after the user enters new info into the AccountLinks

frozen flare
#

👍 sounds good, i will give it a try

frozen flare
#

@inland glacier I tried it. I created a new webhook, with account.updated along with some other events. Then I registered a new user via the account link redirect. Unfortunately there was no account.updated event triggered. Are there any other events, that are involved?

inland glacier
#

what events did you receive on your webhook endpoint? what is the account ID of the account you set up?

frozen flare
#

I guess I found the solution. The webhook is sent only if I create a new webhook endpoint Endpoint type Connect...

inland glacier
#

correct

#

you need Connect Webhook Endpoint created, not Account Webhook Endpoint