Online payment processing service provided by Google
0
votes
0answers
5 views
Google Wallet Subscriptions Error 500
i have implemented the Subscriptions flow using the java library jsontoken, but am getting an error 500. happen in the sandox and production. any idea why it is?
this is the error :
POST ...
0
votes
3answers
25 views
Cant add in-app product for testing without wallet account
Recently, I buy anDeleveloper Console account for publishing my android application. After payment (25$), I got an account and I can upload my APK file. However, when I try to add some in-app products ...
0
votes
1answer
16 views
Steps to integrate google shopping in my website
I searched a lot in the google.But no luck for me.When i searched for this it automatically redirecting to another page which is for google checkout.I heard that they both are different.But why it is ...
0
votes
1answer
17 views
Google Checkout - Internal server error while requesting a notification history update
I'm using googlerequest object to retrieve notification data for a certain serial-number in sandbox environment.
POST argument (xml) I send to google:
<?xml version="1.0" ...
0
votes
1answer
33 views
.NET alternative to Google Checkout
Our .NET website uses Google Checkout to handle credit card processing and we need to migrate to another credit card service because Google Checkout is going away. Google Checkout used a .NET ...
0
votes
1answer
52 views
google wallet success callback
I am going through this tutorial. I want to redirect the page on successful payment using the success handler but I also want to be sure that the payment was successfully processed, which happens by a ...
-1
votes
2answers
45 views
Difference between google checkout and google shopping [closed]
I have a doubt, before asking here I searched a lot but did not get the correct answer. My doubt is what is the difference between Google checkout and Google shopping.?
-3
votes
0answers
21 views
How do I integrate Google checkout using java sdk [closed]
I have a web application, where I am asked to integrate Google checkout. I know this can be done using java language, since I know little bit java I prefer java to complete this task, Please someone ...
-7
votes
0answers
42 views
How to integrate google checkout in my struts2 application [closed]
I have developed simple struts2 application now I have to integrate google checkout. Please explain me step by step how to get this done. Thanks in advance.
2
votes
1answer
227 views
What is the difference between Google Checkout & Wallet?
I just got an email from Google informing me that they will be shuttering Google Checkout and that I should switch to Google Wallet. This confuses me because I started my Google digital goods shopping ...
0
votes
1answer
24 views
Get merchant private data in order state change notification
I am using google checkout with a ruby on rails application. I have added merchant private data in HTML API like this:
<input type="hidden" name="shopping-cart.merchant-private-data" ...
0
votes
1answer
17 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
15 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
2answers
36 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
21 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
39 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
18 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
41 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 ...
0
votes
0answers
135 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
64 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
62 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
38 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
42 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
39 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
43 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
67 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
46 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
384 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
54 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
35 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
32 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
10 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
71 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
47 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
34 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 ...
1
vote
0answers
74 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
13 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
47 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
47 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
104 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
217 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
98 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
117 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
55 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
93 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
408 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
37 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
22 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
94 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 ...






