#web40moon
1 messages · Page 1 of 1 (latest)
Yes, as long as you have confirmed the SetupIntent (received a setup_intent.succeeded webhook event)
Okay
I just want to re-confirm again, Status = suceess mean, Instant verification has been done automatecally?
?
hey
Yes status = succeeded means the verification has been done, as you can see from this Doc https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web#web-collect-details
Oh sorry, fixed the link
how can a user instantly verify ?
Does stripe has a webhook to login in the bank account of something else?
?
Yes the JS method will handle that, display the web for customer to verify
// Calling this method will open the instant verification dialog.
you mean
First -> Agree and continue
Second -> List of Bank Accounts with success (6789), The last one in list
Third -> Select and confirm Bank Acc
After that, we are calling confirmSetup function, In returm, We are gettign status = Success
Is that mean, Our instant verification has been done?
Sorry don't really follow your train thoughts. What is that First Second and Third steps?
While setup ACH, Stripe opens a popup/window in app.
So above are the steps of that flow
Yes