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!
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.
- Google Checkout API Blog
- One way will be using the Google Checkout API Order Report
精彩评论