Sample SWIFT MT101 Documents

Topics:

For reference purposes, this section provides the original and XML transformed version of the SWIFT MT101 document.

Standard iSM services are used to generate an XML representation of the SWIFT MT101 message, which is suitable for use in a process flow. For this example, portions of the transformed SWIFT MT101 message in XML format that are not required have been removed.

For more information on integrating with SWIFT using iSM, see the iWay Integration Solution for SWIFT 2017 User's Guide.

Original SWIFT MT101 Message (Request for Transfer)

{1:F01FNBCUS44A1230000000000}{2:I101BOFAUS6SX123N2}{4:
:20:091117-DSNY0001
:28D:1/1
:50H:/12345-67891
WALT DISNEY COMPANY
MOUSE STREET 1
LOS ANGELES CA 
:30:091117
:21:WDC091117RPCUS
:32B:USD377250,
:50L:WALT DISNEY COMPANY LOS ANGELES CA
:57A:WFBIUS6S
:59:/26351-38947
RIVERS PAPER COMPANY
37498 STONE ROAD
SAN RAMON CA
:71A:OUR
-}

Transformed SWIFT MT101 Message (XML Format)

<?xml version="1.0" encoding="ISO-8859-1" ?><Output><SWIFTMT101>
    <Basic_Header>
     …
    </Basic_Header>
    <Application_Header>
        <I>…	
            <Message_Type__>101</Message_Type__>
        </I>
    </Application_Header>
    <_101>
        <A>
            <_20>
                <Reference__>091117-DSNY0001</Reference__>
            </_20>
…
            <_50H>
                <Account__>12345-67891</Account__>
                <Name_Address__>…</Name_Address__>
            </_50H>
            <_30>
                <Date__>091117</Date__>
            </_30>
        </A>
        <B>
            <_21>
                <Transaction_Reference__>WDC091117RPCUS</Transaction_Reference__>
            </_21>
            <_32B>
                <Currency__>USD</Currency__>
                <Amount__>377250,</Amount__>
            </_32B>
            <_50L>
                <Party_Identifier__>…</Party_Identifier__>
            </_50L>
            <_57a>
                <Identifier_Code__>WFBIUS6S</Identifier_Code__>
            </_57a>
            <_59>
                <Account__>26351-38947</Account__>
                <Name_Address…</Name_Address__>
            </_59>
            <_71A>
                <Code__>OUR</Code__>
            
</_71A>
        </B>
    </_101>
</SWIFTMT101></Output>