|
|
 |
RE: FN-FORUM: World Pay error
date posted 20th January 2004 01:24
> How do you trap the error so that the response is displayed?
You can output to the screen whatever you're passing to and getting back
from WorldPay. If your using ASP for example, just do a
response.write(whatever_the_parameter_name_is). You should then be able to
work out where the problem is.
> had the following reply from their support people which has got me
confused.
> "You could work around this by trapping the error (so the script executes
> with a 200 OK and
> the callback response is displayed), so that you'll be able to see exactly
> what happens without necessarily having to wait up to 24 hours."
If I remember rightly the "200 OK" is to do with test/debug mode. AFAIKR
it's a configuration setting in the process page that you can alter,
something like process.mode = "200", so they are probably trying to say
something along the lines of "put the process page in test/debug mode so you
get more helpful error messages".
Hope this helps!
Richard Harfst
Email: [EMAIL REMOVED]
Digital Diversions - Your Route to Business Solutions
|
 |
|