eMandates Error response Acceptance report
eMandates mapping to ISO pain.012
Index | ISO Message Element | eMandates Requirement |
---|---|---|
| ||
> | ||
--<GrpHdr> | ||
3 | Message Identification | Identifies the eMandate message for the Status report. Max35Text Format: maxLength: 35, minLength: 1 |
4 | Creation Date Time | Creation date and time of the eMandate message. UTC time format (YYYY-MM- DDThh:mm:ss.sssZ) ISO 8601. |
-<UndrlygAccptncDtls> | ||
--<OrgnlMsgInf> | ||
7 | Message Identification | Message Identification from the original 009 (initiation) or 010 (amendment) message for which this is the Acceptance Report |
8 | Message Name Identification <MsgNmId> | Message.NameID. Specifies the type of request to which the message refers (Must be "Issuing" or "Amendment" or "Cancellation") |
| ||
10 | Accepted | Result of the Debtor validation. Must be 0 or technical equivalent |
----<RjctRsn> | ||
12 | Code <Cd> | Reject reason codes. See Reject Reason codes section for Allowed Reject Reason codes eMAN |
13 | Additional Reject Reason Information | Additional info can be provided for the reason why the request was rejected. Must be present if Reject Reason is MD02. Format: Max 105 Text |
| ||
15 | Original Mandate ID |
|
Example Message
<!--see iDx docs for non-container iDx message content--> <container> <Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.012.001.04" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MndtAccptncRpt> <GrpHdr> <MsgId> Message1234567222</MsgId> <CreDtTm>2014-08-12T10:41:57Z</CreDtTm> </GrpHdr> <UndrlygAccptncDtls> <OrgnlMsgInf> <MsgId>Message1234567890</MsgId> <MsgNmId>Issuing</MsgNmId> </OrgnlMsgInf> <AccptncRslt> <Accptd>false</Accptd> <RjctRsn> <Cd>MD02</Cd> </RjctRsn> <AddtlRjctRsnInf>Missing mandatory value</AddtlRjctRsnInf> </AccptncRslt> <OrgnlMndt> <OrgnlMndtId>unknown</OrgnlMndtId> </OrgnlMndt> </UndrlygAccptncDtls> </MndtAccptncRpt> </Document> </container> <!--see iDx docs for non-container iDx message content-->