同步 Google 结账 AJAX

发布于 2024-12-09 17:30:23 字数 122 浏览 1 评论 0原文

有没有一种方法可以让我在处理订单时收到返回到我的网站的 ajax 请求,而不必刷新页面?我知道他们有回调网址或请求网址。但我正在尝试制作一个模块注册插件,在其中我可以让用户离开模块并付款,然后将他们支付的响应发送回模块。这可能吗?

Is there a way to make it so when the order is processed I get a ajax request back to my site and don't have to refresh the page? I know they have a call back url or a request url. But I'm trying to make a module registration plug-in in which I can have the user go away from the module and pay and then get sent back to the module with the response they paid. Is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

总以为 2024-12-16 17:30:23

使用通知 API 处理订单后,您可以收到服务器回调:

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

关于您要实施的重定向,请记住,在线购买不是同步。下订单后会进行安全和信用检查,只有在这些检查通过后订单才会被接受。

You can get a callback to your server after the order is processed using the Notification API:

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

Regarding the redirect you want to implement, please keep in mind that an online purchase is not synchronous. There are security and credit checks that take place after the order is placed, and the order is accepted only after those checks pass.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文