#kmbro - React Elements

1 messages ยท Page 1 of 1 (latest)

worn briar
#

Hi ๐Ÿ‘‹

blazing dome
#

Hi there

worn briar
#

So you've got a few options. You can allow us to send an email that will direct them to verify the account.

#

OR
you can verify with micro deposits client side, which is also shown on that doc

blazing dome
#

taking a look

#

It looks like those docs with next_action use the confirmUsBankAccountPayment api

I am actually just collecting the payment method for later use, so I am using the confirmSetup JS api -- and I don't see the next_action anywhere in the how to collect for later docs https://stripe.com/docs/payments/save-and-reuse?html-or-react=react

How can I confirm the bank account if I use the setupIntent?

worn briar
blazing dome
#

Looking now

#

Is there any way to send the email for confirming a manually entered ACH account in the test environment?

worn briar
#

Not in a Test environment. Stripe does not send emails in Test mode. You can create a test email manually in your integration if you want to test that.

blazing dome
#

sorry, not sure what you mean by create a test email manually, can you clarify?

worn briar
#

Stripe won't send an automatic email.

#

If you want to test sending an email that is a function you could build into your app. You could collect the URL from the next_action property and include it in the email to handle account verification.

blazing dome
#

Ah I understand now. Thank you!

worn briar
#

Sure thing! Happy to shed what little ๐Ÿ’ก I can ๐Ÿ™‚