/
eMandates Error response Acceptance report

eMandates Error response Acceptance report

eMandates mapping to ISO pain.012

Index

ISO Message Element

eMandates Requirement

<Document>

-<MndtAccptncRpt>
--<GrpHdr>

3

Message Identification <MsgId>

Identifies the eMandate message for the Status report. Max35Text Format: maxLength: 35, minLength: 1

4

Creation Date Time <CreDtTm>

Creation date and time of the eMandate message. UTC time format (YYYY-MM- DDThh:mm:ss.sssZ) ISO 8601.

-<UndrlygAccptncDtls>
--<OrgnlMsgInf>
7

Message Identification <MsgId>

Message Identification from the original 009 (initiation) or 010 (amendment) message for which this is the Acceptance Report
8Message Name Identification <MsgNmId>Message.NameID. Specifies the type of request to which the message refers (Must be "Issuing" or "Amendment" or "Cancellation")

---<AccptncRslt>

10

Accepted <Accptd>

Result of the Debtor validation. Must be 0 or technical equivalent

----<RjctRsn>
12Code <Cd>Reject reason codes. See Reject Reason codes section for Allowed Reject Reason codes
eMAN

13

Additional Reject Reason Information <AddtlRjctRsnInf>

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
eMAN

---<OrgnlMndt>

15

Original Mandate ID <OrgnlMndtId>

eMandate.eMandateID. Mandate Identification from original 009 or 010 message.

 

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-->