#web40moon
1 messages · Page 1 of 1 (latest)
👋 Hi there, Happy to help!
As per this link, Can you please confirm that, Instant verification can only works on test mode?
Or it can also work in production mode?
The link you are sharing is for testing the bank account ownership of a connected account
Instant verification for ACH account is available for live mode also
Okay great
You can use these account number for testing:
https://stripe.com/docs/payments/ach-debit#testing-ach
https://stripe.com/docs/payments/ach-debit#test-account-numbers
Step by Step
This part has been done and it works fine already.
My need is, Setup ACH and save id in db and change in future
Are you getting my need?
@steep hound ?
Are you there?
Please don't use mentions, we are monitoring all active threads.
Okay sorry
You can save the PaymentMethod during a Payment:
If you want to reuse the payment method in the future, provide the setup_future_usage parameter with the value of off_session.
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-create-payment-intent:~:text=If you want to reuse,the value of off_session.
Or collect and save the PaymentMethod without a Payment using SetupIntent, following this guide:
https://stripe.com/docs/payments/ach-debit/set-up-payment