#marusyk_code
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/1296388074758078505
📝 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.
- marusyk_code, 22 hours ago, 8 messages
- marusyk_code, 1 day ago, 6 messages
In my previous thread (#dev-help message), I mentioned Separate Charges and Transfers, but they don’t fit my requirements.
👋 happy to help
in your case the best thing to do is https://docs.stripe.com/connect/direct-charges?platform=web&ui=stripe-hosted#collect-fees
so you'd create a Direct Charge
calculate the 10% (without the shipping fee) and pass it as application_fee_amount
Where should I include the amount for shipping? Can I do it in a single payment for the buyer? The shipping amount and the seller's amount are for different account IDs.
oh! that's not possible without Separate Charges and Transfers
One more clarification: If I want to use Separate Charges and Transfers, I must use Express Connect, right?
yes it's more recommended
Thank you for your reply.