Earlier quoted context omitted.
Currently it is legal for companies in the EU to ask the customer to pay the processing fees, some call it surcharging. EU seems to want to get rid of this practice, I wonder if it becomes a company expense, that we will see companies caring more about the processing fees.
I must say that I'm genuinely surprised by this phenomenon. One would think that it is a business' business to figure out how much to charge a customer. A willing customer will pay, an unwilling one won't. How is it a question of legality?
Cheap Recurring Payments with Stripe and AWS Lambda
61–70 of 131 posts
Re: Cheap Recurring Payments with Stripe and AWS Lambda
#62-=-=
Having said that, before you jump into making free payment forms for your static site, keep PCI compliance in mind. (even if stripe is rendering form using js).
Re: Cheap Recurring Payments with Stripe and AWS Lambda
#63This is what people are missing on Lambda. It's pay-to-play, and for 90% of the sites out there, they're paying too much in comparison. If you're running server instances 24x7 for an application that is doing serverless.io is a decent framework to get started (allows for local dev and testing, manages deployment) and is agnostic in terms of deployment target: AWS, IBM, Google coming soon, etc. The only reason we're n…
Re: Cheap Recurring Payments with Stripe and AWS Lambda
#64~3%, dirt cheap?! Why are so many of you so happy to throw so much cash away to process money? I know Stripe is lovely to integrate but as a business you have to shop around. In the UK (and EU) card processing is much cheaper. Stripe is closer to 2% but if you shop around, you'll find somebody who'll offer you 0.8-0.9%, give you free terminals and no monthly contract fees. Edit for those asking: Worldpay and Handepay…
Re: Cheap Recurring Payments with Stripe and AWS Lambda
#65This is what people are missing on Lambda. It's pay-to-play, and for 90% of the sites out there, they're paying too much in comparison. If you're running server instances 24x7 for an application that is doing serverless.io is a decent framework to get started (allows for local dev and testing, manages deployment) and is agnostic in terms of deployment target: AWS, IBM, Google coming soon, etc. The only reason we're n…
Re: Cheap Recurring Payments with Stripe and AWS Lambda
#66Earlier quoted context omitted.
Would you mind sharing those companies? I'm especially curious since Stripe is not supported in my Country.
I'd suggest Pineapple Payments. They are a new company based upon the CardConnect platform, which was just acquired by FirstData. FirstData is one of the primary companies in the market, and the rates you get from Pineapple are "interchange optimized". Means you pay 2.9% for AMEX, but ~1.5% for VISA, Discover, etc. For B2B and even B2C, it's a fantastic savings if you're willing to do just a tiny bit more legwork tha…
But publishes no pricing and you have to click for a quote (fill in form for a call back). Really transparent!
Also when they quote low rates for Visa and MC are they including the rewards cards which carry higher fees and make up a majority of the transactions?
Re: Cheap Recurring Payments with Stripe and AWS Lambda
#67~3%, dirt cheap?! Why are so many of you so happy to throw so much cash away to process money? I know Stripe is lovely to integrate but as a business you have to shop around. In the UK (and EU) card processing is much cheaper. Stripe is closer to 2% but if you shop around, you'll find somebody who'll offer you 0.8-0.9%, give you free terminals and no monthly contract fees. Edit for those asking: Worldpay and Handepay…
re worldpay - they may be cheap, but you get what you pay for. Their backend still does not support SNI for payment callbacks. I had to debug once my client's integration with their hosted payment form (the one under https://mms.cardsaveonlinepayments.com ) - and during debugging I have seen things like this: http://hiciu.org/2016-02-06-010735_1920x1043_scrot.png http://hiciu.org/2016-02-06-010743_1920x1043_scrot.png…
We spent a lot of developer time getting that 0.05% rate difference to work. Yes, that's a lot over a year, but we were constantly discovering undocumented error codes and "interesting" corner cases. The processor went down often enough that we actually ended up configuring a backup payment gateway on top of it (manual failover -- and yes it was well used). A year later and we still didn't have all the bugs ironed out.
Additionally the "PCI Scan" through the bank couldn't handle a DNS name, only a fixed IP address. This was one among many other issues with the PCI scan that ended up wasting weeks of developer time. In the end they literally gave up on scanning the site and just gave it a pass.
Believe it or not (I didn't at the time) there's actually more to card processing and banking than just a rate. You definitely get what you pay for.
Re: Cheap Recurring Payments with Stripe and AWS Lambda
#68Earlier quoted context omitted.
re worldpay - they may be cheap, but you get what you pay for. Their backend still does not support SNI for payment callbacks. I had to debug once my client's integration with their hosted payment form (the one under https://mms.cardsaveonlinepayments.com ) - and during debugging I have seen things like this: http://hiciu.org/2016-02-06-010735_1920x1043_scrot.png http://hiciu.org/2016-02-06-010743_1920x1043_scrot.png…
+1 even their website isn't https... (even for their contact-us page and quote page)
Re: Cheap Recurring Payments with Stripe and AWS Lambda
#69Re: Cheap Recurring Payments with Stripe and AWS Lambda
#70Earlier quoted context omitted.
I must say that I'm genuinely surprised by this phenomenon. One would think that it is a business' business to figure out how much to charge a customer. A willing customer will pay, an unwilling one won't. How is it a question of legality?
It's not actually illegal in the US to pass the processing fee to the customer, it's just against the contract you have to sign to get a merchant account. I don't know if the EU has a law or regulation prohibiting such contracts, but it seems possible.
Do majority of MAPs in the US have this condition in their terms? And which MAPs don't have this condition?