Google Checkout Released in the UK

April 16, 2007

Finally, the poor online merchants have an alternative to paypal in the UK!

Google checkout has been released in the UK and I am going to integrate it with oentries to start with.

There is an existing ruby gem for google checkout api integration.

Unfortunately at the moment it only does Level 1 integration when I need Level 2. Hopefully I can extend this and improve the general offering.

Also a short coming of google checkout seems to be that you cannot specify the API callback url on the fly. This means that the merchant actually has to configure their account to have this callback url. This doesnt fit very well with the model of oentries so hopefully there is a way round this. As it is possible to set the notify url in paypal on the fly.

Update: There is also the google4r (google for ruby) which has the beginnings of a Level 2 integration. I get the impression that there are some google employees working on this so the outlook is good.

eanwhile I will soldier on with my own integration and I will let you know of any big issues that I come across in the near future.