AntiPattern

Stripe/Express Payload Semantics Drift

payload-semantic-drift

Request handling and API namespaces drift from what the SDK/framework actually parses or expects, so handlers receive the wrong shape (missing ids, base-only webhook objects, or unparsed bodies) and Stripe/TypeScript rejects calls despite correct-looking fields.