#altair7596

1 messages · Page 1 of 1 (latest)

queen bridgeBOT
subtle basin
#

Hi there!

#

How can I help?

tacit harbor
#

Hello soma, If a user want to pay 10€ and I have some application fee that he also have to pay e.g. 2.5€, So the total net amount have to be 10€

#

How can I do that?

subtle basin
#

How are you accepting payments? Chekcout Session, Payment Element, something else?
And are you using Stripe Connect?

tacit harbor
#

Payment Intent

#

Yes I'm Using Stripe Connect

subtle basin
#

You set amount: 1000 and application_fee_amount: 250. Which means the user will pay $10, the connected account will get 7.50$, and the platform $2.5. Note that there will also be Stripe fees to pay.

tacit harbor
#

What? so the platform and stripe fee are different ?

#

who gots the platform fee? stripe or someone else?

subtle basin
#

Okay, let's take a step back.
Which type of Stripe connected account are you using? Standard, Express, or Custom?
Which type of Charge are you making? Direct Charges, Destination Charges, or Separate Charges & Transfers?

tacit harbor
#

Standard account with Direct Charges.

subtle basin
#

Got it. So when you make a Direct Charge, it's the connected account that will receive all the funds and pay the Stripe fee that you can see on our pricing page: http://stripe.com/pricing
And if you want, you can set application_fee_amount so that some of the funds go back to the platform account.

tacit harbor
#

Okay, That's extremely helpful. Thanks soma