I'm new to Google checkout, I went throw the examples but still have some problems.
I'm able to create the order throw HTML and XML, but I need to be able to know in my system that the order was payed. I try the notification callback an polling, but I'm not sure how can I link the Google order with my order in the system. I check the re...
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 trial
Upgrading/downgrading should be straightforward
We want to support as many payment options as possible. Our...
There is a API for Checkout, but I have not seen any sites that consume for you the API and present a better set of charts and reports like iTuneConnect and AppFigures.com
Are there any good aggregators of the Checkout API?
...
I have a Google Checkout account and have been using it to sign up for classes. I currently just use a Buy Now button but would like to grab more information about the user than simply an email address and credit card information. Is there a way to integrate Google Checkout Buy Now Buttons with Google Doc Forms?
I'm trying to find a ...
I am new to Google Checkout and oscommerce please help me find the below:
Which column of database table order_products is connected with google checkout in oscommerce?
Google checkout displays the price details of every product, from where does this detail comes from?
...
I'm trying to send cart information to Google Checkout using the XML API. My products are sold by tons and partial tons, so sometimes the quantity is 1.5, for example. It appears the API only accepts integers for quantities: http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Tag_Reference.html#tag_quantity
Is there a...
I have a google checkout account. But its not accepting payments from abroad UK.
did google checkout can be used to accept payments abroad UK. If that is possible then where does I need to change the setting to accept payments from almost all countries.
I am using google checkout in rock quick cart component of joomla.
...
does anyone knows how to implement the google checkout plugin for virtue-mart. Because the plug-ins out there for virtue-mart google checkout are commercial. And I would like to have an answer on how to get one from the internet or how to code the plug-in for google
looking forward for your valuable response
...
Am I correct in assuming using a UIWebView is the only/best way to integrate Google Checkout into an iOS App?
A fully native solution would be the best fit as I only require the user to purchase a limited number of items that will never change.
Does any one know of existing Apps that have successfully integrated Google Checkout?
...
Sorry for the re-post but this question seems to be a bit of a "white whale" for me. I simply can't find any C# examples of how to handle the transaction reply from Google Checkout:
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 exampl...
I am working on re-writing a client's merchant page where they accept payment for their web service.
They are using Google Checkout now, but want a solution that does not require a log in and can accept recurring payments.
Has anyone had success with this using American Express AcceptPay?
Are there any other suggestions you would like...
Hello Everybody,
Although google provide documentation for google checkout api version
using Curl but it's hard to understand.S could someone plz gives me guidance to implement it on my php site or give me any link where i can find the tutorial for integration except google tutorial.
I want to implement it on my website h...
I'm trying to figure out if I can use Google Checkout for peer-to-peer payments. It seems fairly straightforward to set it up between a vendor and customers, but I'm not sure if it works well (or at all) for p2p.
Can I use Google Checkout to do peer to peer payments?
...
I am attempting to integrate Google Checkout into my website. I have created the following function for generating the hmac-sha-1 signature requred:
def make_signature(cart_xml):
import hmac
import hashlib
import base64
# The number is a psuedo-merchantID, cart_xml contains a string with the
# shopping cart xml as o...
I am trying to get my website to have a simple checkout flow where the person is able to create an account and pay for the product. I want to record this in the datastore so that the account gets created only when the payment has gone through and the person should be able to get back to the profile/personal page once done. I looked at gc...
I'm trying to integrate google checkout with a magento site and get the following error in the Integration Console:
We encountered an error trying to access your server at
https://www.domain.co.uk/googlecheckout/api/
-- the error we got is Sending failed with HTTP response
code: 404. Response body was: <!DOCTYPE html PUBLIC "-//W3C//D...
I need to create an account on my server for a user when they process a payment through Google checkout. I will be using a php script to process the payment notification. Has anyone done this? Are there some sample PHP scripts already out there? I read something about the notification history API and the Polling API - the both seem t...
It might sound a little odd but I am in the final phases of finishing up my app that would pay users.
There is an activity in the app where as and when the users use the app, money keeps accruing. I have a button in that activity called Cash Out which when the user reaches a certain amount can be clicked and is supposed to let the user...
Hi gents,
I have spent a while developing an Android app, and am hoping to publish in the coming days. From the Market console, I have tried to make my Checkout account a Merchant account, for which I need to provide both a private (for Google's eyes only) address - which I'm fine with - and an address which the public will see when the...