处理 Google Checkout 的退货
我需要捕获服务器端用户付款的通知。我已经阅读了大部分文档,但没有成功,但我会再次阅读。有没有办法在完成订单后启用“返回站点”?
I need to capture server side a notification of a users payment. I've gone through a good majority of the documentation with no luck, but will go through it again. Is there a way to enable a "return to site" after they complete the order?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我搜索了
google checkout return url
并得到了 http://www.phpexpertsforum.com/return-url-in-google-checkout-after- payment-t561.htmlveerlapallavi 写道...
有帮助。
看起来您可以配置 gcheckout 来向您发送 XML 通知,但我不知道如何将其与除匹配字段或其他内容之外的特定订单 ID 关联起来...
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Notification_API.html#new_order_notifications
I searched
google checkout return url
and got http://www.phpexpertsforum.com/return-url-in-google-checkout-after-payment-t561.htmlveerlapallavi wrote...
Hope that helps.
It looks like you can configure gcheckout to send you XML notifications, but I don't see how you can associate it with a particular order ID other than matching fields or something...
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Notification_API.html#new_order_notifications