#Bruna Pinto
1 messages · Page 1 of 1 (latest)
Hi there!
When creating subscription with Connect, you cannnot set a fixed application fee. You can only set a percentage application_fee_percent https://stripe.com/docs/api/subscriptions/create#create_subscription-application_fee_percent
Can I use application_fee_amount instead of a percent?
not for subscriptions.
Is there other way to transfer this amount when a client use a 100% discount coupon?
You could maybe try account debit, if that option is available to you: https://stripe.com/docs/connect/account-debits
Otherwise keep track of how much each connected account owns you, and then take that into account for the next application_fee_percent.
ok, thank you!