Google Checkout Return Page Path

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 years ago
Hi There,

I got the google checkout working. But, after order has successfully been processed, what link do I need to specify for the customer to come back to my website and reset the shopping cart? Please let me know. You guyz are doing a great job with this project. I salute you. Thanks in advance.

Regards,

guddu
15 years ago
It should be https://www.yourStore.com/GooglePostHandler.aspx
15 years ago
Thanks a lot. I've got a couple of more questions. How do I digitally sign my shopping cart, or is it alreay digitally signed? Does the callback url have to be secure even in the Sandbox environment? Thanks.
15 years ago
What do you mean by "digitally sign"? SSL?

If you're currently developing in the sandbox environment but aren't seeing callbacks to your HTTPS callback URL, you can use HTTP in the callback URL until you begin integrating into production.
15 years ago
Thanks. When I go to Google Checkout settings, in Integration it ask: "My company will only post digitally signed carts.". That was what I was asking about the digitally signed cart. Also, I am missing something here. Even though in the google checkout setting, I have entered the right callback url, which is http://www.mywebsite.com//GooglePostHandler.aspx, when I checkout as a buyer, it takes me to the receipt page and shows the link to the home page of my website. Shopping cart doesn't clear. Please help. Thanks.
15 years ago
This is the error I am seeing in the google Integration Console:

Error:   We encountered an error trying to access your server at http://www.mysite.com/GooglePostHandler.aspx -- the error we got is java.net.MalformedURLException: no protocol: /GooglePostHandler.aspx?AspxAutoDetectCookieSupport=1
15 years ago
I have tested and experience the same problem.

Currently cookieless sessions are autodetected. Google checkout notifier does not support cookies or redirects. Problem is, with cookies are disabled, a 302 redirect will be performed to yourpage.aspx?AspxAutoDetect...

Looks like we need to disable auto detection for this page. Requires further investigation.

Cheers,
Ben
15 years ago
Thanks Ben. Please let me know as soon as you find out. We are ready to go live as soon as we figure this part out.

Cheers,
guddu
15 years ago
Hi There,

Any luck with google callback url redirect?

Thanks,
guddu
15 years ago
Hi,

Should get chance to look into this either one evening this week or at the weekend.

Cheers,
Ben
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.