I have an application writted in ASP with a simple form. The users fill up the form with their PayPal ID to receive money exchanging their points.
I want to verify the PayPal ID before they submit the form using some kind of http request. I have looking into the PayPal API but i didn't find anything.
Thanks.
If the PayPal api doesn't support a "verify" of call, then here's the usual alternative:
This is how paypal validates checking accounts--by doing a small, but real, test transaction.