Live data from Hacker News

Ask HN: Can payment processors like Stripe and their fees be avoided?

news.ycombinator.com

31–40 of 72 posts

Re: Ask HN: Can payment processors like Stripe and their fees be avoided?

#31
In India we have UPI by government no fees.

It is a new way of payments that removes need for middleman and government even has a official app ( BHIM App ) for it and most importantly it is a protocol so anyone can use it without third parties ( private companies )involved.

It now also supports subscriptions.

Read more:

UPI transactions over $100bn in Oct

Read more at: 1. Wikipedia https://en.wikipedia.org/wiki/Unified_Payments_Interface 2. UPI transactions over $100bn in Oct http://timesofindia.indiatimes.com/articleshow/87474515.cms 3. Search Google for "UPI in India"

Re: Ask HN: Can payment processors like Stripe and their fees be avoided?

#32
post #4

How do you expect to get paid? That is a serious question, by the way. In general, let's say that you want to use credit card. That pretty much put you at the mercy of Visa & Mastercard. They charge you fees, and the cost of managing the interaction with them is significant. You can accept wire transfers, but note that this probably means quite a bit of dealing with the backend financial stuff (user paid, but didn't…

> A truly underrated value you get is the fact that payment processors deals with all those issues around taxes, VAT, etc. I signed up for Stripe thinking it was the case but it turns out they don't handle VAT and taxes and I have to find something else (looking into Paddle and I would be grateful for suggestions and ideas). How are people here dealing with VAT and taxes for their SaaS in 2021. Company is in France,…

I think Stripe does now have a tax product. Not sure what the features/limitations are but it seems to be saying it handles VAT for you. Can't offer anything deeper than that as I haven't used it but thought I'd mention in case it was helpful!

https://stripe.com/tax

Re: Ask HN: Can payment processors like Stripe and their fees be avoided?

#33
post #4

How do you expect to get paid? That is a serious question, by the way. In general, let's say that you want to use credit card. That pretty much put you at the mercy of Visa & Mastercard. They charge you fees, and the cost of managing the interaction with them is significant. You can accept wire transfers, but note that this probably means quite a bit of dealing with the backend financial stuff (user paid, but didn't…

> A truly underrated value you get is the fact that payment processors deals with all those issues around taxes, VAT, etc. I signed up for Stripe thinking it was the case but it turns out they don't handle VAT and taxes and I have to find something else (looking into Paddle and I would be grateful for suggestions and ideas). How are people here dealing with VAT and taxes for their SaaS in 2021. Company is in France,…

If you want a service that does all of the VAT admin on sales, including reporting and remittance to government authorities in all relevant jurisdictions, you might want a "merchant of record" service. You mentioned Paddle, who seem to be popular and getting positive reviews among my network, though they aren't the only MoR available now.

Given how much pain governments are increasingly inflicting in this area, and the EU more than most, I expect that the market for these services will grow and using a merchant of record will become the dominant mechanism for accepting online payments, at least for smaller online businesses with significant international or inter-state sales. (I'm not sure this will be a good thing for various other reasons but it's what I expect to happen if current trends continue.)

The tax products offered by Stripe and a few specialist providers seem to offer little more than tracking some VAT rates and doing some simple calculations. I don't understand who the target market is supposed to be for these services today. Anyone with the resources to handle reporting and remittance properly everywhere surely doesn't need to pay the extra fees just for a bit of tracking and arithmetic. Anyone who doesn't have those resources might prefer to outsource everything (including responsibility for compliance) to specialists who offer a comprehensive service.

Re: Ask HN: Can payment processors like Stripe and their fees be avoided?

#34
post #31

In India we have UPI by government no fees. It is a new way of payments that removes need for middleman and government even has a official app ( BHIM App ) for it and most importantly it is a protocol so anyone can use it without third parties ( private companies )involved. It now also supports subscriptions. Read more: UPI transactions over $100bn in Oct Read more at: 1. Wikipedia https://en.wikipedia.org/wiki/Unifi…

That's awesome. Sounds a lot like Brazil's Pix, which I saw some people in this website say would be a detriment to the "free market" and shouldn't exist. Lol.

Re: Ask HN: Can payment processors like Stripe and their fees be avoided?

#35
post #34
post #31

In India we have UPI by government no fees. It is a new way of payments that removes need for middleman and government even has a official app ( BHIM App ) for it and most importantly it is a protocol so anyone can use it without third parties ( private companies )involved. It now also supports subscriptions. Read more: UPI transactions over $100bn in Oct Read more at: 1. Wikipedia https://en.wikipedia.org/wiki/Unifi…

