#miran_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/1287681958700384310
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- miran_docs, 2 days ago, 11 messages
- miran_code, 3 days ago, 6 messages
You can clone the payment method from platform to connected account https://docs.stripe.com/connect/direct-charges-multiple-accounts
Hi, I have gone through the doc regarding the PM and customer cloning, but to me it seems like, the customers need to save their payment method first on platform before we can create direct charge on the connected account.
So they need to provide thier card info twice.
can we make it in a single attemp instead?
No, the card info is required only once
so, I can make charge from the store payment method?
Yes you are right
basically, my end goal is to make a payment...
Isn't there a restriction on default payment method for creating on-off charges against it?
What restriction do you refer to? can you share with me the link?
I saw it on Laravel doc, I will share the link...
So, I can create a payment intent with the payment method id and confirm it immediately?