My game receive purchases with 2 types of Order Ids:
1) GPA.1111-2222-3333-44444
2) 1234567890123456789.1234567890123456

I'm able to validate first type purchases (GPA.11...) with Google Play 
Developer API.
But I can not validate any of the purchases with long numbered Order Ids:

GET 
https://www.googleapis.com/androidpublisher/v2/applications/packageName/purchases/products/productId/tokens/token

{"error": {
  "errors": [
   {
    "domain": "global",
    "reason": "invalid",
    "message": "Invalid Value"
   }
  ],
  "code": 400,
  "message": "Invalid Value"}}

How to validate purchases with this old style Order Ids?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8793057b-5971-4c19-867e-8eb10b2fe0b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to