KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: phil097090 on February 10, 2010, 11:38:29 am

Title: WorldPay Callback Action
Post by: phil097090 on February 10, 2010, 11:38:29 am
Hi,

We are configuring our shop to use Worldpay as our payment provider. We have everything more or less working but I have a question.

Worldpay processes our payment and responds via the WorldPayCallback Action. This updates the order status etc and passes back the Worldpay payment reference. The problem is that the user is left in the worldpay screen instead of being passed back to our application to notify them that the payment has been successful and their goods will be shipped.

Is this the way that Konkart has been designed to work? Is there some way that we can return from worldpay and show a payment confirmation screen of our own design?

Many thanks,

Phil.
Title: Re: WorldPay Callback Action
Post by: trevor on February 10, 2010, 12:03:37 pm
If I remember correctly, with WorldPay you have to supply them with a couple of html pages which they redirect you to based on a good or bad result. From these pages you can automatically redirect back to KonaKart. 
Title: Re: WorldPay Callback Action
Post by: phil097090 on February 10, 2010, 01:35:06 pm
Hi Trevor,

Thanks for the repsonse - you are correct. We spoke to Worldpay support who provided the details of what we need to do.

Basically supply a resultY.html (for successful payments) and a resultC.html file for failed payments. You can upload your own images to embed in these pages.

Below is a useful link containing more information:

http://webcrossway.com/ecommerce/worldpay/files/select_docs_current/htdocs/select-docs/payment-response.html

Hope this helps people in the future.

Phil.