google-checkout

Google Checkout, OpenId, and downloadable products

I going to use Google Checkout to process orders to purchase downloadable content. When the order process is completed via Google Checkout I'd like for the user to be able come back to my site, authenticate using their Google credentials (OpenID?) that they purchased the item with linked back end, and download the goods. The site is wr...

Google checkout invoice through API

Hey all I am trying to find a way of sending email invoice via google checkout's API (and also in PayPal) I can't find how. or at least how to generate a new order (money request) thank you ...

Is there an API to export completed Google Checkout orders?

I've Googled this a 100 times, and I must be looking in all the wrong places, or looking up the wrong terms. I just don't know. Basically, in my Google Checkout inbox, I can see all my customers' orders: Chargeable, Canceled, Charged, etc. I can export the CSV at the bottom of the page too. However, is there an API I can use to write...

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. Support for any other services would be a bonus. ...

Google Checkout Serial Number issue

Hi, I'm using google checkout for my website with Custom Order Processing. I am using server-to-server posting and getting a response something like _type=checkout-redirect &serial-number=c821326e-7caa-4d51-9b2e-48ef7ecd6423 &redirect-url=https://checkout.google.com/buy?o=shoppingcart&shoppingcart=8572098456 and the serial numb...

Amazon FPS vs PayPal vs Google Checkout

I'm in the very early stages of planning a new website. I would like to offer payment processing for two distinct use cases: Accepting payments from users to me for SaaS functionality on a recurring basis. Facilitating payments between users of the website. The ratio of users making payments to users receiving payments will be appro...

How can I have Google Checkout charge a subscription every 2, 3 or more years (longer-than-yearly)? Can PayPal do this?

Is it possible (and, if so, how) can I have Google Checkout charge someone for a magazine subscription every 2 years (or 3 years or 5 years). The idea is someone pays for a 3 year subscription in 2010 and then is billed again for the next 3 years in 2013. How can this be done? If Google cannot do it, can PayPal? Thanks! ...

Submitting merchant defined shipping options using Google Checkout direct submission

Is it possible to set the shipping options in Google Checkout without using the server-server submission option? I'm trying to keep this checkout process as simple as possible (mostly because I do not fully understand the server-server API section), and therefore I'm using the direct submission option in Google Checkout (details here. ...

bank account error google checkout

I added my dev account to my personal email and i want to change it to my company email...how to do this? Second: I used google checkout when first released and added scottrade account to google checkout. I let it go and never verified. No account is closed and I tried to verify but I'm now locked out of bank verification. I cannot add ...

Google Checkout - Redirect Page parameter in XML API?

The PayPal API has what's commonly referred to as a "Thank You page" -- basically a redirect page, after the user's gone through the Google Checkout process. What is the equivalent parameter to pass this value to via Google Checkout's XML API? (I notice that their integration flow ends after redirecting the user to the Google checkout p...

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 correspond to (format: serial-number="981283ea-c324-44bb-a10c-fc3b2eba5707")? Does it relat...

Google Checkout reports error to user but not admin

Hello I'm using the following to generate a Google Checkout: echo '<form method="POST" action="https://sandbox.google.com/checkout/api/checkout/v2/checkoutForm/Merchant/'.$id.'" accept-charset="utf-8">'; while ($row = mysql_fetch_array($result)) { echo '<input type="hidden" name="item_name_1" value="'.$row['name'].'...

Magento - Google Checkout Free Shipping Problem

I have set up Google Checkout on my Magento store and I'm using Flat Rates for the shipping. the problem is if I put zero for the rate ie. free shipping I get a message when I go to checkout saying that I don't ship to that country. If I add any value into the rate (even 0.01) it works fine. Here is a screen of the config which doesn'...

Form POST returns 302 from within Joomla, works great outside

I have a form that submit a shopping cart to Google Checkout. The form works great on it's own, but when I put it inside of Joomla (using a content-type of wrapper), Google Checkout throws a 302, and the form page is loaded again. As I was writing this, I then decided to see what happens from the static form, outside of Joomla. It took ...

Google Checkout API - Connect order with notification?

Using the Google Checkout XML API, is it possible to connect an order you send to Google Checkout to an order Google Checkout notifies you about? Right now, I can send an order to Google Checkout, and I can get notifications from Google that an order went through. But I don't see how to connect the two. I need this to connect orders to ...

does both google checkout and paypal return a transaction id?

once the user has paid using either google checkout or paypal, do you get a response back with the transaction id? can you then use their api to pull details on the transaction later on for reports? ...

How do I implement Google checkout order processing

I am looking for sample .Net code to handle the order processing from google checkout. I will be using the HTML Api as it does not require SSL. I found this Custom Order Processing Tutorial but it is using Java. I eventually want to use Google Subscriptions and I am hoping that a sample Order processing code would give me enough inform...

Mobile devices losing vat in google checkout

Hello Bit stuck here. I have a client claiming Google checkout is forgetting to add vat to orders when used via mobile devices (e.g iphone). Unfortunately I don't have the resources to test this, so I'm hoping someone can confirm / deny this. The site is http://www.freepressleaflets.com/ If you use an option in print only and ignore th...

Retrieving extended CSV data from Google Checkout's Order Report API

The Google Checkout orders page allows you to download the orders data as CSV. There is a checkbox that allows you to specify that the CSV should include extra data (buyer's name and address, product details). The Google Checkout Order Report API provides a way to get CSV order data programmatically. However, it doesn't seem to be pos...

google checkout get custom variable at continue url

Hello everybody, I am working with google checkout and currently working at sandbox environment. I have used Paypal and i thought google checkout should work like the same. but i wonder that google checkout is not posting back the HTML form field on return URL and im not able to find any proper solution for this problem yet. Here is my ...