-3

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

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115

1 Answers1

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