Hi, I was doing a Paypal Web Pro API integration for a client. The payment is set in such a way to show a page x on successful payment and a page y on payment declined. Out of nowhere, I suddenly don't get taken either of these pages rather get an error like - VERSION=63.0&SIGNATURE=<[B]My API Signature[/B]>&USER=[B]My API UN[/B]&PWD=[B]Password[/B]=DoDirectPayment&PAYMENTACTION=Sale&IPADDRESS=[B]My IP[/B]&AMT=3.00&CURRENCYCODE=GBP&CREDITCARDTYPE=Visa&ACCT=gfdgdf&EXPDATE=012011&CVV2=gdfgf&FIRSTNAME=fgdgdf&LASTNAME=gdfg Code (markup): The above is exactly the text I get in my browser. Can anyone tell me the reason behind this? It's pretty urgent. Any help would be appreciated.
Try viewing the source of the page to see if there is any more to that error message. It looks like it is echoing out the GET string, but is this on your site or on Paypal when you see this error?