Google Play show different price

Hi All,

I have uploaded my game to Google Play store. I have set the price £0.99 for in-app non-consumable product.
I have tested the purchase, working well, but they took off £1.19, after that I have seen on the app’s page the same price.

Do anybody knows what I missed?

Thanks

6660673--761776--AndroidInAppPriceHigher.png

VAT?

1 Like

It’s about 20%, probably VAT. Great.
I have to add VAT manually to price?

Google charge the EU customer:

Sometimes US customer as well, but they shouldn’t:
https://support.google.com/googleplay/thread/7949500?hl=en
So I think the best for me, if I put it in the app: +VAT depends where you live or something like that

Seems to me that Google is already handling the VAT for you and properly charging the customer? I don’t believe you as the developer need to do anything.

If I get local prices - product.metadata.localizedPriceString - VAT not included. This is a bad user experience.

So you display .99 but Google charges a higher amount, understood. You are the only customer reporting this behavior, but it may be the case. Seems they need to be the same https://support.google.com/googleplay/android-developer/answer/138000?hl=en and https://support.unity.com/hc/en-us/articles/115000108443-Why-are-my-users-being-charged-VAT-for-in-app-purchases-on-Google-Play- and https://support.google.com/googleplay/answer/2850368?hl=en

1 Like

Thanks