0
votes

Currently i have integrated Google checkout with my website in sandbox Environment. When i am checking in integration console in my account, it shows following error

"We encountered an error processing your notification acknowledgment. The error we got is: Error parsing notification acknowledgment."

How to send acknowledge back to Google checkout?

Can anybody knows about this?

1

1 Answers

0
votes

The error in the Integration Console sugges that your server is not correctly acknowledging the notification:

http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Notification_API.html#responding_to_notifications

Some things to try:

  1. Verify that you are correctly parsing the notification and correctly sending back the acknowledgement.

  2. Verify that the XML response is correctly formated. Unlike HTML, XML parsers are picky about whitespaces, lower vs upper-case, proper syntax in general.

Also look at the notifications troubleshooting suggestions here:

http://code.google.com/apis/checkout/articles/Troubleshoot_Integration_Console_Errors.html