#Karoon

1 messages · Page 1 of 1 (latest)

spark estuaryBOT
dry forum
#

Are you following a guide from our site? Can you share what exactly you're doing?

#

You should instead just show some kind of confirmation page that states verification is ongoing

oak copper
#

I have created webhook on my server that receive events from stripe. Then I'm doing all operations that i need (update db, send email). But on frontend i'm on stripe page. How can i redirect to my success page?

#

I have nodejs backend and react frontend

dry forum
#

The process is async, so when verifyIdentity resolves the outcome of the verification is unknown. My guess is you'd need some kind of polling mechanism in your front-end that polls the Verification Session and checks the status, then updates/redirects according to the outcome