#l0rd_connect-subscriptions
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/1263264091980435478
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
That's up to you really, depends how you want to reconcile your funds, both options just work
l0rd_connect-subscriptions
I guess is there pros and cons to either? I am doing one time payments via invoices as well as subscription payments (still via invoices I guess)
https://docs.stripe.com/connect/destination-charges?platform=web&ui=stripe-hosted#collect-fees I recommend reading this, it has 2 tabs, one for each option
also how do I do the number in transfer data? Would I go 1.8 for 1.8% or .018 or 18 etc
1.8
is my platform going to have to be paying the stripe fee or will it automatically be subtracted from the amount the connect account is receiving? I guess what order do the funds get subtracted in?
nvm
with Destination Charges you always pay the Stripe fee (and future refund and dispute fees)
ok so I should factor that into the amount we're taking so 2.9 + 1.8 + 30 cents?
if we want to take 1.8 at the end
yes
though the Stripe fee depends on many factors, payment method types, currency, other features used. So it's not just 2.9% + $0.30
so really you should be having your own pricing orthogonal to the Stripe one
is there a good spot to find those different amounts? We are on an alternative fee structure i just don't know what it is lol
not possible you'd have to ask support I would say: https://support.stripe.com/contact
Does stripe take their platform fee at the same time that I'd take mine?
So say for a $100 purchase I say $94.7 goes to the user on my platform through the destination amount,
stripe then takes $3.3 from that (assuming 3% stripe fee for this example) and I keep the remaining $2 from that. is that accurate or am I misunderstanding?
yes it's accurate and what is on that screenshot you shared
sick thanks man