类似 Etsy 的 Activemerchant 市场? (导轨)

发布于 2024-10-25 11:12:33 字数 238 浏览 1 评论 0原文

我正处于将供应商市场(类似于 Etsy,但针对非常小众的人群)集成到在线社区的早期阶段。我设想建立一个平台,允许供应商注册并发布待售商品,所有交易都通过该平台处理。消费者将直接向供应商的 Paypal 账户付款。每笔交易都会产生处理费,所有费用的总和将在每 30 天的期限结束时向供应商收取。

我简要地研究了 Activemerchant,尽管我觉得它可能是适合这项工作的工具。这听起来像是可以使用 Activemerchant 来完成的事情吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

本宫微胖 2024-11-01 11:12:35

查看 http://poundpay.com 它适合您的具体要求。

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

-残月青衣踏尘吟 2024-11-01 11:12:35

我不认为有一个基于 Rails 构建的多供应商解决方案。但我在核心 php 和电子商务软件(如 open cart、oscommerce 等)上找到了各种解决方案。

请参阅多供应商购物车软件

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

々眼睛长脚气 2024-11-01 11:12:34

Activemerchant 只是相当多的支付处理器之一的 API 前端。因此,它肯定会处理从消费者那里赚钱的工作。资金通常会存入您在支付处理商处设置的银行账户。

然后,您需要一个单独的流程来向供应商付款,这可以通过 PayPal 的 API 之一进行处理。这两个流程(从消费者处获取资金,向供应商付款)可以断开或集成。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文