Paypal API and WordPress

Try working through the source code of a plugin such as PayPal Framework.

From your question, the WP side is fairly trivial, but you should study general PayPal tutorials to understand the API, for example, here’s the first search result from Google for PayPal API tutorial: Using PayPal’s IPN with PHP

Also some additional helpful info can be found here.