#Dade Lu-connect-platform-fees
1 messages · Page 1 of 1 (latest)
Hi 👋 sincere apologies for the delay, so if you're working with Express accounts does that mean you're using destination charges?
hi
no only stripe-acount is set into our api calls
but i have expected that there are some settings IN Stripe dashboard for the fees setups
for the express accounts
Ah, so you're using direct charges then. Application fees can't be set at account levels, instead they are specified when you're creating the charge:
https://stripe.com/docs/connect/direct-charges#collecting-fees
so the only way to create fees for this type of setup is only via the API - either with application_fee_amount or the application_fee_percentage to each of the payment_intents?
no UI configurations during creating conncted accounts creation?
That's correct