#aezy_aezaz-connect-fee
1 messages · Page 1 of 1 (latest)
e.g. in a stripe connect. user:a sends $50 to user:B. platform changes 1% fee. which is $0.5. but stripe fee is 2.9%+30C. which will be deducted from $0.5. how does stripe handles such cases?
We don't, the platform would essentially see a net negative outcome. See:
You should ensure that your application_fee_amount is sufficient to cover the fees if that's your business requirement
you mean to say. Application fee must always be greater then the stripe fee or else platform will show a negative net total
Yep, exactly