0

I have a user subscription site in which user have purchase subscription plan at the time of registration and pay using google checkout but i don't know how to pay using google checkout so that when user pay using it I can get any payment status response and update the database and make the user active at that time please anybody can provide me the complete code then thanks for that

Dolly
  • 1,042
  • 4
  • 27
  • 47
Deepak Goyal
  • 1,186
  • 2
  • 13
  • 26

1 Answers1

0

Google Checkout has multiple client libraries and sample code to help you with integration. You can also chose an open source shopping cart.

See the link below for more information on available options:

https://developers.google.com/checkout/samplecode

Mihai Ionescu
  • 2,108
  • 1
  • 12
  • 15
  • Hello Mihai I allready checked this library but i want to get responce after payment has been don i have google checkout html form where after payment i need to update my mysql databse field but in these libraries i did not get any responce – Deepak Goyal Mar 29 '13 at 04:02