Stripe.js - Subscription application fee

So we are only charging a .3% application fee but the stripe by default is in cents. So if we put 03 into the Application Fee field, it charges 3% instead of the wanted .3%. I even tried adding another 0 into it but that didnt work either.

Is there a workaround for this? Has anyone else experienced this?

I haven’t used this plugin, but did you try 0.3?

Hi @corey.dorsa,

If you take a look at the Stripe documentation, it states the Application Fee is an amount in cents. In your case, you’d likely first calculate what 0.3% amounts to in cents in order to satisfy the Application Fee. :+1:

1 Like