如何在google checkout中与mysql集成?

发布于 2025-01-05 21:01:25 字数 156 浏览 1 评论 0原文

我正在使用 Google checkout 在线销售我的产品。我希望只有在验证客户付款后,订单信息才会存储在我的服务器上的 mysql 数据库中。当客户点击 Google 结账上的“立即订购”按钮时,订单完整信息也会同步存储在数据库中。我正在解决这个问题,但没有任何出路。

I am working on Google checkout to sell my product online. i want order information to be stored in mysql database on my server only after payment verification of customer.when customer click on order now button on Google checkout synchronously that order complete information to be stored in database also. i m in fix to solve this but not getting any way of out..

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

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

发布评论

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

评论(1

痴情换悲伤 2025-01-12 21:01:25

请注意,当客户单击“立即购买”按钮时,订单并未完成。当客户在 Google Checkout 的“下订单”页面完成订单并且 Google 验证信用卡并扣款后,订单即告完成。

要获取订单处理详细信息,请使用 Google Checkout Notification API:

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

您将在各个订单处理阶段收到回调,以便您相应地更新数据库和库存。

Please note that the order is not complete when the customer clicks the Buy Now button. The order is complete after the customer finishes the order on Google Checkout's "Place Order" page and Google verifies and charges the credit card.

To get order processing details use the Google Checkout Notification API:

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

You'll get callbacks at various order processing stages which will allow you to update your database and inventory accordingly.

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