#dedaldino_multiple-accounts
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/1300481121447837786
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
First, you should not be using Sources any longer:
https://docs.stripe.com/sources
As to your actual question, you cannot do what you ask directly. Instead, if you need saved card/bank details on multiple accounts the only way to achieve that with a single front-end collection is to save them to a Platform account to which the other accounts are connected, then you can clone/copy the saved platform payment method to connect accounts as needed:
https://docs.stripe.com/connect/direct-charges-multiple-accounts#clone-payment-method
questions that may help clarify:
- Would this cloning approach fully support creating sources and payment methods across different accounts? (just wanna be extra sure that there is no way to support sources anymore, and that we inevitably need to migrate to PaymentMethods/PaymentIntents)
- Are there specific limitations or constraints on "cloned" methods in terms of functionality (e.g., subscriptions, direct charges, etc)?