Earlier quoted context omitted.
Actually - it's mostly because of cost / benefit shifting. A card can attract USERS by increasing the rewards it offers -> and charging MERCHANTS for the reward. So visa infinite cards might charge a much higher swipe fee to a merchant, and then make available cash back + first party car insurance + lots of bennies to the holders of these "elite" cards. They justify this to merchants by claiming that these "elite" us…
Meanwhile it's become the new hot thing locally (Southern USA) to charge credit and debit card users a "convenience fee" sometimes as high as 35 cents a transaction. Everyone went from offering discounts to cash users to simply charging card users more.
Stripe refunds: fees from the original charge are not returned
231–240 of 275 posts
Re: Stripe refunds: fees from the original charge are not returned
#232Earlier quoted context omitted.
I’m curious if any other HNers know of solutions out there that solve these problems.
In house solutions. Once a company becomes large enough where paying a company like Stripe's fees becomes larger than hiring enough people to create and maintain an internal billing system, then you do it yourself. This is something that companies that are near public company size do since the amount of work required to meet payment regulations alone, not to mention all of the infrastructure to support things like su…
Managing and developing your own billing system is a almost always a bad idea, no matter how big your company is. There is a high likelihood that you will end up running a business within a business if you go that route.
Re: Stripe refunds: fees from the original charge are not returned
#233Earlier quoted context omitted.
Translation: Come to HN with your problems and you'll get the VIP treatment while there's a spotlight on the company. Attempting to find an answer as an outsider lead me to this PR release from last year: https://stripe.com/newsroom/news/chargeback-protection < It makes me assume that if the merchant wasn't paying that extra fee they are going to be slammed.
Sounds like Google. Either you know somebody deep in there or you are lost with your request. Your problem.
So no, not like google at all. That somebody gets a response from a VP on hacker news is not evidence they will get no response outside hacker news.
Re: Stripe refunds: fees from the original charge are not returned
#234Earlier quoted context omitted.
patio11 gave a nonanswer, which is hardly transparent. > a human who cares about your success Regarding honesty, if Stripe "cares about your success", Stripe would relinquish processing fees for all refunded transactions (regardless of whether they are fraudulent) just like Square and Amazon Pay do.
For what it's worth, the success of my business doesn't hinge on whether Stripe gives me a dollar. I hope yours doesn't either.
Re: Stripe refunds: fees from the original charge are not returned
#235Earlier quoted context omitted.
What is meant by "free" revenue? I'm wondering how the one leads to the other. Does this mean, lower processing fee/less need to increase processing fees?
Businesses invest in product development and marketing to bring a customer to them. The customer is convinced of the value of the thing they want to buy and puts in their credit card number. Sometimes it doesn't work, for example because a poorly understood interaction of systems at their bank decides the charge is likely fraudulent. (Ask me about how a particular US bank has caught 17 of the last 0 times a fraudster…
Re: Stripe refunds: fees from the original charge are not returned
#236Note: this is different than Braintree and Amazon payments, which either refund in full or simply charge only the $0.30 fee. Stripe is now at or near the most expensive here relative to the competition. The idea that they have been doing customers a favor is not accurate. I have used stripe for years, but they are a company that has continued to make things worse with every update, versus AWS which has my trust they…
>I hope stripe changes it's ways here, but they have been a large disappointment over the last 4 years or so after a solid start. Sadly the same experience here. Getting them to fix the many many basic issues of their client libraries is hell, testing is no better and library updates often break your testing scenarios.
Re: Stripe refunds: fees from the original charge are not returned
#237Earlier quoted context omitted.
My personal experience is that all subscription management platforms fall over when you're doing enterprise SaaS. At a certain level (because literally your most valuable customers insist), you have to deal with credit cards, ACH, wire transfers, and checks. On top of that: custom plans, all sorts of weird line items and discounts, prepays, etc. And then you usually want reporting in multiple different formats (e.g.…
I’m curious if any other HNers know of solutions out there that solve these problems.
Re: Stripe refunds: fees from the original charge are not returned
#238Some more context: this has been around for a couple years (for only new Stripe users). Payments are costing more to process. Card network fees have been gradually increasing over the years. Stripe has kept this at bay for its longtime users for as long as we could, even as it's been getting more expensive. But with the water rising across the whole pond, we sadly have to start charging for some of these things.
Can this be further clarified? Are they keeping the 2.9 percent of the transaction and the transaction fee? If so, run away as fast as possible. If not, the transaction fee is still too high. Plenty of banks will will negotiate a much better fee with specific commitments, but it’s not too bad if you find value in the other features.
Re: Stripe refunds: fees from the original charge are not returned
#239Earlier quoted context omitted.
(I'm one of Stripe's cofounders.) Thanks for the candid feedback. A few quick thoughts -- - This is not a new policy change -- it's been our pricing for all new users since 2017. (The news is that we're now applying this pricing to Stripe's older users, in part as a response to some price increases that the card networks are making.) - Our policy on refunds is pretty much the same as Braintree's. - We've added a lot…
A few months back, I was hit with an attack from a spammer, who managed to place a few hundred orders through my Stripe checkout. It seems they were attempting to place thousands of orders, and looking for functional credit card information. When I reached out to support, they acknowledged that this was a type of attack, and I needed to manually go back and unapprove all of these purchases coming from a single IP add…
We were attacked by someone using different IP addresses testing out credit cards. Stripe caught a lot of these but surprisingly it seemed several went through that we had to refund & pay the transaction fee for. A lot of these didn't even require the CVC check it seemed.
We were able to get fairly good support, 100 times better than most places I deal with.
Unfortunately we had to switch to Radar for Teams to put in fairly basic checks such as making sure CVC verification happens before accepting the card. This costs a bit extra per transaction.
At the end of the day we were able to get it solved. Stripe puts plenty of human resources on helping & they have fairly good documentation. It does really stink that we need to purchase Radar for Teams just to add a few basic rules in place to prevent scammers like this. We lost around $100 that could have went to helping families whose kids have cancer which always sucks. We also had to implement an "invisible" Google Captcha which I wasn't a fan of. This could have been a lot worse though which is what troubled me the most.