I have a transaction test in-app purchase google success in my device. how to verify it on my serer back-end? or have a url to verify?. thank
Asked
Active
Viewed 85 times
1 Answers
1
It's depends on your server that which back end server you are using.Because there is lib and packages which help you to verify your google payment depending your server.
For example:
If your back end server is Nodejs
and you want to verify android
in app then there is a module named iab_verifier
and for ios
purchase verification iap_verifier
named module is available. So it's depends on your back end server.
You can find more detail about it from Google play developer API here
You can also get detailed answer from here

Mahesh
- 42
- 2
-
sorry. my server use Java – Viết Ưng Oct 02 '18 at 05:12
-
okay, then this link may help you [link](https://medium.com/@infinitesimal_/doing-android-purchase-validation-api-v3-in-java-5c46fc837368) – Mahesh Oct 02 '18 at 06:05
-
Mahesh Bhilavala .Thank you. – Viết Ưng Oct 02 '18 at 07:40