It is known that PayPal supports Adaptive(Chained) payments where one buyer sends the money and it is processed using one API account holder and the money can be sent to multiple users.
My question is,
- Does this approach also supports accepting credit card (for the buyer)?
- Is it possible to capture the card details at our website and use the API (in the backend) without redirecting to PayPal website itself?
Here is my requirement... I am running a website where sellers can sell their products and buyers buy them. Seller sets the price and i get a commission
Eg. Person A sells Product P for $100. (My commission is 2%)
Person B buys P. and makes the payment in my website itself. Using Paypal API, i want to process B's credit card and charge him $100. Get my share of $2 and send rest of $98 to Person A.
thanks in advance,
Kannan R