How to send Google Checkout information via API?

Is there one integrated Google Checkout? I have already tried with the example provided in the Google Checkout help and it works fine, but I want to send credit card information and other information like address, name, etc. From my website via API. I don't find any way to do this.

+1


a source to share


2 answers


Below is information about the Google Checkout SDK.



http://code.google.com/apis/checkout/index.html

+1


a source


Google Checkout allows you to submit name and address, but not credit card information.
Thus, the customer's 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 (its $ 30 / month, I think).

+1


a source







All Articles