Google Checkout - XML API 中的重定向页面参数?
PayPal API 有一个通常被称为“感谢页面”的内容——基本上是一个重定向页面,在用户完成 Google Checkout 流程之后。通过 Google Checkout 的 XML API 传递此值的等效参数是什么?
(我注意到,他们的集成流程在将用户重定向到 Google checkout 后结束页面。这不可能吗?)
--更新
看起来像将以下内容添加到初始 XML 发送中会放置一个小链接“返回[商家名称]” - 有没有办法更改[商家名称],或者将页面重定向(而不仅仅是链接)回自定义感谢你的页面?
<checkout-flow-support>
<merchant-checkout-flow-support>
<continue-shopping-url>
http://redirecturl.example.com
</continue-shopping-url>
</merchant-checkout-flow-support>
</checkout-flow-support>
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>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来将以下内容添加到初始 XML 发送中会在上放置一个小链接“返回到 [Merchant Name]”最终订单页面 - 有没有办法更改[商家名称],或者将页面重定向(而不仅仅是链接)回自定义感谢页面?
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?
Google Checkout 交易完成后,买家不会自动重定向。
您可以提供一个链接,用户必须点击该链接才能在完成订单后返回您的网站。
请参阅 continue_url 参数:
http://code.google。 com/apis/checkout/developer/Google_Checkout_HTML_API_Parameter_Reference.html#tag_continue-shopping-url
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