#B33fb0n3-connect charges
1 messages · Page 1 of 1 (latest)
Thanks 🙂
are you using Destination Charges?
No
Direct Charges?
Also Not
could you please share a request id? here's how you can find one https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
Taking a look!
Generally you'd be responsible for calculating the Stripe processing fee and factoring that into your application_fee_amount
There's no single parameter to pass those fees on to the connected account
Yeah, so you'd need to inflate your application_fee_amount value when you create the order: https://stripe.com/docs/orders/connect#destination-charges
Oh I thought I read it somewhere, That this is possible. What about the destination-charges?
What about them?
You sent me the Link?
Ah, sorry. You're using direct charges: https://stripe.com/docs/orders/connect#direct-charges
So you'd need to inflate your application_fee_amount value when you create the order to factor in processing fees
Ahh maybe this one?
I can't read that. I've sent you the link
What you're doing is fine. You just need to increase the application_fee_amount
Sorry. Thats the Link: https://stripe.com/docs/connect/direct-charges
Yeah but that's not specific to Orders which you're using
Than I cant say to the customer „you Just pay x%“ and I will get an ugly percent rate.
Oh, cant I Just use them?
I'm confused
Hang on. If you're processing direct charges then the fees will be on the connected account, not the platform
Now I want, that the connected account pays the Stripe costs and Not me (the Platform). How can I do this?
This is inaccurate
Well the conntected Account Should pay the Plattform costs and also the Stripe costs 🙂
The connected account is paying the Stripe processing fees:
- This is the Payment Intent for that Order (
order_1L9qzzIl8nICmzHdUmdBeaN5): https://dashboard.stripe.com/test/payments/pi_3LB1UhIl8nICmzHd1hnSn2Jm - This Payment Intent was processed on the connected account (
acct_1L8jXLIl8nICmzHd) as a direct charge (by you the platform). - Note the fees (€1.41), which includes
Stripe processing fees:€0.33
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ah sorry. Misunderstanding: I want to do it like the „Customer pays Platform and Stripe“ in the Future. Currently I do it like you See, but the Platform (me) don’t want to pay Stripe fees
But you (the platform: acct_1I8W9ZK7gRZLSJmg) aren't paying any Stripe fees
Not on those direct charges anyway. So if you can provide an example where you are paying fees then I can explain
np!