That's awesome. Sounds a lot like Brazil's Pix, which I saw some people in this website say would be a detriment to the "free market" and shouldn't exist. Lol.

lol

Re: Ask HN: Can payment processors like Stripe and their fees be avoided?

#36
post #9

Take payment in crypto. Something like BCH if you want to minimize network fees. Programmatically move your funds to an exchange and convert to USD using your exchange’s API if you don’t want to hold crypto. Easy weekend project.

In the US (and many other countries) as soon as the cryptocurrency is “under your control” tax issues hit. Because of this the taxation and accounting for these transactions is ridiculous: - Get BTC from customer with X value in USD at time of sale - Trade to USD with Y value at time of trade - Track AND report gain/loss between X and Y values …so in addition to all of the accounting and reporting overhead you get th…

This is not specific to crypto. Rather this is simply how dealing with foreign currencies and tradable assets/securities works.

What people might not realize is that these very standard accounting and taxation rules do apply to crypto.

Re: Ask HN: Can payment processors like Stripe and their fees be avoided?

#37
US Centric answer:

If you're looking to accept card payments, then no. Both credit and debit cards have interchange fees[0] that are unavoidable. Strong negotiation with a payment provider can land you on an "interchange plus"[1] type fee schedule, which means that they pass through their costs to process the transaction and add some small fixed amount. Note that card interchange fees can range from essentially 0% (debit cards) to >2% fees baked into them. Rewards cards can reach 2.5%+ -- merchants pay for rewards on these cards and eventually pass the cost onto everyone else in the form of higher prices.

Now you could look at using something like ACH to automate bank debits. On paper, this could be as cheap as $0.10/txn. However, there's a litany of new issues to worry about. ACH payments take days to clear. The information needed to debit someone is printed on checks and given out, so now you've got a new authorization problem. People usually solve this with microdeposits or something like Plaid -- you're looking at more time and friction or more cost. People are not trained as well as with cards to punch their bank details into every other website.

Crypto adds a bunch of friction for unsavvy users, has no dispute flow (though I guess that's to your benefit as a merchant), and can have pretty variable costs.

Edit: at the end of the day, checkout completion rate is often more impactful than the fees. Other advice: 1) Try to negotiate with providers. You may not have sufficient leverage until you reach some scale, but it doesn't hurt to ask respectfully. 2) If you plan to grow your business for a long time: create local payments abstractions that make it easier to switch providers or support multiple providers later. Everybody has outages and this increases your negotiating leverage.

[0] https://en.wikipedia.org/wiki/Interchange_fee [1] Depending on the card distribution of your users, "interchange plus" can be more costly than a fixed plan.

Re: Ask HN: Can payment processors like Stripe and their fees be avoided?

#38

In my country (Montenegro), at least one logistic company supports cash on delivery for physical goods shipped within the country. Specifically, a buyer orders something, a seller ships the package, the logistic company delivers package + papers, takes cash + buyer’s signature, pays the seller. I never sold things that way, but I bought stuff couple of times paying cash.

It's a barrier for consumers though, you have to be home when the package comes in or go to a delivery point.

Re: Ask HN: Can payment processors like Stripe and their fees be avoided?

#39
You can't avoid fees if you're accepting card payments. One way or another you will be relying on multiple specialist services to access the card networks and they are each going to take a cut.

Cards are a broken and expensive payment method that needs to go away, and in some parts of the world that is already starting to happen, but it really depends on where your sales are. If you are aiming for customers in the US you're probably stuck with cards for now because it's what people and businesses expect to use.

However if you're selling to somewhere like Europe you might get a much better deal with alternative payment methods like SEPA and the national schemes. There will still be fees and risks but they can be much lower than you'll ever get with card payments.

Whichever payment method(s) you decide to accept you will still have to deal with the admin around taxes that has been mentioned elsewhere in this discussion. An alternative strategy of outsourcing everything to a specialist that handles both payment processing and tax admin is becoming increasingly attractive. As always if you're running a small business you might want to concentrate on whatever products or service you offer and outsource as much of the rest as you can. In this case the question isn't about how to avoid fees, because obviously you can't, but whether the amount you save is worth the fees you spend, which it easily could be.

Re: Ask HN: Can payment processors like Stripe and their fees be avoided?

#40

If all your customers are local to your own country then yes you can engage a merchant e-commerce solution usually provided by a local major bank. These were popular before Stripe arose. You can save fees BUT the application process is often much more manual and long. Also don’t expect add-ons like having a good API or strong reporting or analytics.

We had such an account before Stripe and Braintree were in existence. The rates weren't significantly better than what Stripe or Braintree offered, which is why we switched. I assume that's still the case...?
Post reply on HN