#Mike C
1 messages · Page 1 of 1 (latest)
Hi! What document are you looking at? Is it for one time payments?
This, https://stripe.com/docs/api/payment_intents/create#create_payment_intent-application_fee_amount can only be amount and percentage based.
The amount of the application fee collected will be capped at the total payment amount
what if I would like to set a limit on the application fee that is less than the total payment amount, say $5?
then you would put $5 on the application amount
I want the charge to be a % amount that is <=$5
I do not want it to be always exactly $5
That is not possible I'm afraid.
OK, so it has to be either a set $ amount, or a % based amount that is capped at the total payment amount
yes!
thank you