#abhishek_sharma - Connected Accounts

1 messages · Page 1 of 1 (latest)

frail badger
#

Hi 👋

#

What webhook events are you listening for?

wise onyx
#

account.updated

#

this is the webhook id in test

#

we_1KSI4ULPCtfYHMKaMA5F5wMp

#

you can see the last account.updated has eventually due as "person_4KjSAD00vRl4BQnS.verification.document"

#

But after that no account.updated webhook, even though the user details is submitted

#

Any thing i am missing?

frail badger
#

After some digging it appears this is a known issue. The problem currently is that the object being updated is the person object. Right now you can add the person.updated event to your webhook but we are actively working to ensure the account.updated event is also fired as expected.

wise onyx
#

Thanks for this, is person updated event relevant to be checked for other status changes as well, as in if a person.status - Verified,Unverified what are the different implications on account status, need to show relevant message to user

#

if person.verification.status = verified, will it mean that account status is complete

frail badger