#Vardi
1 messages · Page 1 of 1 (latest)
Hi 👋
In Destination charges the Stripe fee is always collected from the Platform. See the funds flow diagram here: https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
If you wanted to make this something the Connected Account pays for you will need to calculate the Stripe fee amount and subtract it from the amount you transfer to the Connected Account
According to this stripe fee will paid twice?
Where do you get that?
Are you using application_fee_amount or transfer_data to collect funds for the Platform?
application_fee_amount
So in that case you would calculate the Stripe fee amount before you create the Payment Intent and add that amount to the application_fee_amount
Since that is the amount the Stripe Fee is subtracted from
Got it, thank you!