Is paypal the only way to do it? Would the best way be to take the payment from the payer, take a cut, and then give money to the payee? Seems like I'd lose a lot in the two paypal payments
How do I implement a payment system like ebay (where users pay each other) and the site takes a cut?
|
Check into Amazon Payments. They have an API, flexible payments, specifically designed so you can create a marketplace where A sells x to B for a dollar, and you get 10% (10 cents) Only catch - have to have a US bank account at this point. |
|||
|
|
You should apply directly for a merchant account instead of going through a 3rd party processor like Paypal. There is a great article on the subject on Sitepoint: http://sitepoint.com/article/merchant-account-review. |
|||
|
|
|
If you're planning on using Paypal for the actual processing, then it would fairly pointless to create your system - why wouldn't sites just use Paypal directly, and save themselves the cost of using your system. If you're planning on replacing Paypal with an alternate system, then you have to look at working with various payment portals for accepting various forms of payment, becoming PCI-compliant for storing customer data, figuring out a way to differentiate yourself from Paypal (or any of the dozens of alternatives already out there). |
|||||||||||||
|
|
CS-Cart vendor edition lets you create a market place which lets users signup sell their goods and you get a percentage |
|||
|
|