The alternative method of posting Checkout API requests
contains the following steps:
- The Merchant web page displays a Google Checkout button.
The button is contained in a form that submits to the
merchant's server.
- When the customer clicks the Google Checkout button, the
merchant's server generates the
<checkout-shopping-cart> XML and posts the shopping
cart directly to the Google Checkout server.
- The Google Checkout server responds to the merchant's
request with a <checkout-redirect> XML response, which
contains a <redirect-url>.
- The Merchant returns an HTTP 302 redirect to the
customer's browser.
- The customer's browser follows the redirect, bringing
the customer to the Google Checkout order page.
Click on the Checkout button to post a cart using this
Alternative Method.
|