Fetch Google Checkout order id in App Engine

425 Views Asked by At

I have Jave App Engine app.

I would like to fetch to see if an order number exists in google checkout from it. Is this possible?

All I need to do is just check if an order number exists in my account. It would also be nice to fetch basic info as well, but not essential.

Thanks!

1

There are 1 best solutions below

2
On BEST ANSWER

Yes, it is possible.

Hi, if you are using the Java App Engine, you should take a look Google Checkout API for Java. Whatever supported by the API should be available from Java as well.