Jump to content


Corporate Sponsors


Latest News: (loading..)

WP callback solution


  • You cannot reply to this topic
2 replies to this topic

#1 ingres

  • Community Member
  • 16 posts
  • Real Name:David Cope

Posted 10 June 2011, 14:00

Hi, for those of you struggling to get worldpay call back to work because your payment confirmation 'hangs' at worldpay..

I wasted hours trawling through this forum, until I discovered that the payment URL in catalog/includes/modules/payment/worldpay_junior.php needed to be updated:

Find (around line 40):

$this->form_action_url = 'https://select.worldpay.com/wcc/purchase';

Change to:

$this->form_action_url = 'https://secure.wp3.rbsworldpay.com/wcc/purchase';

Hope this works for you

#2 peterbuzzin

  • Community Member
  • 37 posts
  • Real Name:Pete Batin
  • Gender:Male
  • Location:Kent, England

Posted 22 June 2011, 14:28

View Postingres, on 10 June 2011, 14:00, said:

Find (around line 40):

$this->form_action_url = 'https://select.worldpay.com/wcc/purchase';

Change to:

$this->form_action_url = 'https://secure.wp3.rbsworldpay.com/wcc/purchase';

Hope this works for you

Guess it depends on the version of OSC but it's already updated in this contribution http://addons.oscommerce.com/info/7151
If it still don't work, hit it again!

#3 minxymoggy

  • Community Member
  • 6 posts
  • Real Name:Misae
  • Gender:Female
  • Location:London

Posted 06 August 2011, 17:06

View Postpeterbuzzin, on 22 June 2011, 14:28, said:

Guess it depends on the version of OSC but it's already updated in this contribution http://addons.oscommerce.com/info/7151

Just as an FYI for everyone, RBS sold WorldPay to a bunch of VCs who duly changed it back to the old worldpay.com domain. So you may need to undo this if you're on the old WorldPay Junior module. Thanks a bunch you over zealous marketing guys at RBS for adding it in in the first place!