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 th开发者_如何学Ce 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
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
精彩评论