The following table describes which elements are sent to the Routing Service by the Creditor in the eMandate initiation request. Complex types are elements that don't have an actual value themselves. They function as containers for sub-elements that having the actual values.
eMandates mapping to ISO pain.009: Creditor to Routing Service
Index | ISO Message Element | eMandates Requirement |
---|---|---|
| ||
-<MndtInitnReq> | ||
--<GrpHdr> | ||
3 | Message Identification | Identifies the initial eMandate message from the Creditor. Max35Text Format: maxLength: 35, minLength: 1 |
4 | Creation Date Time | Creation date and time of the eMandate message by the Creditor. UTC time format (YYYY-MM- DDThh:mm:ss.sssZ) ISO 8601. |
| ||
6 | Mandate Identification |
|
7 | Mandate Request Identification | Must be: |
| ||
| ||
10 | Code | The identification code of the Scheme. Must be: SEPA |
| ||
12 | Code | The identification code of the Instrument (Core /B2B). Must be: CORE to indicate a Core direct debit and B2B to indicate a B2B direct debit. The mixing of different Local Instrument values is not allowed in the same message. |
| ||
14 | Sequence Type |
|
20 | Maximum Amount Optional |
Only allowed in B2B, not in Core |
--- <Rsn> Optional | ||
23 | Proprietary Optional | eMandate.Reason |
| ||
| ||
| ||
| ||
| ||
42 | ID |
|
| ||
| ||
45 | BICFI |
|
| ||
--- <Tp> | ||
---- <CdOrPrtry> | ||
50 | Proprietary |
|
××××
Example Message
<!--see iDx docs for non-container iDx message content--> <container> <Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.009.001.04" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MndtInitnReq> <GrpHdr> <MsgId>Message1234567890</MsgId> <CreDtTm>2015-04-29T13:29:51.974Z</CreDtTm> </GrpHdr> <Mndt> <MndtId>1234567890</MndtId> <MndtReqId>NOTPROVIDED</MndtReqId> <Tp> <SvcLvl> <Cd>SEPA</Cd> </SvcLvl> <LclInstrm> <Cd>CORE</Cd> </LclInstrm> </Tp> <Ocrncs> <SeqTp>OOFF</SeqTp> </Ocrncs> <Cdtr /> <Dbtr> <Id> <PrvtId> <Othr> <Id>12345-67890</Id> </Othr> </PrvtId> </Id> </Dbtr> <DbtrAgt> <FinInstnId> <BICFI>TESTNL2A</BICFI> </FinInstnId> </DbtrAgt> </Mndt> </MndtInitnReq> </Document> </container> <!--see iDx docs for non-container iDx message content-->