I’m new to Google Checkout, I went throw the examples but still have some problems. I’m able to create the order throw HTML and XML, but I need to be able to know in my system that the order was paid. I try the notification callback an polling, but I’m not sure how can I link the Google order with my order in the system. I check the response XML but didn’t found any way how to post my ID and get it back. There is merchant-private-data, but I’m not getting the value back. Can anyone help me?
Share
When you get back the notification, you should be able to read the merchant-private-data.
See this answer which touches on a similar issue.