#hoyty_ach-migration
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1461444361513336974
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hoyty_ach-migration
@vivid salmon I highly recommend replying to that email you got as experts on that deprecation are able to answer this more thoroughly than I could
But at a high level
Do I need to collect new mandates for any payment method starting with ba?
You can run a one-time migration yourself to create/generate Mandates for each of those saved BankAccount objects (ba_123) but I agree the docs aren't super clear on this.
See this step: https://docs.stripe.com/payments/ach-direct-debit/migrating-from-charges?integration-path=payment-intent#mandate-acknowledgement
Am I reading the documentation correctly to understand if all of my invoices are being paid with payment intents (id's beginning with pi) I don't need to change how I charge my customers via stripe?
No, even with Invoices/Subscriptions you might have to make changes (migrate the Customer/Subscription/Invoice away fromdefault_sourcetoinvoice_settings[default_payment_method]
I see how to do the bank account step, but do I actually have to?
If you don't set up the Mandate then after the deadline all your payments would fail I think