#kaykim-verificationsession
1 messages · Page 1 of 1 (latest)
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?
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!
like this webhook case: https://stripe.com/docs/identity/handle-verification-outcomes .
the webhook event solves this for you though, that is what it is intended for
But it limited the case of using modal.
how did it limit that case?
why would webhooks be limited in that case? sorry not clear