#golan.shay
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
In application_fees you set just your own fees without Stripe Fees. 16p in your case
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-application_fee_amount
It depends on what charges type are you using, but you can check these guides which illustrate the flow of funds:
https://stripe.com/docs/connect/direct-charges#flow-of-funds-with-fees
https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
Cheers