Possible Duplicate:
Payment Processors - What do I need to know if I want to accept credit cards on my website?
Hi. I need to create an online store. It will work like a marketplace where the registred users can add their products to the application and then other users can buy them.
Probably I will allow payments with paypal but also credit card.
Any advices on a Payment gateway / provider to use?.
Also I have some doubts about how the payments will be made. Each payment has to be done to the user who sell the product and not directly to me so I would need to store their bank account info. But then how to I pass the destiny account to the gateway?
I also would like to keep the transaction history and maybe get a fee for each transaction made within my app.
Note: i am coding in php.