|
|
Question : Google Checkout - Can I automatically return to my site after checkout completes.
|
|
Hi,
I'm using a google checkout button to perform the checkout of my shopping cart. I would like to write information to my database on completion of the Google Checkout process. However at present I can only find a way to return to my site via a link on the Google checkout pages by using the continue-shopping-url and edit-cart-url parameters. This is not ideal because it relies on the userclicking the link. What I would like is to be able to specify some url that Google will redirect to on completion so that I can write to the database. Is this possible?
|
Answer : Google Checkout - Can I automatically return to my site after checkout completes.
|
|
We achieved what we wanted to do with the use of a callback method in conjunction with notifications from Google. This allows us to process actions after the transaction is processed.
|
|
|
|