Hi,

I'm working on a rails CRM app that supports an Android app that sells 
recurring subscriptions.

In the CRM app, we want to have the option to cancel or refund accounts. 
We're using the Google API Ruby Client to handle these calls 
(https://github.com/google/google-api-ruby-client).

We have implemented the cancel subscription and revoke subscription methods 
via the API and they both work fine, but when we try to send a request to 
the refund subscription endpoint, it always returns a 500 server error. 
There is no helpful description that comes with this error. 

This is what is returned every time:

Caught error Server error
Error - #<Google::Apis::ServerError: Server error>

We can attempt retries when this fails, but it fails every time. We are 
sending over the same params that the other API methods require - package 
name, product id and purchase token. Is this a problem on Google's end? A 
problem with the API? Something else?

Thanks,
Ben

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
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/1add772b-241b-4f61-bf4f-6f5420283c1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to