如何通过 API 发送信息 Google Checkout?
有人集成了 Google Checkout 吗? 我已经尝试过 Google Checkout 帮助中提供的示例,它工作正常,但我想通过 API 从我的网站发送信用卡信息和其他信息,如地址、姓名等。 我没有找到任何方法来做到这一点。
Has any one integrated Google Checkout? I have already tried with example provided on Google Checkout help and it working fine but I want to send credit card information and other informations like address, name, etc from my web site through an API. I am not finding any way to do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下是有关 Google Checkout SDK 的一些信息。
http://code.google.com/apis/checkout/index.html
Here is some information on the Google Checkout SDK.
http://code.google.com/apis/checkout/index.html
Google Checkout 允许您发送姓名和地址,但不能发送信用卡信息。
这样客户的账单信息就得到了保护。
要在您的网站上收集信用卡号并将其发送到支付处理商,您需要获得商家帐户或仅使用 Paypal Pro(我认为是 30 美元/月)。
Google Checkout lets you send name and address but not the credit card information.
This way customer billing information is protected.
To collect credit card numbers on your website and send them to a payment processor, you need to get a merchant account or just use Paypal Pro (I think its $30/month).