-
The Stripe approach to object IDs: random alphanums, with a type prefix. Type prefixing allows polymorphic lookups, and most importantly prevents errors — it’s strong typing for IDs.
(tags: api design development programming stripe apis ids object-ids coding)