Hi,
I want to use worldPay for payment process in my application.
The following code works fine but after successfull payment I stuck at WorldPay website I want to gat back to my web site after successfull payment.
<form action="https://secure-test.worldpay.com/wcc/purchase" method=POST>
<input type=hidden name="testMode" value="100">
<input type=hidden name="instId" value="261471">
<input type=hidden name="cartId" value="101KT0098">
<input type=hidden name="amount" value="25.35">
<input type=hidden name="currency" value="GBP">
<input type=hidden name="desc" value="Blue T-Shirt, Medium">
<input type="hidden" name="fixContact">
<input type="hidden" name="hideContact">
<input type=hidden name="name" value="J. Bloggs">
<input type=hidden name="address" value="4 Any St, Somewhere">
<input type=hidden name="postcode" value="AB10 5AB">
<input type=hidden name="country" value="GB">
<input type=hidden name="tel" value="0123456789">
<input type=hidden name="email" value="demo@uk.worldpay.com">
<input type=submit value="Buy This">
</form>
I need help to write code for a callBack from worldPay in c.net
If anyone can help me out
Many Thanks