Upload Excel, CSV or pain.001 files as they are. Struct20022 detects the useful columns, structures each postal address and flags rows that still need review.
No card required · no subscription · prepaid credits
Premium Google Maps + AI engine - the same output your account receives.
Upload Excel, CSV, TXT or pain.001 files. Address columns are detected even when the address is split across several fields.
Premium combines Google Maps and AI, then applies ISO checks: town, country, maximum lengths and a PstlAdr fragment.
Download the original file enriched with ISO columns, or a pain.001 XML re-issued with PstlAdr blocks replaced in place.
Drop a file without creating an account: a pain.001 is checked as-is, and tabular files get a local estimate. Nothing is stored.
The interface has no special privileges: ERP exports, scripts and client portals call the same endpoints with an API key.
# Structure an address in Premium mode curl -X POST https://api.struct20022.cloud/v1/addresses/structure \ -H "X-API-Key: isoflow_live_..." \ -d '{"address": "12 r. de la paix paris 2e", "mode": "google_maps"}' # -> 200 OK { "iso20022": {"StrtNm": "Rue de la Paix", "BldgNb": "12", "PstCd": "75002", "TwnNm": "Paris", "Ctry": "FR"}, "compliance": "structured_ok", "credits_charged": 2 }
Two quality levels, charged on actual enrichment. A local fallback that adds no external enrichment is not charged.