Google Checkout, OpenId, and downloadable products
Posted
by craigmoliver
on Stack Overflow
See other posts from Stack Overflow
or by craigmoliver
Published on 2010-05-10T00:15:55Z
Indexed on
2010/05/10
0:18 UTC
Read the original article
Hit count: 376
I going to use Google Checkout to process orders to purchase downloadable content. When the order process is completed via Google Checkout I'd like for the user to be able come back to my site, authenticate using their Google credentials (OpenID?) that they purchased the item with linked back end, and download the goods. The site is written using C# and ASP.NET MVC.
Is this possible or how should I rethink this? Are there open-source libraries to get me started?
© Stack Overflow or respective owner