The starting point
Northwind Cloud validated VAT numbers across several European markets, each through a different national source. Every integration had its own auth, its own response shape and its own failure modes, and the mapping layer between them had quietly become the most brittle part of the pipeline.
What changed
Moving to a single gateway call collapsed the mapping layer entirely. Because responses are field-filtered against entitlements frozen to the key, the shape stayed stable as coverage expanded — so onboarding a new market stopped being an engineering task.
Where it landed
Validation now runs inline during onboarding rather than as a nightly batch, and spend tracks actual usage because credits are only drawn on billable responses. Failed lookups and no-match results cost nothing.
One call, one schema. Adding a market stopped being an engineering ticket.