I am trying to set up a web service to query Google Play purchases. We store the order information for user and this service would call Google Play API to query the subscription details.
Every time I try to query a purchase, it gives me the error:
{
error: {
errors: [
{
domain: "global",
reason: "invalid",
message: "Invalid Value"
}
],
code: 400,
message: "Invalid Value"
}
}