Hi there,

Recently we want to cancel a bunch of in-app purchase subscriptions so that 
these subscriptions will not be renewed anymore. 

As a result, we follow the instruction 
at 
https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/revoke#request.
 

We form a get API call, syntax is like 
https://www.googleapis.com/androidpublisher/v2/applications/packageName/purchases/subscriptions/subscriptionId/tokens/token?access_token=refresh_token
 
and yes it can return the order basic detail.

The we form a revoke API call, syntax is like
https://www.googleapis.com/androidpublisher/v2/applications/packageName/purchases/subscriptions/subscriptionId/tokens/token:revoke?access_token=refresh_token
 
then error message "invalid value" has returned.

Anyone knows how to deal with the revoke API call? Many thanks for any 
hints.

Thanks,
Ryan


-- 
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/edf63fe2-7a12-4b63-aa2d-e9552ee82ad3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to