🔗 Stripe: Payments for developers

Stripe: Payments for developers Stripe makes it easy to start accepting credit cards (…) today. **Full-stack payments ** You don’t need a merchant account or gateway. Stripe handles everything, including storing cards, subscriptions, and direct payouts to your bank account. Stripe.js lets you build your own payment forms while still avoiding PCI requirements. Available only in the US and Canada, unfortunately 🙁

March 22, 2013 · 1 min · 62 words

🔗 Web API Versioning Smackdown | mnot’s blog

Web API Versioning Smackdown | mnot’s blog The key insight here, I think, is that URIs are used for so many things — persistent identifiers, cache keys, bases for relative resolution, bookmarks — that overloading them with versioning and extensibility information as well makes them worse for all of their various purposes. By pushing these concerns into link relations and media types using HATEOS, you end up with a flexible, future-proof system that can evolve in a controllable way, without giving up the benefits of using HTTP (never mind REST)....

October 26, 2011 · 1 min · 90 words