如何在Google结帐中设置回调URL?
如何在Google结帐中设置回调URL?
以及付款后如何收到 GoogleCheckout 的通知?
How to set callback URL in Google checkout ?
and How can I get notification from GoogleCheckout after payment ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来自 Google Checkout 支持:
From Google Checkout Support:
以下是在服务器上指定回调网址的方法:
http:// /checkout.google.com/support/sell/bin/answer.py?answer=134463
之后,您可以从 Google Checkout 收到有关订单状态的各种通知:
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Processing.html
以下是 PHP Google Checkout 库的链接,演示了如何在服务器上处理订单通知:
http://code.google.com/p/google-checkout-php-示例代码/
Here is how to specify the callback URL on your server:
http://checkout.google.com/support/sell/bin/answer.py?answer=134463
After that you can receive various notifications from Google Checkout about the status of your order:
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Processing.html
Here is a link to a PHP Google Checkout library that demonstrates how to process order notifications on your server:
http://code.google.com/p/google-checkout-php-sample-code/