Upload an Excel, CSV or pain.001 file. Struct20022 finds the address columns, converts them into ISO 20022 fields and shows the rows to fix before bank submission.
No card required · no subscription · prepaid credits
Demo: structuring and completion, with the same options available in your account.
Upload Excel, CSV, TXT or pain.001 files. Address columns are detected even when the address is split across several fields.
Structuring, completion and validation are independent features. Each costs 1 credit and can be enabled as needed.
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: pain.001 is reviewed as-is and tabular files receive a first local estimate. Nothing is stored.
ERP exports, scripts and client portals use the same processing path as the web interface, with an API key and clear job tracking.
# Structure an address via the API curl -X POST https://api.struct20022.cloud/v1/addresses/structure \ -H "X-API-Key: struct20022_live_..." \ -d '{"address": "12 r. de la paix paris 2e", "features": {"structuring": true, "completion": true, "validation": false}}' # -> 200 OK { "iso20022": {"StrtNm": "Rue de la Paix", "BldgNb": "12", "PstCd": "75002", "TwnNm": "Paris", "Ctry": "FR"}, "compliance": "structured_ok", "credits_charged": 2 }
Three combinable features, billed on actual processing: structuring, geographic completion and official-source validation when the country is supported.
Estimate. Each enabled feature adds 1 credit per address.