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
37
votes
4 answers

In-App Billing v3 - Don't detect refund

I've followed the training about "In-App Billing v3" of Google. I get to do a buy of a item but I've a problem. https://developer.android.com/training/in-app-billing/index.html I've canceled and refunded the buy but the app detect the buy as true. I…
JMPergar
  • 1,906
  • 1
  • 19
  • 21
32
votes
3 answers

How do we verify Android in-app billing receipt on the server side?

I am implementing in-app billing into an Android game and we want to use a server to store the purchase information. According to what I understood so far, Android Market will return a callback to the app in the form of Broadcast receiver about the…
Gopinath
  • 12,981
  • 6
  • 36
  • 50
16
votes
4 answers

How to integrate a "donate" button into a website in India?

We are developing a website for a charity trust in India. For this we need to add a "donate" button to the website for anyone who wants to donate to the charity through a payment gateway. However, both Paypal and Google Wallet / Google Checkout…
Karthik
  • 747
  • 4
  • 21
  • 48
12
votes
3 answers

C# and Google Checkout - getting the reply back from the server?

Are there any tutorials out there on how to get the responses back from a Google Checkout transaction when using C# and the GCheckout API. All of the examples I could find were for previous versions of the API and not the current one (2.5). More…
Unknown Coder
  • 6,625
  • 20
  • 79
  • 129
11
votes
6 answers

Payment API for Grails

Are there any payment APIs for Grails? I'm looking for something that will abstract receiving of payments for my website. Primarily, I'm looking to hit Paypal and Google Checkout - as far as I know these are the most used online payment services. …
Armand
  • 23,463
  • 20
  • 90
  • 119
9
votes
1 answer

Google Checkout - XML API associate callback serial number with original order

Via the XML API, how do you associate an Google Checkout callback serial number with the original order? On the same line - What does the serial number in the "Option B - Submit a Server-to-Server Checkout API Request" section of the XML API doc…
ina
  • 19,167
  • 39
  • 122
  • 201
8
votes
1 answer

Android Market masked e-mail lifetime

When people buy apps on Android Market, Google does not, by default, disclose their e-mail addresses to the seller; instead, the seller gets a masked address along the lines of LASTNAME-btv3b3e5dml@checkout.google.com, which forwards mail to the…
Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281
8
votes
1 answer

Can I obtain Google Checkout Order Id for a purchased Android app from the app itself?

We would like to allow our users to activate a service on one of our servers with each app purchased from the Android Market, verifying that the user has really purchased the app. For this purpose we are evaluating to use Google Checkout's…
8
votes
2 answers

How to detect canceled or refunded order for Google in-app billing?

I have red a lot of posts and Google documents, but am still not clear how to tell an in-app purchase has been refunded. I have red carefully In-App Billing v3 - Don't detect refund and Does Google Play In-App Billing Version 3 support refunds?. I…
Hong
  • 17,643
  • 21
  • 81
  • 142
7
votes
2 answers

Which payment provider should I use for recurring payments/subscriptions as a European business?

We're building a web app that customers can pay a monthly rate for. Here are the requirements: We want to charge customers monthly fees to access the service We have several different plans Each plan comes with a month free…
Rahul
  • 12,181
  • 5
  • 43
  • 64
7
votes
1 answer

Google Checkout in ASP.Net MVC

I have a fairly simple ASP.Net site that uses google checkout (I have an imagebutton with the PostBackUrl set to the Google address passing values of hidden fields) which works fine. I've been moving this app to MVC and I'm not sure how to handle…
Mikejh99
  • 378
  • 5
  • 12
7
votes
2 answers

Experience with billing systems

It would be very useful to have feedback on the various API and services that let you bill the customers, so it's possible to compare : Security; Quality of API; Commercial reliability; Number of languages that can use it; General usage of…
Bite code
  • 578,959
  • 113
  • 301
  • 329
7
votes
5 answers

How to give (already purchased) Android app to customer as a gift?

Yes, SO, I know, it's not a "programmer's" question:) But customers sometimes help us (devs) with our code, so we (devs) shold be grateful. I think answer to my question will be useful for all fellow android devs. User has purchased my app. Refund…
Tertium
  • 6,049
  • 3
  • 30
  • 51
7
votes
2 answers

Does Android supports In-App payment mode through PayPal?

Possible Duplicate: How integrate Paypal in android Application? does android supports In-App payment through PayPal or we need to go with Google Checkout. Can anyone please help me with this.....
code_finder
  • 1,370
  • 2
  • 21
  • 39
6
votes
1 answer

How can I correlate the response from Google Checkout to the correct order in the database?

When I get the notifications from google at the callback URL I am unable to correlate the messages to the correct order in the database. Can I pass some identifier that would be sent back to me as a part of the callback notification? How is this…
Ankur Chauhan
  • 1,393
  • 2
  • 17
  • 37
1
2 3
24 25