Online payment processing service provided by Google

learn more… | top users | synonyms

0
votes
1answer
6 views

Update record after payment is made successfully through google checkout

I am using google checkout HTML API with a ruby on rails application. I want to add/update records in my local database after a successful payment. I am getting Notification serial number in response ...
0
votes
0answers
12 views

google checkout unicode error

Here is my module that creates a xml and calls the google checkout..I get a response object but it fails with an Unicode error, from xml.dom.minidom import Document from xml.dom import minidom from ...
1
vote
1answer
20 views

Payment service that allows third-party commission

I want to make an auction like platform where a user can put a product for selling and another user can buy it from him. I want the transaction process to be between the seller and the buyer only, but ...
0
votes
1answer
13 views

Callback after “cancel entire order” in google web based in-app-payments

We're using Google In-App Payments for Web Apps Everything works fine for payment. But we are trying to automate the refund process. We use "cancel entire order" in checkout.google.com/seller order ...
0
votes
0answers
26 views

Order is not saved in case of Google Checkout payment with Magento?

I have integrated Google checkout in sandbox mode and I am reaching to destination page with out any error and same in return case. But I don't see any order entry in my backend and don't get email as ...
0
votes
1answer
16 views

google checkout - how can i extract info from array

I've recently been having issues with google checkout - i believe the customer ip address is no longer being returned in the response. However, i'm not sure how to view all parts of the array. How ...
0
votes
1answer
36 views

google checkout php callback explained

Hi all i don't know if i'm doing this right or not but i can't understand how google checkout works. I have the php code that sends the XML to the google checkout everything is ok i reach on the ...
-6
votes
0answers
21 views

Google Wallet Age Restriction [closed]

I'm 16 and I've a Visa working. Do I've to be 18 to get a Google Wallet account? I've a Visa CC and it's working and activated and I use it.
0
votes
0answers
62 views

Magento shopping cart is not passing product custom options, just product name to Google Checkout

I am using magento with the Google checkout button. However when a user checks out with this option only the shirt name appears in the cart, I have no way to tell what size or colour they have ...
0
votes
1answer
50 views

Magento Multistore - Single Google Checkout

I have two stores with different url store1.com and store2.com I also confirm the Callback URLs for both the store is correct and working https://store1.com/googlecheckout/api/ and ...
0
votes
1answer
35 views

Shipping in Magento and Google Checkout based on location

I integrate Google Checkout into Magento store (1.7.0.2). And i have one big problem. I want to charge costumers for shipping based on their location. For example: UK shipping: Free / EU shipping: 7 ...
0
votes
1answer
24 views

Google Checkout Polling API - How do I set my SSL certificate path/use polling without an SSL?

I downloaded the php sample code for Google Checkout, (from https://code.google.com/p/google-checkout-php-sample-code/downloads/list) and am attempting to get pollingdemo.php to work. My issue is the ...
1
vote
1answer
34 views

Google Checkout using HTML Code Similar to PayPal

I am trying to integrate a Google Checkout "Buy Now" button, and am hoping that there is some HTML code available similar to adding a Buy Now button in PayPal. I have not had much luck as yet, and was ...
0
votes
1answer
32 views

How to handle call back url in the google checkout for multiple websites?

I have been working on google checkout integration in classic ASP, my client have various eCommerce websites and want to use single merchant account (Google Checkout) for all websites. I have set up ...
0
votes
0answers
41 views

google checkout customer ip address - no longer working

I integrated google checkout api v2.5 a couple of years ago. Everything was running fine until today. Now it appears that they are no longer returning the customer ip-address in the XML. I can't ...
-2
votes
1answer
44 views

Google Checkout and Magento 1.7 free shipping for more than 2 items [closed]

I'm using Magento 1.7.Google Checkout and need to set free shipping on purchases over 2 items. How can this be done?
0
votes
0answers
30 views

Google Checkout get order summary php api

I've been a little lost, trying to integrate the google checkout api. What I want to do is fairly small. Given the order number, I would like to know if the payment has been made for it or not. I've ...
0
votes
1answer
196 views

Delay when verifying Android in-app purchase with Google Checkout Polling API

I'm trying to verify Android in-app purchases from my server using the Google Checkout API. As per this other query (App on Android market - HTTP notifications don't come), I get no callback so ...
1
vote
1answer
41 views

