google-checkout

Which should I implement first, PayPal or Google Checkout, on my eCommerce website?

Paypal and Google Checkout will take some time to implement so I'm wanting to know if anyone in the community has installed them and has a recommendation on which to do first. We use the .Net environment. Verdict - Start with Google Checkout. Great customer support, Great multi-language libraries, Simple, fast web interfa...

How can I charge a recurring monthly subscription fee for my website?

My business is setting up online billing using PayPal and Google checkout. I'm looking for the best way to charge a recurring monthly service fee for my website. My site is subscription based and I charge X amount of dollars per month. I want to bill the customer's credit card each month for that monthly fee. The subscriber to the si...

eCommerce GoogleCart PayPal eBay integration

Hi I'm looking to write a some code that can integrate with some of the major online processors. This will be a basic bit of code that depending on a condition will affect the sub-total on check out. I understand that I may have to code it differently for each payment process but is this possible generally speaking? I want to provide t...

Import data from Google Checkout into Quickbooks?

Is there any way to import data from Google Checkout into Quickbooks? (Or another accounting package)? ...

Google Checkout : Best way to handle cart editing and checkout confirmation

Hello all, I am in the process of implementing Google Checkout in an e-store. Once customers click the 'Google Checkout' button, my project requires that they are able to navigate back to the e-store to possibly edit the cart. Customers should be able to click the 'back' button, type in the URL to my cart page, or click the 'edit' link ...

How to do PayPal/Google Checkout in an Auction style web application?

I'm curious if there is a way to process/connect buyers and sellers on my site without the site having to charge the buyer and credit the seller. In other words, I don't want to touch the money, but I do want to integrate the process as much as possible on my site. I guess what I'm asking is how do auction sites manage the transactions...

need help with google checkout

I need to implement google checkout using asp.net c#, I was able to get items in my shopping cart populated in google checkout, but was unable to proceed with shipping charges and VAT and what to do after that, i.e., track orders and redirecting to my site so I could add customer's orders. kindly provide me with complete implementation s...

How to implement payment to multiple suppliers

Hi, I'm trying to integrate a payment mechanism to my site. The scenario that I need is not trivial and can be explained by the following example: User pays upfront for a subscription program (i.e. receiving Netflix). User is able to make changes to the subscription (i.e. change number of movies checked out each time from 4 to 2) Use...

How to use Google Checkout?

Does any one worked on google checkout? I have already tried with example provided on google checkout help and it wroking fine. But i want to send credit card information and other informations like address ,name etc from my web site or u can say from coding itself. i m not finding any way to do this. if anybody have any idea please hel...

If you use Google Checkout, do you still need to use ActiveMerchant/Spree/some payment gateway in Rails?

If you use Google Checkout, do you still need to use ActiveMerchant/Spree/some payment gateway or does Google act as the gateway the same way that ActiveMerchant/Spree would? Also, are there any disadvantages to using Google Checkout that might be solved by using ActiveMerchant? Also, is it a good idea to offer PayPal in addition to Go...

Google Checkout integration for many users

Hello everybody, I would like to make something like eshop, imagine maybe ebay model. And I would like to allow for each seller to use his google checkout account for receiving payments for products they sell. Is it possible in some way? I probably need to store merchant_id and also merchant_key. Thanks for any answer. ...

Few Google Checkout Questions

I am planning to integrate a Google Checkout payment system on a social networking website. The idea is that members can buy "tokens" for real money (which are sort of the website currency) and then they can buy access to some extra content on the website etc. What I want to do is create a Google Checkout button that takes a member to t...

PayPal like IPN with Google Checkout

I've reading the Google Checkout docs but I haven't found anything similar to PayPal IPN for Google Checkout. Can anyone point me in the right direction to automatically process orders using Google Checkout? ...

Authorize.net, Paypal or Google Checkout, which one should I go with ?

which payment gateway should I choose from among Authorize.net, PayPal & Google Checkout? Is there anything wrong if I provide all ? I'm planning for express checkout methods in all the three services, the direct credit card accepting service. ...

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 them; Ease of set up; Economic price; Technical price. I thinking here of course of Paypal, Goo...

Google Check-out and promotions

Hi, I've started working on some enhancements to an ASP.NET web forms e-commerce project, one of the tasks is to add promotion codes to the check-out page. Currently, the site is using Google Checkout (via the GCheckoutButton that comes with the .NET sample pack), the trouble is I can't find any sensible way to add the promotion to the...

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 this. I thought about using jQuery form but I don't believe this would work in this situat...

Google Checkout subscription: How to identify the user

Hello, We are using Google Checkout - google handled subscriptions. In our html form we are using merchant-item-id parameter to store the subscription plan id and user id, so when Google Checkout send us back the notification for the new orders (merchant-item-id is there) we know what user for what plan to charge. So far this works perf...

net/http and posting data to Google Checkout

I'm trying to post form data to Google Checkout using the following code: x = Net::HTTP.post_form(URI.parse('https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/[merchant_number_here]'), @params) When I attempt to submit using this line, I get the following error: Errno::ECONNRESET in PaymentsController#create Connectio...

Google checkout order placing response error

Hi, I am using google checkout in my site. But i'm not geeting response from there when i place an order. Showing an error "We encountered an error trying to access your server at http://www.mysite.com/cti-dev/check-out/test.php -- the error we got is Send failed with code: 401. Response body was: Failed to Get Basic Authentication H...