According to this page: https://developers.facebook.com/docs/credits/reports/, developers using Facebook Credits are supposed to charge VAT. As a developer in the EU, it seems I am supposed to charge VAT to european users using credits on my app, and I am therefore legally obliged to send them a VAT invoice.
There are many problems:
- Facebook doesn't provide any easy way to know how much VAT has been collected (that would help VAT reporting), they only mention an API to know which country is the user from, which you have to call for every single transaction.
- We don't even have access to their email addresses to send them a proper VAT invoice (unless we require additional permissions).
As far as I know, other "app stores" out there, such as iTunes or Windows Phone Marketplace take care of VAT transparently, and the developer doesn't have to worry about anything.
How do other developers on Facebook comply with that? Do you have a system that automatically check all the transactions, and see if VAT has to be charged or not? Do you sent VAT invoices? That seems like a massive amount of overhead, you would think Facebook would take care of that. Why do we pay them 30%?