#nickfontenot_api
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/1336060974901235883
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
I think I'm unclear on what you mean by 3 accounts inside your current account.. Do you mean connected accounts or something else?
SetupIntents API lets you save payment method you can re-use for future charges for a customer object. I suspect you mean something else by "accounts" so trying to clarify
Thanks for your prompt reply. Inside my account we have 3 accounts we use for billing our clients depending on each use case. See here the dropdown in my account: https://app.screencast.com/V6IKgOjymPSaq
Ah I see. Those are separate Stripe accounts altogether. There's no way to share a payment method between them unfortunately.
So the best suggestion is asking each client to add their same payment method 3 seperate times?
Or is there a way to use one stripe account and choose where the money gets deposited accordingly?
So the best suggestion is asking each client to add their same payment method 3 seperate times?
Yes.
Or is there a way to use one stripe account and choose where the money gets deposited accordingly?
You could likely utilize Stripe Connect where you keep one account as platform and the other accounts as "connected accounts". You can learn more about this here - https://docs.stripe.com/connect/how-connect-works
Thanks for your help. I will review over this now.