与 ActiveMerchant 一起使用的最佳支付网关是什么?

发布于 2024-07-26 02:47:57 字数 262 浏览 4 评论 0原文

我需要使用 ActiveMerchant 库在我们的一个 Rails 应用程序中设置支付解决方案。 尽管这个问题非常主观,但人们对主要网关(BrainTree、Authorize.net 等)的体验如何?

它必须:

  • 处理经常性付款。
  • 有能力存入某人的账户。
  • 有能力取消付款。
  • 有办法存储用户的付款详细信息(例如 Authotize.nets CIM)。

干杯

I need to set up a payment solution within one of our Rails apps using the ActiveMerchant library. Although this question is highly subjective, what are people experiences with the major gateways out there (BrainTree, Authorize.net etc)?

It must:

  • handle recurring payments.
  • have the ability to credit a persons account.
  • have the ability to void a payment.
  • have a way to store the users payment details (such as Authotize.nets CIM).

Cheers

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

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

发布评论

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

评论(2

风启觞 2024-08-02 02:47:57

ActiveMerchant 很棒,但我在过去一年左右的使用过程中发现了一些问题。

首先,虽然某些网关可能受到“支持”,但并非所有功能都包含在内。 请参阅功能矩阵,确保完全支持您选择的网关 -

http://wiki.github。 com/Shopify/active_merchant/gatewayfeaturematrix

我不得不多次向网关添加其他功能。

其次,请记住,可以通过应用简单的补丁来“支持”其他网关。 许多人,包括我自己,已经提交了对额外网关的支持,这些网关正在等待科迪和工作人员的批准。 大多数网关补丁都经过生产测试并准备就绪。

https://jadedpixel.lighthouseapp.com/projects/11599-active-merchant/tickets

ActiveMerchant is great, but there are a few issues I've discovered while working with it for the past year or so.

First, while some gateways maybe be 'supported' - not all functionality may be included. See the feature matrix to be sure the gateway you choose is fully supported -

http://wiki.github.com/Shopify/active_merchant/gatewayfeaturematrix

I've had to add additional functionality to gateways a few times.

Second, keep in mind that additional gateways may be 'supported' by applying a simple patch. Many people, myself included, have submitted support for additional gateways that are awaiting approval by Cody and crew. Most of these gateway patches are production tested and ready to go.

https://jadedpixel.lighthouseapp.com/projects/11599-active-merchant/tickets

风筝有风,海豚有海 2024-08-02 02:47:57

您的问题可能更多地与您的业务以及该服务向您收取的费用有关,而不是与 ActiveMerchant 本身有关。
如果您发现自己想要一个不受 AM 支持的网关,您可以自己编写支持或付费给一些 AM 开发人员来完成。

有关支付网关的费用和问题的详细解释,请参阅这篇文章:

什么是最好的在线支付处理解决方案?

您可以阅读的另一篇关于支付处理器的精彩文章是:

付款处理商 - 如果我想在我的网站上接受信用卡,我需要知道什么?< /a>

Your problem probably relates more to your business and the fees the service will charge you than ActiveMerchant itself.
If you find yourself wanting a gateway not supported by AM you can write the support yourself or pay some AM developer to do it.

For a good explanation on fees and issues regarding Payment Gateways, refer to this post:

What's the best online payment processing solution?

Another great post about payment processors that you could read is:

Payment Processors - What do I need to know if I want to accept credit cards on my website?

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