#roshe10_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/1336657837794791507
đ 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.
- roshe10_webhooks, 23 hours ago, 8 messages
- roshe10_api, 6 days ago, 15 messages
No, you need to clone the PM across connected accounts: https://docs.stripe.com/connect/direct-charges-multiple-accounts
thank you, just to confirm, since I have both one off and recurring payments, I should have customer entity on my platform account and its payment method, as well as on all connected accounts and manually sync from platfrom to connected account customers
Yes if you're doing direct charges then all objects (Customer, Payment Method) must exist on the connected account regardless of whether it's recurring or not
I wouldn't need direct charges, it's just that I want the saved card to appear for across connected account checkout sessions, does it mean i don't need customer on all connected accounts than
so user will take an action to pay, but the goal is to see his saved details whichever connected acocunt session he's currently on
All of this is dependent on the type of Connect payments you're doing: https://docs.stripe.com/connect/charges#types
Answer me that and then I can help with the rest
oh i see, then it's "direct charge" yes, sorry
Then yes, my original message stands
The link I originally shared will explain how to do it
thank you
It's important that the Customer and PM is created on the platform initially, otherwise it can't be cloned to accounts
If you create it on the conncted account, then it cannot be cloned to a different conncted account
good point, thanks
No problem, glad I could help!