#Nikolaj Understrup
1 messages · Page 1 of 1 (latest)
Hi
Is this at all possible to do?
Nope AFAIK, but is this a tax ?
yes it's a 25% VAT tax
You can collect Stripe Tax when using Invoice following this:
https://stripe.com/docs/tax/invoicing?dashboard-or-api=api
Unfortunately that doesn't work for my usecase. That puts a tax on the invoice items, but not on the application_fee_amount.
Hi! I'm taking over this thread.
It's not possible to add tax specifically on the application_fee_amount
I see. Is it something that you can implement? It seems to me that the Connect marketplace system won't work in large parts of Europe without it.
You could compute the tax yourself and increase the application_fee_amount accordingly.
Yep, but when the seller looks at his application fees he won't have documentation for how much is VAT and how much is my fee. That's really the issue i have.
That's something you could include in the metadata maybe?
Well that's not gonna help with creating the right documents for the enduser. I think something that would be great, is if i can create something similar to Stripe's own tax invoice. I'll probably just try to make something similar for the seller.
Then yes that's something that you would need to build on your end.