#actual-left-shark_best-practices

1 messages Ā· Page 1 of 1 (latest)

storm rainBOT
#

šŸ‘‹ 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.

small coveBOT
urban quartz
#

By the buyer, do you mean the connect account holder? Or are you referring to the customer making the purchase?

patent pawn
#

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ā€.

urban quartz
patent pawn
#

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?

urban quartz
#

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

patent pawn
#

Gotcha, thanks a ton for the help! Makes perfect sense

urban quartz
#

No problem