I am trying to implement Google Checkout in my website. I have the PHP code sample named "checkout-php-1.3.2" from http://code.google.com/p/google-checkout-php-sample-code/.
I have followed the instructions and am able to send contents to Google Cart successfully. The problem is i do not know how to update my website's database after the payment has been made. I looked a little in the demo code and there is a page responsehandlerdemo.php and there i can see a lot of notification cases namely
merchant-calculation-callback new-order-notification order-state-change-notification charge-amount-notification
If anybody can provide any help regarding which callback to use and how to parse the xml. It will be very helpful.
Regards, Sourav Mukherjee