如何使用 Google Checkout 对卡详细信息进行授权并稍后捕获金额?
我现在正在尝试使用沙箱集成 Google check out。我使用 Google 按钮实施了标准 Google 结账流程。我必须更改付款流程。“我们是否有授权流程并在 Google 结账中捕获金额?
”我已在两个 PayPal 中完成此操作和a.net支付网关。我阅读了 Google checkout 中的文档,这让我不清楚。请给一些示例代码? 例如,请参考此 PayPal https://cms.paypal。 com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/e_howto_html_authcapture
I am trying to integrate Google check out using sandbox as for now. I implemented standard Google checkout process using Google button.I have to change the payment flow.'Do we have the flow like authorization and capture the amount in Google checkout ?
' I have done it in both pay pal and a.net payment gateway. I read the documentation in Google checkout which makes me not clear. Kindly give some sample code?
For example, refer this for pay pal
https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/e_howto_html_authcapture
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google Checkout 信用卡授权和捕获:
http://code.google.com/apis /checkout/developer/Google_Checkout_Basic_HTML_Credit_Card_Authorization.html
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Processing.html #credit_card_authorization
Google Checkout 订单状态:
http://code.google.com/apis/checkout/developer/Google_Checkout_Basic_HTML_Order_States.html
Google Checkout Credit Card Authorization and Capture:
http://code.google.com/apis/checkout/developer/Google_Checkout_Basic_HTML_Credit_Card_Authorization.html
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Processing.html#credit_card_authorization
Google Checkout Order States:
http://code.google.com/apis/checkout/developer/Google_Checkout_Basic_HTML_Order_States.html