views:

57

answers:

2

Hi,

Is there any way we can integrate Google Checkout in Android?

I am able to post the order request and in response I get the checkout redirect url where the user is redirected. But then how to proceed with it. How will the android application come to know when the payment is done.

The redirect url is called in Webview and then there is no connection between the mobile app and google checkout. How can the mobile application get the response from Google checkout?

Regards

Sunil

A: 

Hi Sunil, I have some problems with order request. Could you provide request example? What kind of url do you use to post http request? Thanks, Michael

Michael
A: 

Looks like you have to setup a server than can handle notifications and check for the charged/charging flag. IN your mobile app, probably you can poll for the status change to your server.

Chandra Mohan