Questions tagged [google-checkout]

Online payment processing service provided by Google

Google Checkout is an online payment processing service offered to people who have a Google Account.

Users store their credit or debit card and shipping information with Google Checkout to help facilitate purchasing at participating online stores with a click of a button.

Other online payment methods include:


Retirement in November 2013

Google has announced this API's retirement in November 2013. For more details, and information on alternative options (e.g. Wallet API for Online Commerce (also known as Wallet Instant Buy) and Wallet API for Digital), refer to the official announcement.

Additional information can also be found in Merchant Help.


369 questions
2
votes
2 answers

Online Credit Card Payment Processing

Most of my clients require donation and shopping cart integration into their websites. I have always used PayPal to run the transactions, but PayPal is a nightmare to work with. I'm looking for an alternative company to handle the credit card…
swt83
  • 2,001
  • 4
  • 25
  • 33
2
votes
1 answer

Update subscription payment via Paypal or Google Wallet

I currently allow subscriptions via Paypal and Google Wallet. I'm looking for additional functionality that will allow me to modify the amount of (or add to) subscription payment per user's usage. For example: if user subscribed to $5 a month…
dev.e.loper
  • 35,446
  • 76
  • 161
  • 247
2
votes
1 answer

Python and Google Checkout

I am trying to use a python script to login and grab the html from my Google Checkout account. It seems to login but returns a strange page: Which doesn't have any of the order info which I am trying to parse. I know Google Checkout has an API but…
Nick
  • 9,285
  • 33
  • 104
  • 147
2
votes
2 answers

API callback URL doesn't work for Android in app purchases through Google checkout

I want Google checkout to call my servlet when ever I receive a order I entered my servlet url into the API callback URL field and selected Notification as XML (the url was https) and when some in ap purchases were made I received no call Has anyone…
user1177292
  • 273
  • 6
  • 18
1
vote
0 answers

onPurchaseStateChange never called

Once I buy an item in a signed app on the Market, the fee is being charged, but after the message Your item will appear shortly nothing happens. This means, I have a class with method: public class CheckoutPurchaseObserver extends PurchaseObserver…
Diego
  • 4,011
  • 10
  • 50
  • 76
1
vote
2 answers

Payflow Gateway to Pay Customers

I'm setting up a marketplace app where people can buy and sell goods while my application takes a commission. I'm ok using PayPal or Google Checkout/Wallet to accept payments from customers but I don't get how to pay the sellers their money. Is…
Greg
  • 8,574
  • 21
  • 67
  • 109
1
vote
1 answer

How to integrate with mysql in google checkout?

I am working on Google checkout to sell my product online. i want order information to be stored in mysql database on my server only after payment verification of customer.when customer click on order now button on Google checkout synchronously that…
Sunny
  • 14,522
  • 15
  • 84
  • 129
1
vote
1 answer

In-app developer payload in Google Checkout notifications

PREAMBLE: this question is wildly obsolete. There's no more Checkout API. When you do in-app purchases, there's a field called "Developer Payload". The idea is that you associate it with an order and Google will pass it around, giving it back to you…
Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281
1
vote
1 answer

Google Checkout - no notifications other than 'new-order-notification' coming

I've just set up Google Checkout PHP Sample code (1.3.1) with no changes except my merchant_id and key of course. I'm testing it in sandbox. Purchasing demo in works fine but there is problem with response handling. The only notifications I'm…
davis
  • 1,137
  • 1
  • 10
  • 28
1
vote
2 answers

How to send information Google Checkout through an 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…
Varinder
1
vote
0 answers

Google checkout with magento - no impact on admin

I have set up a magento project successfully equipped with paypal and google checkout. From sandbox and live credential, I entered all the info like Merchant Key and ID into magento admin. I tried all possible configuration. Secure Callback URL: yes…
Raman
  • 97
  • 1
  • 11
1
vote
1 answer

reply to a server-to-server request?

i am trying to setup google checkout on my site, now at one point, google sends me a serial number, to which i am supposed to reply after posting the 'OK' header, ( some details here…
TarunG
  • 602
  • 5
  • 21
1
vote
1 answer

Google Checkout HTML API for Hidden description field? or important information

I run a gold intangible electric goods which I am selling business. Recently I came across some difficulties with PayPal where customers started doing chargebacks, I have now switched over to Google Checkout and now am making the website more secure…
SSpoke
  • 5,656
  • 10
  • 72
  • 124
1
vote
1 answer

How do I pass W3 validation for Google checkout url?

When I do validate the page in W3 validation, I got few errors with below code,
mymotherland
  • 7,968
  • 14
  • 65
  • 122
1
vote
1 answer

PHP Google Checkout Notifications - code sample for sending notification request?

I've integrated Google Checkout with a site, got it working / pretending to charge people fine and also processing the order notifications fine. However, when I make a request back to Google to get the details of the notification, I receive a 400…
totallyNotLizards
  • 8,489
  • 9
  • 51
  • 85