#selcuk-Connect
1 messages · Page 1 of 1 (latest)
Hi there! You would need to calculate this yourself each time you take an application fee (assuming you are using Direct Charges -- which you should be -- with Standard Connect).
But yes, this is absolutely possible.
Thanks for the quick response 🙏 Yeah I'm using direct charges. Does that apply to subscriptions as well? Because I'm using subscriptions and trying to have a fixed amount of revenue for the connect account regardless of Stripe fees.
Ah with Subscriptions you can set an application_fee_percent
So either way you are going to need to calculate this on your end.
Yeah, that's what I'm doing at the moment but I want the application_fee_percent to include the Stripe fees. So do you suggest to dynamically calculate application_fee_percent by adjusting it to the Stripe fee?
Yep exactly.
There is no way to have it apply inclusively of the Stripe fee
So you will need to adjust the % based on including the fee in your calculation
Got it, thanks for your help, very much appreciated.