views:

106

answers:

1

I need to implement google checkout using asp.net c#, I was able to get items in my shopping cart populated in google checkout, but was unable to proceed with shipping charges and VAT and what to do after that, i.e., track orders and redirecting to my site so I could add customer's orders. kindly provide me with complete implementation sample if possible i will be very grateful to you.
Thank you

+2  A: 

Google provides sample code, which should effectively provide an integration sample:

.Net Sample Code

and

Google Checkout XML API Developer's Guide

Nick Geiger