Hello,
I am interested in integrating PayPal with my ASP.NET 4 website. The nature of the problem basically calls for an event registration through the site's interface first. When all required participant information has been supplied, I'd like to display a "Continue" button, which will take me to the PayPal provided "link" where the payment can be processed.
Qs:
1) Is it possible to pre-fill the PayPal form with information provided within my domain/site (ex: name, address, phone, number of items to buy etc)
2) How do I easily redirect the user back to my site once the payment is processed (successfully or unsuccessfully). From what I am reading, this requires Instant Payment Notification integration, which sounds a bit tricky.
I am interested in integrating PayPal with my ASP.NET 4 website. The nature of the problem basically calls for an event registration through the site's interface first. When all required participant information has been supplied, I'd like to display a "Continue" button, which will take me to the PayPal provided "link" where the payment can be processed.
Qs:
1) Is it possible to pre-fill the PayPal form with information provided within my domain/site (ex: name, address, phone, number of items to buy etc)
2) How do I easily redirect the user back to my site once the payment is processed (successfully or unsuccessfully). From what I am reading, this requires Instant Payment Notification integration, which sounds a bit tricky.