←back to thread

721 points hhs | 1 comments | | HN request time: 0.254s | source
Show context
pc ◴[] No.22890523[source]
Stripe cofounder here. This isn't really new -- it's an extension of our last round (https://www.cnbc.com/2019/09/19/fintech-start-up-stripe-notc...).

That said, we've seen a big spike in signups over the past few weeks. If any HN readers have integrated recently and have feedback, we're always eager to hear it. Feel free to email me at patrick@stripe.com and I'll route to the right team(s).

As always, thank you to the many HNers who are also active Stripe users!

replies(39): >>22890622 #>>22890634 #>>22890672 #>>22890684 #>>22890831 #>>22890979 #>>22891191 #>>22891279 #>>22891405 #>>22891409 #>>22891593 #>>22891638 #>>22891711 #>>22891797 #>>22891995 #>>22892025 #>>22892038 #>>22892061 #>>22892643 #>>22892871 #>>22892981 #>>22892999 #>>22893425 #>>22893502 #>>22893523 #>>22893570 #>>22893665 #>>22893808 #>>22894106 #>>22894551 #>>22894687 #>>22895895 #>>22896013 #>>22896582 #>>22896793 #>>22897309 #>>22897898 #>>22898327 #>>22898711 #
1. windlep ◴[] No.22895895[source]
My biggest two issues:

1) Stripe docs are inaccurate. They frequently don't work exactly as they describe for given subscription workflows. Sometimes an API call is entirely wrong, sometimes it doesn't return the data the docs indicate, and sometimes the arguments it describes just doesn't exist. (Yes, I've ensured I'm using the latest API version in use).

2) The docs have no changelog. There's an API changelog that indicates when API's change, there's nothing indicating when entire chunks of the documentation change on the website, along with the recommended way to integrate. The most obvious example of this is that the subscription workflow docs got a huge makeover in the past year (sometime), with some really great flowchart diagrams. But back to point #1, some of the API calls listed here are not actually valid. If I've just missed the changelog for the website docs, please point me in the right direction. :)

For reference, I'm using Node at the moment, but I've also integrated with Python, and there were breaker bugs in those docs as well. I eventually end up reading the HTTP API docs, then going through the SDK's to see where they went wrong, or the docs went wrong.