#Mikail

1 messages · Page 1 of 1 (latest)

misty willowBOT
neat shuttle
#

Unfortunately not, you will need to calculate the total * percent yourself and set that as the fee amount

ocean vessel
#

if the payment the connected account is recieving is 0.1 EUR and I want to keep 5% of that transaction the resulting amount is 0.0005 EUR and the number I send there as application_fee_amount 0.5 which is not an integer. What to do in that case?

neat shuttle
#

You might want to consider aggregating charges like that, as far as I know .1 EUR is lower than our minimum chargeable amount for EUR and the Stripe fee may exceed that mount.

#

But going with the root question, if your fee will be less than an integer amount and you still want to collect it, you would either want to round up to a whole cent (and maybe give a partial cent credit to the account so you don't charge it again) or would record in your DB that they owe you that fraction of a cent and wait until their owed fees exceed that to charge you

#

Are you going to be making charges that are that small that often?

ocean vessel
#

I don't think so that small charges will be made that often

#

What is the minimum chargeable amount for EUR on stripe?