Earlier quoted context omitted.
We don't handle direct transfers between two ACH accounts yet, but it's something we're thinking about and planning for down the road. As for point of sale applications, Stripe isn't really optimized for that. Have you checked out Square?
ACH payout to multiple endpoints would be killer (think App Store type 70% payouts to users). On another note, your markup is doing some strange things: ;var MrchComponent = Component.extend({});var MrchComponent = Component.extend({});var MrchComponent = Component.extend({});var MrchComponent = Component.extend({});var MrchComponent = Component.extend({});var MrchComponent = Component.extend({});var MrchComponent =…
Stripe: instant payment processing for developers
71–80 of 369 posts
Re: Stripe: instant payment processing for developers
#72I'm guessing that the target audience is solo developers that don't qualify for the volume discounts that every other payments vendor/gateway offers. As lovely as this API looks, not offering a volume discount is a complete dealbreaker for my business. There's no way I could justify eating an extra ~1% per transaction just so my API integration goes more smoothly and I don't have to deal with the headaches of a merch…
Re: Stripe: instant payment processing for developers
#73Re: Stripe: instant payment processing for developers
#74I'm not sure about avoiding PCI compliance so easily. You're embedding their JS library on your page. That page has to be secure, otherwise if someone can inject malicious Javascript they can sniff the CC data as soon as they are entered. You might not be storing the data on your servers, or transmitting the data directly, but security failures in your setup can cause the data to be leaked. Compare this to sending th…
PCI, however, doesn't actually have requirements around SSL, so it's not technically related to PCI compliance.
Re: Stripe: instant payment processing for developers
#75I'm not sure about avoiding PCI compliance so easily. You're embedding their JS library on your page. That page has to be secure, otherwise if someone can inject malicious Javascript they can sniff the CC data as soon as they are entered. You might not be storing the data on your servers, or transmitting the data directly, but security failures in your setup can cause the data to be leaked. Compare this to sending th…
They themselves are PCI Compliant. https://stripe.com/security
Re: Stripe: instant payment processing for developers
#76I was very excited reading their faq until I realized it's US only service. Can't wait to see you guys expand internationally. Best of luck.
Re: Stripe: instant payment processing for developers
#77I'm comparing payment processing options for a very straightforward SaaS app. I was heavily leaning toward Braintree, but Stripe and Samurai seem easier/cheaper. Is there a strong reason to go with Braintree? I'm not sure if having my own merchant account makes a big difference. The pricing for 1,000 monthly users looks (roughly) like: (edit: I did the % based on $9/transaction) Stripe: $329/mo @ $3,948/yr Samurai: $…
We work directly with Wells Fargo on our backend to make sure you end up with all the normal benefits of a merchant account (the money will be held in your name, you will be able to put whatever you want on your customers' credit card statements, etc.). We just want to abstract the whole process here -- basically, putting you on the account or accounts that makes the most amount of sense so you can start processing i…
Re: Stripe: instant payment processing for developers
#78Earlier quoted context omitted.
That's a strong sell even after sign-up actually. We're trying to sort through Braintree charges right now and it is pretty painful...
Hey edash, Shoot to hear you're having trouble sorting it out. Please feel free to reach out to Erin@braintreepayments.com . She'll help you out.
Re: Stripe: instant payment processing for developers
#79What about lock-in? This is awesome for getting started fast, but what happens when you have 100,000 subscribers and you want to switch to Braintree or someone to get some better pricing?
It's a bit tough to make this obvious, because we can't automate it unfortunately. PCI requires that we work directly with the environment that we're sending your data too, to ensure the transfer is also secure.
Re: Stripe: instant payment processing for developers
#80I'm not sure about avoiding PCI compliance so easily. You're embedding their JS library on your page. That page has to be secure, otherwise if someone can inject malicious Javascript they can sniff the CC data as soon as they are entered. You might not be storing the data on your servers, or transmitting the data directly, but security failures in your setup can cause the data to be leaked. Compare this to sending th…
You're right if you're thinking it shouldn't be.