开发者

Etsy-like marketplace with Activemerchant? (Rails)

开发者 https://www.devze.com 2023-02-19 02:49 出处:网络
I am in the early stages of integrating a vendor 开发者_开发百科marketplace (similar to Etsy, but for a very niche demographic) into an online community.I envision a platform that allows vendors to si

I am in the early stages of integrating a vendor 开发者_开发百科marketplace (similar to Etsy, but for a very niche demographic) into an online community. I envision a platform that allows vendors to sign up and post goods for sale, with all transactions handled through the platform. Payments would be made from the consumers directly to the Paypal accounts of the vendors. A processing fee would be incurred for each transaction, with the sum of all fees billed to the vendors at the end of each 30 day period.

I have briefly looked into Activemerchant, though I feel as though it may be the right tool for the job. Does this sound like something that could be accomplished using Activemerchant?


Activemerchant is simply an API front-end to one of a fairly large number of payment processors. As such, it would surely handle the job of getting money from consumers. The funds would normally be deposited into the bank account that you set up with your payment processor.

Then you would need a separate process to pay vendors, which could be handled via one of PayPal's APIs. The two processes (get money from consumer, pay money to vendor) could be disconnected or integrated.


Check out http://poundpay.com It's geared towards your specific request.


I don't think, there is a multi vendor solution available that which build on Rails.But i have found various solutions on Core php and ecommerce software like open cart,oscommerce and so on.

Refer Multi Vendor Shopping Cart Software

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号