The following table describes which elements are sent to the Routing Service by the Creditor in the eMandate initiation request. Only for the elements that have actual values the Index and element requirement is given.
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. |
| ||
14 | Sequence Type |
|
20 | Maximum Amount |
|
--- <Rsn> Optional | ||
23 | Proprietary | eMandate.Reason eMAN
|
| ||
| ||
| ||
| ||
| ||
42 | ID |
|
| ||
| ||
45 | BICFI |
|
| ||
--- <Tp> | ||
---- <CdOrPrtry> | ||
50 | Proprietary |
|
Pain.009 message (new eMandate)
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-->