I'm somewhat familiar with the classic Paypal API but I'm trying to figure out a few things for the REST API. I browsed around the documentation but I couldn't find anything
With the REST API, Can I set a username, password and signature of the person to transfer the funds to just like I can with the classic API, or is it based entirely on the client_id and secret?
The software I'm working with is sort of like a marketplace where there are buyers and sellers. If I cannot use the username, password and signature for the individual sellers, is there some other way to handle the payments between buyers and sellers so that the sellers don't have to sign up for developer accounts to get their own client_id and secret?
Considering that credit cards are a form of payment, I assume this means I don't have to re-direct to Paypal's site to handle this, unlike the classic API. Correct?
I saw this code sames for PHP on paypal's site, but I'm wondering if there are more in depth examples. Does anyone know of a good tutorial for the paypal REST API?
For those of you downvoting, can you please point out anywhere in the documentation that it explicity answers my questions?