#kaykim-verificationsession

1 messages · Page 1 of 1 (latest)

torpid juniper
#

automatically update our database as well without any actions?
not sure I understand, what this means, can you elaborate on the "without any actions" part?

torpid whale
#

Oh, it means we need some actions to call our backend api which includes calling stripe api to check whether status is verified or not, and then update our database.
After user finishes their verification process, this info is updated in stripe, also I can see in stripe dashboard.
I want to update our db as well after user finishes their process. Right now, I am updating new status info when our admin user open the user info page who finished verification process. If it is still not clear, please let me know!

torpid whale
torpid juniper
#

the webhook event solves this for you though, that is what it is intended for

torpid whale
#

But it limited the case of using modal.

torpid juniper
#

how did it limit that case?

#

why would webhooks be limited in that case? sorry not clear

torpid whale
#

There are 4 ways for identity. But I am using Redirect way. The docs I sent above, said yo wrote code to display a modal. So I assumed it applies the case of modal way.

#

Sorry for confusing!

torpid juniper
#

but the webhook event will be sent in all those ways

#

webhooks don't depend on how you are integrated