TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the cheapest ACH payment processor for marketplaces?

11 pointsby apelinabout 5 years ago
I am trying to figure out the cheapest way to integrate payment processor for the following use case: User1 pays User2 by $500 1-4 times a month via ACH. Platform charges subscription fee to User1.<p>I looked at Stripe. Looks like their only product that can power this is Connect Express which will charge: 0.8% ACH fee 0.25% transaction volume fee $0.25 transaction fee $2&#x2F;m to User2 0.15% for direct debit (subscription)<p>This really adds up. I was wondering if anyone found a cheaper way to do this.

6 comments

m_kmabout 5 years ago
Your best choice would be Dwolla - <a href="https:&#x2F;&#x2F;www.dwolla.com&#x2F;pricing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.dwolla.com&#x2F;pricing&#x2F;</a><p>You probably might want to start with the 0.5% Pay as You Go plan and as you go bigger, you can switch to a fixed-fee model. Once you switch to the other plans, you will be paying a flat ~$1 per transfer (both sending and receiving).<p>Handling fraud and chargebacks for ACH is more complicated compared to processing payments via cards. You probably should look into this before going live.<p>Source - Have built payment flows with ACH and cards for multiple marketplaces. Not associated with Dwolla at all. Just a happy customer.<p>EDIT:<p>Alternatives (that I have not tried) are Synapse - <a href="https:&#x2F;&#x2F;synapsefi.com&#x2F;ach" rel="nofollow">https:&#x2F;&#x2F;synapsefi.com&#x2F;ach</a> and Finix <a href="https:&#x2F;&#x2F;www.finixpayments.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.finixpayments.com&#x2F;</a>
评论 #23291999 未加载
shooabout 5 years ago
What option is cheapest will depend on volume of transaction value you expect to process. May also depend on how risky the transfers are.<p>For very low transaction volume your costs to set up the integration in first place may dominate the total cost, not the per transaction fee.<p>If you have high transaction volume you could shop around different payment providers for customised quotes.<p>For sufficiently high transaction volume it might be cheaper for your business to internalise some or all of the work to process the payments, but at that point you would need to be setting up systems to solve many of the problems that payment processors deal with.
评论 #23284931 未加载
pbrummabout 5 years ago
It may take volume first. But you can negotiate with stripe to get better rates. You take on more of the risk though.
评论 #23285024 未加载
jblakeabout 5 years ago
A few years ago I was using Beanstream and paying $0.25 per transaction, no percentage points.
评论 #23302609 未加载
smarriabout 5 years ago
Also take a look at GoCardless
评论 #23284913 未加载
kullabout 5 years ago
Check Braintree
评论 #23284918 未加载