Worldpay module

Contrib type: 
Module
Moderation: 
Not ready for moderation
Status: 
Uploaded for testing
Compatibility: 
Ubercart 1.x

Worldpay Payment method.

Worldpay is an often used payment method in the UK. (www.worldpay.com)

At the moment I only have a test account with them, so it is not tested at a live environment yet.

Worldpay has lots of options and possibilities. It seems to work for the setup I need at the moment.
Let me know if you need (or have made) different functionality or have any questions about the module.

(If you have an worldpay account this can be interesting
http://www.worldpay.com/support/kb/mergedProjects/customisingadvanced/cu...
http://www.worldpay.com/support/kb/mergedProjects/testandgolive/tgl.html )

Related threads: 
AttachmentSize
uc_worldpay.zip29.19 KB



Progress?

Hi there,

I'm about to set up a UK store and was wondering how this mod is progressing? has this been tested with a live server?

Steve

Re: Progress?

No, not yet. But it worked pretty well on the test server (and that should work the same), so be my guest Smiling

Hans

Collaboration

Hi catorghans,

I have a project coming up in the next week or so converting an old osCommerce site to Ubercart and they need a WorldPay payment option. I'm building some development time into my quote to get WorldPay working how they need it. I'll be able to spend some time working on this module. I'd like to ask you, if possible, if you would be able to give a brief overview of what the module currently does, and what features you have not yet implemented (if any). That way I can hit the ground running and my time spent with this module would help to make this as good as possible.

Working WP install

Hey, thanks for the module Smiling

I've hacked it about a fair bit, but it seems to be working fine for me (went live yesterday after extensive testing in the WP test environment).

I don't mind sharing my code if anyone's interested, need to sanity check it first though.

any updates/new code?

hi all
i need a Debit card solution for a Republic of Ireland customer. Currently we're using Paypal but another customer is having problems with Paypal locking their account, and from what I've read, Paypal can be quite difficult in this respect. So I'm keen to move to WorldPay, which seems to do everything we want. What's the status of this contribution and are there any code updates/bug fixes?
Thanks!

Re: Collaboration

Unfortunately I have no access anymore to a WorldPay test account. (customer chose to work with a different payment method) I might just ask them a new one.

The last status was that it seemed to work the normal payments very well. I did not implement the recurring payments.

I am interested in improvements. So, bring em on.

test account?

they don't offer a free test account for developers? if i were them, i'd be encouraging developers as much as possible!

Realex

Hi Frost,
Slightly Off-topic,
But I coded up a basic Realex module.
http://www.ubercart.org/contrib/6147
which may be of interest.

I won't be in a position to even try out the worldpay module for a while.

Alan

Release on drupal.org

I'm going to do some work on this Worldpay module but would much prefer to have it on drupal.org. catorghans, would you like to put this on drupal.org yourself and if not, would you mind if I put it on there myself?

Re: Release on drupal.org

We can do that together. I'll apply for a drupal cvs account.

drupal.org project

Re: Re: Release on drupal.org

Let me know your drupal.org username when you have cvs access and I'll grant you access to the module. I'm still trying to get that test account from Worldpay but I might just use a client's account for now.

Would you be interested in helping make this module work with all Worldpay's different payment services?

Re: Re: Re: Release on drupal.org

Yes, I am interested in that.

Re: Re: Re: Re: Release on drupal.org

Awesome, that's great to know. I will grant you cvs access now.

Are you still working on this?

What's the current state of play with this module? The site I'm working on at the moment, http://www.cosyheart.com, is not live yet, and I was intending to use Click and Buy. But the UK's Federation of Small Businesses do a cracking deal on Worldpay merchant processing, which I'd be a fool to ignore. Hence my interest.....

I'm willing to help too, if I can. I'm only 6 months into Drupal, so unfortunately I'm not uber experienced (if you'll pardon the pun). And worse - so far I've managed to get by without writing a single line of php, which is by intention - I'm well impressed with how much you can do in Drupal without the need of hackery! But I do have a CS degree, and have spent the last few years as a games developer, so I'm well capable of diving into source if needs be. Plus I was heavily into php 'bout 10 years ago, so I'm sure once I get my head around various api's, I'll get up and running pretty quick....if needed Smiling

Re: Worldpay module

it seems that the module is abandoned

Not abandonded at all.

http://drupal.org/project/uc_worldpay

I'm using it successfully on D6

Re: Not abandonded at all.

It looks pretty basic though. Is anyone still working on it?

State of uc_worldpay

It is pretty basic and it's not abandoned.

There are a few people using it that I know are capable of making this a much better module. If we get any work using this module then more will be done. I simply don't have time to keep advancing this module, just so busy right now. It's been a couple of months since I did any ecommerce sites.

If anyone is using it on a project and can contribute a bit of time (patches) to adding features and making it more robust then please do contribute back in the project's issue queue. I took the time to put it on drupal.org and rewrote the module somewhat. The reason for putting on drupal.org was to start collecting issues in the drupal.org issue queue which are then much easier to deal with.

RBS Worldpay

Hi,

I thought I should share some recent changes that we've had to make to our wp module since the worldpay upgrade to rbsworldpay.

In ub_worldpay.module we needed to make the following changes:

$test_server = 'https://secure-test.wp3.rbsworldpay.com/wcc/purchase';
$live_server = 'https://secure.wp3.rbsworldpay.com/wcc/purchase';

We could get payments through before but it's better to change to the updated url.

Simon