Worldpay payments - 2.6

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Hi All,

Couple of questions around the WorldPay plugin available.

What should the callback URL be set to? And are there any known issues with this? I have setup worldpay to call the following URL but worldpay is receiving a 500 server error when it calls it.

http://mydomain.com/Plugins/PaymentWorldPay/Return

Do I need to configure anything else other than the URL from the worldpay side of things?


Also is there a way of applying a charge just to a credit card payment?

Thanks in advance as I'm trying to get this all resolved today if possible.
11 years ago
EDIT: The test payments are now going through fine and also being marked as PAID in the Nop Commerce shop. But the worldpay page does not redirect the user back to the shop.

Does anyone know why they is happening? No logs are being generated in the system area in NOP.

I am not currently using https for the transactions during testing if this helps.

Thank you
11 years ago
After speaking to Worldpay, I know realise you can't use the shopper response option and you need to create a custom resulty.html page.

Does anyone know what link we should send the response to, I was hoping to return to the order complete page with an order number if possible. I was thinking this would all work as standard with the Worldpay plugin though, am I missing something??
11 years ago
Hi DidsburyDesign,

You need to put the following meta tag on a custom resultY.html page which will redirect the user to the checkout completed page in 5 seconds:

<meta http-equiv="refresh" content="5;url=http://www.yoursite.co.uk/checkout/completed/" />

I would also put a link and some text in the main content table along the lines of 'If you are not automatically redirected within 10 seconds, click the following link' and provide a link to the checkout complete page.

Hope that helps!

Marty
10 years ago
Hey did you get this sorted? I am having issue with 2.80 where my order is NOT being set to PAID.

I'm using the following URL

http://mydomain.com/Plugins/PaymentWorldPay/Return

Any ideas?
10 years ago
I am also suffering this issue....


My payments are NOT being posted back to nopCommerce and I am getting the horrible 302 response.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.