Is it just me, or is this really confusing? Which services are responsible for taking payments? If the website goes down, does that affect taking payments? Isn't stripe.js part of the API? If the API goes down, doesn't that affect stripe.js?
Also, what is up with all of that downtime? I think I'd expect my payment provider to have better uptime. Makes me wonder how quality the backend really is.
If I was using stripe and my site couldn't accept payments for X minutes during a really important time (which seems to have happened 5 times in the last couple months), I'd be really pissed.
Also, from a UX experience, getting my mouse pointer to line up over a 4 pixel wide line is a pain in the ass. It looks pretty, but isn't really usable.
Also, what is up with all of that downtime? I think I'd expect my payment provider to have better uptime. Makes me wonder how quality the backend really is.
While all downtime is bad, we think 99.99% is decent.
The best service providers -- including the services that might power your site -- tend to have guarantees in this range. Amazon EC2 and Google App Engine both have SLAs for 99.95% uptime.
More generally, this is part of the point: other payments companies don't tend to talk about their availability at all. We think that this is harmful. What should count as acceptable uptime performance is a fair question. As a first step, we think we should all make our uptime public.
Is it just me, or is this really confusing? Which services are responsible for taking payments? If the website goes down, does that affect taking payments? Isn't stripe.js part of the API? If the API goes down, doesn't that affect stripe.js?
No, the Stripe site going down won't impact your ability to accept payments at all. stripe.js is optional, and so we've exposed its uptime separately too. Again, other services like Amazon and Google break out their availability on a per-service basis, and I think this makes a lot of sense.
1. The graphic exaggerates your downtime (1 minute/day looks like a day - x1440 worse than it is).
2. (On the site) please explain what each status is and how they relate (or link to rel docs). I understand the website uses the API; yet sometimes the API is down but not the website...
BTW: I humoured some severe criticism of my business once; it was only years later that I realized how accurate, helpful and crucial it was.
All your questions are fair, but I guess this site is for users who already know the difference between stripe.js and the API.
Also, your worries are rightful but pointless. The API provided 4 nines and stripe.js is close to 5 nines in the last three months. There were no 10+ minutes downtimes in either (still not counting the website.) I think that is impressive uptime.
I understand the difference between the two. The point I had is that stripe.js depends on the api. I don't understand why there is a separation in the status output. If the api is down, stripe.js is also down, you can see the reference to the api in the .js file.
The way that my business works is that we take a large number of orders in a short amount of time and then it tapers off. If my site was down because their api is down for 4 minutes (and I don't know when it is going to come back up), that would really affect my sales.
If you are at a cash register and pull out your credit card and the swiper doesn't work, chances are you can just hand the person cash. The internet doesn't work that way. 4 9's for a payment processor really isn't good enough. Also, that stat is just across 90 days, not 365.
I really like Stripe and what they are trying to do. Now that I can visually see it, I just worry about their uptime performance.
Update: Some one just sent me email calling me an asshole, which seems rather undeserving. This is their ip address pool-173-49-2-60.phlapa.fios.verizon.net.
> 4 9's for a payment processor really isn't good enough
If 99.99% isn't good enough for you, then you should just store the payment data yourself so that you can re-send it if your gateway is unavailable during those critical 4 minutes.
Payment processors of all sizes experience downtime. Authorizenet was down for almost a day last year despite having redundancy in every layer of their operations -- up to having an entire hot standby data center to fail over to. None of them lost all their customers and went out of business, so 4 9's IS good enough.
Something that I think would also be nice would be if the dates were most recent on the left and oldest on the right. English is read left to right, so left should be the most relevant when displaying data and right being the least relevant, where most relevant = today and least relevant = 90 days. To me closest to where I start reading = closest to the current time.
Almost all time-series data is represented with old data on the left, new data on the right. (Stock charts, etc.) The way you have https://status.stripe.com/ set up makes sense to me.
Oh come now: the shear number of stories regarding Stripe that hit HN (and often hit it pretty hard, although this one did falter) is staggering. There are tons of services and technologies that "many people on HN are using" that don't get this kind of play; on the contrary, I've seen complaints before regarding "HN is not a change-log for ______".
Also, what is up with all of that downtime? I think I'd expect my payment provider to have better uptime. Makes me wonder how quality the backend really is.
If I was using stripe and my site couldn't accept payments for X minutes during a really important time (which seems to have happened 5 times in the last couple months), I'd be really pissed.
Also, from a UX experience, getting my mouse pointer to line up over a 4 pixel wide line is a pain in the ass. It looks pretty, but isn't really usable.
Update: Why the downvote? At least respond to me.