How to… Node js with Google/Facebook OAuth signin and Google Checkout

Hi I am totally new to Nodejs, but would anyone point me in the right direction on how I can quickly get Nodejs running with Google/facebook/openid single sign-on and google checkout integration. ...
1
vote
0answers
30 views

How can we sync the payments from google checkout on website and android app?

In my android app I have in app products which a user could buy using IAB 3 . And these products are available on website also. I want to know if there is a way that these two payments may be synced ...
0
votes
1answer
27 views

Google checkout with response handler so update my local database

I have a user subscription site in which user have purchase subscription plan at the time of registration and pay using google checkout but i don't know how to pay using google checkout so that when ...
0
votes
0answers
9 views

Google Checkout with responce handler

Hey friends any body know about google checkout I tried Google checkout sandbox with demo code download from (http://code.google.com/p/google-checkout-php-sample-code/downloads/list) in this code ...
0
votes
0answers
65 views

Google checkout IPN, “Requesting Notifications” returns “OK” instead of the message data

I'm using the sandbox "Notification Serial Number" node. I'm acknowledging fine and getting the serial-number. When I go to get the message as described in "Requesting Notifications", I get a response ...
-1
votes
1answer
34 views

Cannot signup for Google Checkout sandbox buyer account [closed]

Cannot signup for Google Checkout/Wallet sandbox buyer account at http://sandbox.google.com/checkout/. I fill in all the fields as per ...
0
votes
0answers
17 views

Issue with Google Checkout

Could anyone please help me to find out the problem with the Google check out.I couldn't update the database with the order.I'm having sandbox account of Google checkout. I'm integrated the code with ...
1
vote
0answers
29 views

Google Checkout Donation No Shipping

I am implementing a Donate Now system using Google Checkout. One really frustrating part to figure out is how to not require users to input a shipping address for their donation (since it's a pure ...
0
votes
0answers
36 views

Google Check Out Issue

Could anyone please help me to find out the problem with google check out. When I'm trying to integrate google checkout using my sandbox account on my check out page I'm getting the following error ...
1
vote
0answers
65 views

Retrieve overseas order amount in USD via Google Checkout API

I have paid Android apps on Google Play. I'm using Google Checkout XML API (notification history, specifically) to retrieve order details. I'm in the USA, and some of my customers are not. For ...
0
votes
0answers
11 views

Google checkout “Requesting Notifications” return “OK” instead of the notification message

I'm using the sandbox "Notification Serial Number" node. I'm acknowledging fine and getting the serial-number. When I go to get the message as described in "Requesting Notifications", I get a ...
0
votes
1answer
43 views

How to pass already calculated tax total to Google Checkout HTML API

I have a cart system that deals with selling alcohol and there are very specific tax rules for each item when selling in my state. I want to use Google Checkout but I am unable to just pass the tax ...
1
vote
0answers
40 views

Payments made through iOS Facebook App?

I know there is IAP for native apps, regarding the iOS, but does this effect websites (I will explain)? I have an e-commerce store (standard website) and my client wants to be sell on Facebook ...
0
votes
2answers
98 views

Implementing Google Checkout - (similar to paypal express checkout)

I am trying to integrate Google Checkout to my asp.net MVC(C#) application. I am trying to implement Google Checkout similar to PayPal Express Checkout. i.e. Shop the Products Get the Authorization ...
0
votes
0answers
180 views

How to test Google Checkout Account From India

I am a Android App Developer from India. I have opened Google Checkout Account to sale Android Applications. I have following questions about Google Checkout: 1. Using my Google Checkout Account, ...
0
votes
1answer
89 views

Can you use Google Checkout as a simple payment receiver? IE. Without requring a full order?

I am trying to integrate Google Checkout (as an extra alternative to PayPal) into my website to take simple payments. This payment is for allowing people into a website and not for a digital or ...
0
votes
0answers
105 views

How can I connect a google sandbox checkout to test in-app purchases?

I am wondering if it is possible (and if so how) to use Google Checkout Merchant Sandbox for the android in-app purchases, for testing. I know that what happens now is that even test accounts are ...
0
votes
0answers
39 views

error in google checkout magento

I have added a merchant account id and key in admin and enable it but in front end when I am trying to checkout with Google I am getting the following error: Google Checkout: Malformed URL ...
0
votes
1answer
79 views

Google Checkout “XML code and send client-to-server” Ruby on Rails

I trying to create a google checkout payment for my site. In this link https://developers.google.com/checkout/developer/interactive_demo I create a demo of how my code will be, here are my ...
0
votes
1answer
285 views

Use different home address to sing up for Google Checkout in order to sell apps on Play Store

My country isn't on the list of supported countries for merchants so when I try to sign up for Google Checkout it says We do not currently support seller accounts from this location. If you have ...
0
votes
2answers
35 views

MediaWiki:Secure_HTML and Google Checkout button formatting

I'm using the MediaWiki:Secure_HTML extension, and trying to render a Google Checkout button I generated. The button code is this: <form ...
0
votes
0answers
21 views

Google checkout subscription start date set as passed date

In Google checkout subscription i setup start date passed date like ( today is 01/01/2013 then i setup subscription started date as 15/12/2013) is it possible and then after month duration from ...
0
votes
1answer
86 views

Google Checkout Subscription payment not happen (daily, monthly or yearly)

I integrated PayPal and Google checkout subscription payment to a site. PayPal is almost fine and i received subscription payment. However i have a problem with Google checkout. Example: - I created ...
0
votes
0answers
77 views

Google Checkout - getting only first order-state-change-notification

I have implemented GC response handler for my application. Everything works fine when testing it in sandbox on dev server. Log says that we get the following notifications, one by one: ...
0
votes
0answers
31 views

How do you integrate Google Analytics + Unsigned Google Checkout BUTTON?

I have a monthly recurring subscription button using Google checkout, which I need to track via Google analytics. In terms of tracking I need to be able to track from where my visitors - that are ...
1
vote
0answers
137 views

Google checkout transactions for google play account

Situation: Our company has an application in Google Play. Application uses in-app purchases and information about payment transactions are shown in google checkout. Our company used in-house ...
3
votes
0answers
330 views

Why does direct carrier billing not work with certain carriers for Google Play in-app subscription purchases?

I have implemented In-App Subscriptions with Google Play Billing API V2. Testing has been successful using Credit Card. I do have issues with purchases made with Direct Carrier Billing though. ...
0
votes
1answer
42 views

BuyNow button not working

I am trying to add a Checkout BuyNow button on my webpage. The button appears as expected but nothing happens when I press it. Here is the code: <span> <form ...
0
votes
1answer
82 views

google checkout integration - codeigniter

I have site built in codeigniter framework. I want to use google checkout. I have used this code to transfer fund but I need something returned so that I can know that transfer is successful and then ...
3
votes
2answers
162 views

Google Checkout displaying desktop version on mobile devices

The Google Checkout Mobile website says that "once you've integrated Google Checkout with your website, there's no additional work required to allow customers to buy from you using their mobile ...
0
votes
0answers
92 views

How to test google checkout subscription payment in sandbox account?

How to test google checkout subscription payment in sandbox account? i setup subscription payment daily. But i'm geting below error everytime Google received <?xml version="1.0" ...
0
votes
1answer
148 views

How to get form onsubmit to check terms for Google Checkout button

I'm using Google Checkout and having a problem with the onsubmit function. I have an "Agree to terms" checkbox that I've put in place so that users must accept the terms before continuing with the ...

1 2 3 4 5 7