#everydayant_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/1389608830756982937
๐ 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.
- everydayant_api, 5 days ago, 6 messages
Hi ๐ with our hosted checkout flow (using Checkout Sessions) no, that isn't possible.
If you're building your own checkout experience, then yes, you can implement logic to process more than one payment.
The tricky part is that you say you want to route this to two different Stripe accounts. Can you elaborate on that point? Are you using Connect, or do you just want to use two distinct Stripe accounts simultaneously (this won't work well, your customers would need to provide their payment method details twice).
It's going to be two distinct Stripe accounts simultaneously. May I know why it might not work well?
Because you can't share payment method details across accounts. So you will need to collect payment method details from your customers for both of your Stripe accounts.
Got it. So would this be possible when a payment method is shared across two Stripe accounts?