Hi, receipt verification is an optional step in the purchase process. If you are receiving the OnPurchaseSucceeded callback on your device when making a purchase, that at least gives you a good indication that you have Google IAB configured correctly and are able to make purchases.
For verification, Google behaves a bit differently from some other IAP providers. Namely, the entire verification process occurs on your own server - you never call out to one of Google’s servers. This reduces complexities in one way (keeping it all on your server), but increases complexity elsewhere (you need to do some cryptography and byte manipulation).
Hi, thx for reply. I already solved my problem and read all links you gave and others by googling. So answer is, my way is right and pass [ purchase.OriginalJson] this parameter to php is also right code. and at php side, there are many code on the internet, your link too is one of them.