Search code examples
google-app-enginegoogle-checkout

Fetch Google Checkout order id in App Engine


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!


Solution

  • 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.