I'm a software developer, and my client wants to facilitate payments between buyers and sellers, while charging a handling fee.
The workflow would be:
- Seller puts product for sale on site
- Buyer puts product in cart
- Buyer clicks checkout
- Buyer is redirect to paypal hosted payment page
- Buyer enters credit card info on paypal
- Buyer is redirected to application
- Application sends payment request, gets transaction id back
- Main payment is sent to Seller account, handling fee is sent to my Client's account
I was looking at Adaptive Payments as a solution, and it seems like a good fit. However, the text shown at the top of the page say's that you now need PayPal's permission to start a new product with it.
PayPal's docs don't really explain if there is a new method for doing this... What's the proper way to achieve this workflow in Paypal?