#abc_best-practices
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/1311333748175933521
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
I’m trying to achieve this(see picture above) but I’m a bit confused about the correct approach to achieve this setup efficiently.
the main way to achieve this:
- save the payment method on the platform
- then clone that payment method on each connected account
- and charge the payment method on each connected account
this way the customer can see on their bank statement multiple payments, each from different the connected accounts
and here's how to clone the PM: https://docs.stripe.com/connect/direct-charges-multiple-accounts#clone-and-create-direct-charges
I recommend also watching this video: https://www.youtube.com/watch?v=X-VKDdk052Q
Yes, I’ve checked this out and seems the right way to do it.
Another thing I’m curios about is how will this be connected to the client side(frontend)
Like what are the steps
- At what step do I create the customer account
- At what step do I create the setup intent
And so on for next steps
Do I need to create my own forms, with my own logic or are any Stripe Elements for this?
Oh, I got it now