AntiPattern

API Data Model Mismatch

api-data-model-mismatch

In Stripe-like workflows, client code and payload shapes often mismatch the provider’s expected entities (price/lookup_key, nested IDs, metadata paths), so updates, iteration, or subscription creation fail until data is transformed or new immutable objects are created.