Hi
I am testing in sandbox mode, paypal standard.
A payment is completed succesfully, execution returns to my dash commerce app, but when /paypal/pdthandler.aspx calls into PayPalService.cs to verify, via PayPal's webservice, that the payment has effectively been made (and not just maliciously appended to the query string) the response is FAIL with error 4020 being cited.
Looking up on paypal's dev forums, it seems that Error 4020 is returned when paypal cannot read the string passed back.
I haven't customised anything, other than to input products, so this error has to be:
1. A bug in dashComm
2. A problem with my paypal sandbox test account pdt numbers etc.
As far as I can see, there are no probs with my paypal settings. As they stand, they allow me to Process the Order, go to paypal, pay, return to the site and then hit the rocks.
Has anyone else had these problems?