Hi all,

I would like paypal (after customers subscription) to return some values. Here is my scenario…
  • The user visits my subscription web page and fills email (i will use email as username) and password textboxes.
  • He clicks on paypal button and he is redirected to paypal page.
  • When the transaction is completed he is returning back to my succes registration page.
  • When my registration page loads I create the user in my membership database.

This actually means that from the registration page till succes registration page I must carry with me the email and password. In paypal I can define some hiden advanced variables but I cant find any examples of how I can return these values to my site.
  • First of all I want to know if my subscription procedure is correct or do I have to do this in some other way..?
  • Can paypal return values to my site and how. I am looking for some code example.


Thank you..