Is it possible to sell some non-physical product and get its payment directly into your personal paypal account? Has anyone did something like this?
Question posted in Paypal API
The official documentation to get you started can be found here.
The official documentation to get you started can be found here.
2
Answers
It is certainly possible, and actually very easy. What kind of integration are you looking for? Maybe one of the buttons at http://www.paypal.com/buttons would be a good start for you.
Here is a sample of a VERY Simple checkout Script using REST API (Client Side Only Code)
First add this line to “head” of your HTML page:
{
}
Then add this to where you want your PayPal Button(s) to be on your HTML Page:
That should do it for you. Be sure to login to the Developer Panel to set up your API credentials.