#DJ-charge-app-fee
1 messages · Page 1 of 1 (latest)
Thank you.
Hmm, it doesn't error
I guess it just takes the additional application fee from your platform balance
interesting. Is there any documentation backing this ?
Not that I'm aware of, but I just tested it and it's easy enough for you to test
Although this suggests otherwise:
The amount collected as an application fee is capped at the total transaction amount.
https://stripe.com/docs/connect/destination-charges#application-fee
Let me confirm
Yeah I saw that too.
Checking with a colleague
The example I'm thinking of is a Charge for $0.01 and the application fee is $0.25
According to the above quote, that means the application_fee_amount is capped at 0.01?
The example I'm thinking of is a Charge for $0.01
Well that's not possible as the minimum transaction amount is $0.50
So we don't error, but the application fee is basically capped at the transaction total amount
In my example I specified amount: 100, and application_fee_amount: 150
The application fee was actually capped at $1.00 (100) which is the max of the PI value
Got it.