#mochihealth
1 messages · Page 1 of 1 (latest)
Hi 👋
The bank or the customer can inactivate the mandate
should those payment methods be deleted from the customer
I noticed that if a payment fails with a bank account the mandata becomes inactive
is there a way for those mandates to become active again
or should i delete it
You can recollect the mandate https://stripe.com/docs/payments/ach-debit#mandates
how can I recollect the mandata?
That is done with when you save the bank account for future use: https://stripe.com/docs/payments/ach-debit/set-up-payment
what is the difference between stripe.collectBankAccountForSetup(options) and stripe.createSetupIntent
I've been using the create setup intent to save the bank details for later use. is that incorrect
Hello! I'm taking over and catching up...
Are you asking about those functions in the Android SDK?
no in general for collecting bank details for future payments. in the link that the pervious person sent me it had both of them
Using a Setup Intent to collect bank details (or any other payment details) for future use is the correct approach.
The stripe.collectBankAccountForSetup function in Stripe.js is used specifically to collect ACH bank details with instant verification: https://stripe.com/docs/js/setup_intents/collect_bank_account_for_setup