Hi
I have been asked to set up a demo site which calls out to WorldPay to authorise transactions.
We won't have a MerchantID or anything like that yet, is there a dummy service that you can call that is either on the internet at-large, or is downloadable and you can install locally?
I've obviously had a look around and so far come u...
Hello
Imagine a bog-standard Signup page, which captures some user info like Name, Address etc.
It has a Buy Now button on it, which transfers to a payment site (WorldPay).
Now, the requirement is that everything should be secure, so that means (and correct me if I'm wrong)
A) I need to get and install an SSL certificate on IIS.
B) I...
Hi there,
I've got a site that uses Forms Authentication (with a custom membership provider, but that's not important right now). In the secure part of the website, the customer can purchase goods and pay for them via WorldPay.
Once they come back from WorldPay, if there's a link back into the secure part of the website, can I reasonab...
I currently have an ecommerce site that integrates order processing with Worldpay Junior.
The page that posts customer and basket details to the hosted Worldpay payment processing pages passes in a number of hidden inputs that determine the amount to charge the customer, e.g.
<input type="hidden" name="instId" value="123456789" />
<inp...
Ok I'm stuck, I've looked at some other questions on here but no help, I've searched online, I've logged into my test account but I can't find any documentation anywhere.
Does anyone have links to the WorldPay documentation, specifically when a 'Payment Response' is made, what format is it in?
...