Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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%?

share|improve this question

1 Answer

up vote 0 down vote accepted

To answer your last question first: We pay 30% for access to their large user base.

As for the main issue: This is not a simple matter, because FB credits can be bought two ways: credit card and SMS message via cell phone. VAT is already billed for SMS messages and shown to the end-user when he receives a phone bill. So, for users who buy credits using mobile phones, it's clear. With credit cards it's a moot point. Also, sometimes Facebook gives credits away for free to get some users started on spending.

Since there is no way for us to determine how the user got the credits, we cannot reliably send VAT invoice. IANAL, but you invoice to Facebook for facebook credits spent in your app. You don't and shouldn't care how the user got the credits.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.