show/hide this revision's text 2 deleted 9 characters in body

Paypal has a sandbox environment for development and testing purposes. Sign up here - https://developer.paypal.com. It works exactly like live PayPal and very easy to use.

What type of PayPal account are you going to use? If the Standard one then you won't be able to use any advanced API and will be provided only with a form with hidden elements like "amount" or "email". This form you put on your site and clients will be redirected to PayPal to make payments. If you want to get a notification from PayPal with transaction details you have to enable IPN posts. This can be done in the PayPal account settings. IPN post will execute your script at the URL you should specify.

Let me know if you need any examples.

I am not sure how to automatically bill the client. Please check with API - https://cms.paypal.com/us/cgi-bin/?cmd=%5Frender-content&content%5FID=developer/library%5Fdocumentation.

show/hide this revision's text 1

Paypal has a sandbox environment for development and testing purposes. Sign up here - https://developer.paypal.com. It works exactly like live PayPal and very easy to use.

What type of PayPal account are you going to use?