#Dan The Man ๐จ๐ฆ
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I'm not sure offhand, but do you know what tax behavior you're currently using for your prices (inclusive vs exclusive)? Are you able to share an example of a Subscription where you saw this behavior?
I'm using exclusive tax behaviour (i've set up the tax rate myself instead of using Stripe Tax)
so the 1.34 is coming out of 26.75 which is the total amount for the invoice. The invoice was $25 + 7% tax
Gotcha, thank you for the details. Checking in to this and will get back to you. As far as I know there is not a setting for this but I am definitely double checking
ok thanks!
I am not seeing a setting for this. Surprisingly our docs say that application_fee_percent should come out of the subtotal but this makes it seem like that is just inaccurate https://stripe.com/docs/api/subscriptions/object#subscription_object-application_fee_percent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can you send me the ID for that invoice? (in_123)
sure thing
Want to look around in the logs for it a bit though I am not sure if that will change much. This may have to be a feature request if we don't have a setting and are using the total rather than the subtotal.
in_1Mu7mfEtgJ3XKvfLwcZlWZm5
In the meantime would it make sense as a workaround to adjust your application fee down based on the tax rate on the subscription?
Thank you for the ID, looking a bit more
Yep, unfortunately looks like that doc is just wrong now and we do generate application fees on the total. I will put in feedback that we should have some setting to allow us to do the total but in the meantime I think you may have to recalculate your application fee percent