开发者

Google Checkout - Redirect Page parameter in XML API?

The PayPal API has what's commonly referred to as a "Thank You page" -- basically a redirect page, after the user's gone through the Google Checkout process. What is the equivalent parameter to pass this value to via Google Checkout's XML API?

(I notice that their integration flow ends after redirecting the user to the Google checkout page. Is such not possible?)

-- Update

It looks like adding the following to the initial XML send puts a small link "Return to [Merchant Name]" on the final order page - is there a way to change [Merchant Name], and or, having the page redirect (rather than just link) back to the a custom thank you page?

  <checkout-flow-support>
    <merchant-checkout-flow-support>
      开发者_如何转开发<continue-shopping-url>
      http://redirecturl.example.com
  </continue-shopping-url>
    </merchant-checkout-flow-support>
  </checkout-flow-support>  


It looks like adding the following to the initial XML send puts a small link "Return to [Merchant Name]" on the final order page - is there a way to change [Merchant Name], and or, having the page redirect (rather than just link) back to the a custom thank you page?

  <checkout-flow-support>
    <merchant-checkout-flow-support>
      <continue-shopping-url>
      http://redirecturl.example.com
  </continue-shopping-url>
    </merchant-checkout-flow-support>
  </checkout-flow-support>  


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

You can provide a link that the user has to click in order 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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