Android 和 Google Checkout,正在向我的服务器接收付款通知

发布于 2024-09-28 21:56:57 字数 165 浏览 4 评论 0原文

当用户通过 Google checkout 处理付款时,我需要在我的服务器上创建一个帐户。我将使用 php 脚本来处理付款通知。有人这样做过吗?是否已经有一些示例 PHP 脚本?我读到了一些有关通知历史记录 API 和轮询 API 的内容 - 两者对我来说似乎相同......

什么是最好的解决方案?

I need to create an account on my server for a user when they process a payment through Google checkout. I will be using a php script to process the payment notification. Has anyone done this? Are there some sample PHP scripts already out there? I read something about the notification history API and the Polling API - the both seem the same to me...

What is the best solution?

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

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

发布评论

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

评论(1

清泪尽 2024-10-05 21:56:57

我发现最好的方法是使用 History API,尽管更新帐户至少需要 5 分钟,因为我的服务器需要不断轮询服务器。

I found that the best way is to use the History API, although it will take at least 5 minutes for the account to be updated as my server will need to continually poll the server.

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