#actual-left-shark_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. Thank you for your patience!
ā±ļø We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
š 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/1213135097713135666
š Have more to share? You can add more detail below, including code, screenshots, videos, etc.
By the buyer, do you mean the connect account holder? Or are you referring to the customer making the purchase?
Sorry, I meant the customer making the purchase. I want to transfer the fee to my customers buying goods on the platform , and not the connected accounts so that the connected accounts can essentially have āzero selling feesā.
Gotcha. Yeah, see: https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ughh.. thank you! Idk how I missed this! Helpful formula too.
If I could ask a follow up though: Iām still validating the business, so in the end I may end up charging the āsellersā (connected accounts) a fee as well. I see with connected accounts there is a 0.25% fee/payout (plus the $2/mo fee for active accounts). My goal is to have 2 tiers of connected accounts on my platform - a Free tier and a Premium tier (where this is paid via a stripe subscription monthly). Is there a way to add a fee (from my end) when they withdraw the cash from their connected stripe account to their bank (to cover the 0.25% stripe transfer fee), or is the best place for me to apply this āfeeā is when the money is flowing into their stripe account using the āapplication_fee_amountā from the payment intent api?
You could either handle this via application_fee or you could create a customer on your platform to represent them and collect a payment method from them and attach it to that customer. Then you can charge it
We have a minimum charge of 0.50 though
Gotcha, thanks a ton for the help! Makes perfect sense
No problem