#rbutler_docs
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/1328233535324291166
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, according to the doc https://docs.stripe.com/payments/customer-balance/migrating-from-sources#how-stripe-migrates-objects-to-support-bank-transfers
a customer will be migrated after the following
- Request of Customer Balance Funding Instructions (recommended if you’re upgrading your integration)
- Confirmation of a customer_balance Payment Intent
- Creation of an invoice or subscription using bank transfers
- For test mode customers, simulation of a funding transaction
I see, I saw the phrasing "Single customers are automatically migrated after the following" and thought this process would not be manual - this means that we will need to take action on these customers to make the migrate?
In the case that a customer has an existing subscription that has either an ach_credit_transfer or a credit card as the default payment, but they have an ach_credit_transfer as another source, do we have recommendations for moving them forward?
Based on your business use case, you can decide which action that you want to use to trigger the migration.
Oh sorry, is it that all of them need to be completed, or just one?