2

Set Success page redirection in google checkout ? i have already set callback URL to update the order status but how to redirect success page to my website after theu user paid by google checkout.

balaphp
  • 1,306
  • 5
  • 20
  • 40

1 Answers1

2

There is no automatic re-direct for the buyer after the Google Checkout transaction finishes.

However, you can provide a link that the user can click and get back to your site after completing the order. See the continue_url paramenter:

http://code.google.com/apis/checkout/developer/Google_Checkout_HTML_API_Parameter_Reference.html#tag_continue-shopping-url

Mihai Ionescu
  • 2,108
  • 1
  • 12
  • 15