Build and inspect FedWire ISO 20022 messages locally.
A two-module workspace for payment teams: structured message generation on one side, XML parsing and field extraction on the other.
Two modules
Separate jobs, separate pages.
Message creation and XML triage ask different questions. Splitting them keeps each surface focused and easier to scan during implementation, testing, and incident review.
Message Builder
Create FedWire ISO 20022 messages from structured forms with profile defaults, presets, and JSON/XML output.
- pacs.008, pacs.009, and pacs.002 message families
- Runtime IDs, settlement date, UETR, and IMAD helpers
- FedWire profile checks before export
XML Parser
Drop in one or many FedWire XML messages and review the message type, root, status, amount, agents, and identifiers.
- Paste XML or upload multiple files
- Split multi-document payloads into parsed rows
- Show warnings for unsupported roots and parse failures
Parties
The model follows the real payment chain.
FedWire messages carry customer details, bank agents, settlement instructions, and return/status context. The tools keep those roles visible instead of burying them in raw XML.