#marcoprouve-fees
1 messages ยท Page 1 of 1 (latest)
awesome thank you!
A second separate request...
I want to have the organizations on our platform set up with bank account on stripe so that they can request payouts from us to their corporate bank accounts. Do you have a B2B integration or API you would recommend for this? We would either send funds directly from our stripe account or send funds from our bank account set up through stripe
@wicked patrol any update?
Thanks for taking the time
Still catching up
Appreciate your patience
My expectation is that the rveenue for our team should be $25. Can you explain this a bit more?
do you mind breaking down the calculation for me where you're getting 27.09 as the p(charge)?
I want to have the organizations on our platform set up with bank account on stripe so that they can request payouts from us to their corporate bank accounts. Do you have a B2B integration or API you would recommend for this? We would either send funds directly from our stripe account or send funds from our bank account set up through stripe
Yup we have a guide here
https://stripe.com/docs/connect/bank-debit-card-payouts
Yes I will provide you with that. Out of curiosity what are you getting?
Awesome I figrud that was it but wantd to make sure
E.g. I want to charge a user for a product that costs $25:
p(goal) = 25
f(fixed) = (.029 * 25) + .3
f(percent) = f(fixed) / (p(goal) + f(fixed))
P(charge) = (25 + p(fixed)) / (1 - (f(percent))
p(charge) = 27.09
Hmm I am getting the same on my end. Weird. I would suggest you reach out to our support about that as I believe they'd able to provide exact and more reliable answers for this
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center 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.
I'm pretty sure that formula assumed F(fixed) = 0.25 (i.e. the flat per-charge fee) and f(percent) = 0.029% (the percent fee)
or F(fixed)=0.30, or whatever it is
your formula is using the combination of the fixed amount (0.30) and the percentage amount (0.0029)
...and calling that "fixed" - which it isn't
so:
p(goal) = 25
f(fixed) = 0.30
f(percent) = 0.029
p(charge) = (25 + 0.30)/(1 - 0.029)
It would help to have a bit more explanation on this page tbh. I get it now, but obviously that was not immediately clear. Im also assuming this calculation works for charging the tax fees to the customer
p(charge) = 26.06 (rounded up)
Thank you guys. i was struggling with that for a bit haha
sort of; depends on what the Tax is charged against. You'll have to do the algebra
ok sounds good ill obviously tackle that if i have to
Thanks @native hamlet ๐