Android 和 Google Checkout,正在向我的服务器接收付款通知
当用户通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现最好的方法是使用 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.