pain.014.001.06
The CreditorPaymentActivationRequestStatusReport message is sent by a party to the next party in the creditor payment activation request chain. It is used to inform the latter about the positive or negative status of a creditor payment activation request (either single or file).
Message Construction
Every ISO20022 message has at the highest level what we call ‘building blocks’. Because the message is constructed as immutable records, the association is by composition. Below you can see the relationship between the message and its constituent building blocks: For comparison, see the ISO20022 official specification
classDiagram direction LR %% CreditorPaymentActivationRequestStatusReportV06 recursion level 0 with max 0 CreditorPaymentActivationRequestStatusReportV06 *-- "1..1" GroupHeader46 : GroupHeader CreditorPaymentActivationRequestStatusReportV06 *-- "1..1" OriginalGroupInformation28 : OriginalGroupInformationAndStatus CreditorPaymentActivationRequestStatusReportV06 *-- "0..1" OriginalPaymentInstruction24 : OriginalPaymentInformationAndStatus CreditorPaymentActivationRequestStatusReportV06 *-- "0..1" SupplementaryData1 : SupplementaryData
Now, we will zero-in one-by-one on each of these building blocks.
GroupHeader building block
Set of characteristics shared by all individual transactions included in the message. Set of characteristics shared by all individual transactions included in the message. For comparison, see the ISO20022 official specification
classDiagram direction tb %% GroupHeader46 recursion level 0 with max 1 class GroupHeader46{ MessageIdentification IsoMax35Text CreationDateTime IsoISODateTime } GroupHeader46 *-- "1..1" PartyIdentification43 : InitiatingParty GroupHeader46 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : DebtorAgent GroupHeader46 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : CreditorAgent %% PartyIdentification43 recursion level 1 with max 1 class PartyIdentification43{ Name IsoMax140Text CountryOfResidence CountryCode } PartyIdentification43 *-- "0..1" PostalAddress6 : PostalAddress PartyIdentification43 *-- "0..1" IParty11Choice : Identification PartyIdentification43 *-- "0..1" ContactDetails2 : ContactDetails %% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification %% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
GroupHeader46 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
MessageIdentification | Point to point reference assigned by the instructing party and sent to the next party in the chain to unambiguously identify the message. | |
CreationDateTime | Date and time at which the status report was created by the instructing party. | IsoISODateTime - Required 1..1 |
InitiatingParty | Party initiating the creditor payment activation request. This can either be the creditor himself or the party that initiates the request on behalf of the creditor. | PartyIdentification43 - Required 1..1 |
DebtorAgent | Financial institution servicing an account for the debtor. | BranchAndFinancialInstitutionIdentification5 - Optional 0..1 |
CreditorAgent | Financial institution servicing an account for the creditor. | BranchAndFinancialInstitutionIdentification5 - Optional 0..1 |
OriginalGroupInformationAndStatus building block
Original group information concerning the group of transactions, to which the status report message refers to. Set of elements used to provide information on the original group, to which the message refers. For comparison, see the ISO20022 official specification
classDiagram direction tb %% OriginalGroupInformation28 recursion level 0 with max 1 class OriginalGroupInformation28{ OriginalMessageIdentification IsoMax35Text OriginalMessageNameIdentification IsoMax35Text OriginalCreationDateTime IsoISODateTime OriginalNumberOfTransactions IsoMax15NumericText OriginalControlSum IsoDecimalNumber GroupStatus ExternalPaymentGroupStatus1Code } OriginalGroupInformation28 *-- "0..0" StatusReasonInformation9 : StatusReasonInformation OriginalGroupInformation28 *-- "0..0" NumberOfTransactionsPerStatus5 : NumberOfTransactionsPerStatus %% StatusReasonInformation9 recursion level 1 with max 1 class StatusReasonInformation9{ AdditionalInformation IsoMax105Text } StatusReasonInformation9 *-- "0..1" PartyIdentification43 : Originator StatusReasonInformation9 *-- "0..1" IStatusReason6Choice : Reason %% NumberOfTransactionsPerStatus5 recursion level 1 with max 1 class NumberOfTransactionsPerStatus5{ DetailedNumberOfTransactions IsoMax15NumericText DetailedStatus ExternalPaymentTransactionStatus1Code DetailedControlSum IsoDecimalNumber }
OriginalGroupInformation28 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
OriginalMessageIdentification | Point to point reference, as assigned by the original instructing party, to unambiguously identify the original message. | IsoMax35Text - Required 1..1 |
OriginalMessageNameIdentification | Specifies the original message name identifier to which the message refers. | IsoMax35Text - Required 1..1 |
OriginalCreationDateTime | Date and time at which the original message was created. | IsoISODateTime - Optional 0..1 |
OriginalNumberOfTransactions | Number of individual transactions contained in the original message. | IsoMax15NumericText - Optional 0..1 |
OriginalControlSum | Total of all individual amounts included in the original message, irrespective of currencies. | IsoDecimalNumber - Optional 0..1 |
GroupStatus | Specifies the status of a group of transactions. | ExternalPaymentGroupStatus1Code - Optional 0..1 |
StatusReasonInformation | Set of elements used to provide detailed information on the status reason. | StatusReasonInformation9 - Unknown 0..0 |
NumberOfTransactionsPerStatus | Detailed information on the number of transactions for each identical transaction status. | NumberOfTransactionsPerStatus5 - Unknown 0..0 |
OriginalPaymentInformationAndStatus building block
Information concerning the original payment information, to which the status report message refers. Provides details on the original transactions, to which the status report message refers. For comparison, see the ISO20022 official specification
classDiagram direction tb %% OriginalPaymentInstruction24 recursion level 0 with max 1 class OriginalPaymentInstruction24{ OriginalPaymentInformationIdentification IsoMax35Text OriginalNumberOfTransactions IsoMax15NumericText OriginalControlSum IsoDecimalNumber PaymentInformationStatus ExternalPaymentGroupStatus1Code } OriginalPaymentInstruction24 *-- "0..0" StatusReasonInformation9 : StatusReasonInformation OriginalPaymentInstruction24 *-- "0..0" NumberOfTransactionsPerStatus5 : NumberOfTransactionsPerStatus OriginalPaymentInstruction24 *-- "0..0" PaymentTransaction83 : TransactionInformationAndStatus %% StatusReasonInformation9 recursion level 1 with max 1 class StatusReasonInformation9{ AdditionalInformation IsoMax105Text } StatusReasonInformation9 *-- "0..1" PartyIdentification43 : Originator StatusReasonInformation9 *-- "0..1" IStatusReason6Choice : Reason %% NumberOfTransactionsPerStatus5 recursion level 1 with max 1 class NumberOfTransactionsPerStatus5{ DetailedNumberOfTransactions IsoMax15NumericText DetailedStatus ExternalPaymentTransactionStatus1Code DetailedControlSum IsoDecimalNumber } %% PaymentTransaction83 recursion level 1 with max 1 class PaymentTransaction83{ StatusIdentification IsoMax35Text OriginalInstructionIdentification IsoMax35Text OriginalEndToEndIdentification IsoMax35Text TransactionStatus ExternalPaymentTransactionStatus1Code AcceptanceDateTime IsoISODateTime AccountServicerReference IsoMax35Text ClearingSystemReference IsoMax35Text } PaymentTransaction83 *-- "0..0" StatusReasonInformation9 : StatusReasonInformation PaymentTransaction83 *-- "0..0" Charges2 : ChargesInformation PaymentTransaction83 *-- "0..1" OriginalTransactionReference26 : OriginalTransactionReference PaymentTransaction83 *-- "0..0" SupplementaryData1 : SupplementaryData
OriginalPaymentInstruction24 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
OriginalPaymentInformationIdentification | Unique identification, as assigned by the original sending party, to unambiguously identify the original payment information group. | IsoMax35Text - Required 1..1 |
OriginalNumberOfTransactions | Number of individual transactions contained in the original payment information group. | IsoMax15NumericText - Optional 0..1 |
OriginalControlSum | Total of all individual amounts included in the original payment information group, irrespective of currencies. | IsoDecimalNumber - Optional 0..1 |
PaymentInformationStatus | Specifies the status of the payment information group. | ExternalPaymentGroupStatus1Code - Optional 0..1 |
StatusReasonInformation | Provides detailed information on the status reason. | StatusReasonInformation9 - Unknown 0..0 |
NumberOfTransactionsPerStatus | Detailed information on the number of transactions for each identical transaction status. | NumberOfTransactionsPerStatus5 - Unknown 0..0 |
TransactionInformationAndStatus | Provides information on the original transactions to which the status report message refers. | PaymentTransaction83 - Unknown 0..0 |
SupplementaryData building block
Additional information that cannot be captured in the structured elements and/or any other specific block. Additional information that can not be captured in the structured fields and/or any other specific block. For comparison, see the ISO20022 official specification
classDiagram direction tb %% SupplementaryData1 recursion level 0 with max 1 class SupplementaryData1{ PlaceAndName IsoMax350Text } SupplementaryData1 *-- "1..1" IsoSupplementaryDataEnvelope1 : Envelope %% IsoSupplementaryDataEnvelope1 recursion level 1 with max 1
SupplementaryData1 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PlaceAndName | Unambiguous reference to the location where the supplementary data must be inserted in the message instance. In the case of XML, this is expressed by a valid XPath. | IsoMax350Text - Optional 0..1 |
Envelope | Technical element wrapping the supplementary data. | IsoSupplementaryDataEnvelope1 - Required 1..1 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the CreditorPaymentActivationRequestStatusReportV06 implementation follows a specific implementaiton pattern. First of all, CreditorPaymentActivationRequestStatusReportV06 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CreditorPaymentActivationRequestStatusReportV06Document implements IOuterDocument. Because CreditorPaymentActivationRequestStatusReportV06 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CreditorPaymentActivationRequestStatusReportV06.
classDiagram class IOuterRecord CreditorPaymentActivationRequestStatusReportV06 --|> IOuterRecord : Implements CreditorPaymentActivationRequestStatusReportV06Document --|> IOuterDocument~CreditorPaymentActivationRequestStatusReportV06~ : Implements class IOuterDocument~CreditorPaymentActivationRequestStatusReportV06~ { CreditorPaymentActivationRequestStatusReportV06 Message }
Document wrapper for serialization
The only real purpose CreditorPaymentActivationRequestStatusReportV06Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:pain.014.001.06’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CreditorPaymentActivationRequestStatusReportV06.ToDocument() method. The returned CreditorPaymentActivationRequestStatusReportV06Document value will serialize correctly according to ISO 20022 standards.
classDiagram CreditorPaymentActivationRequestStatusReportV06Document *-- CreditorPaymentActivationRequestStatusReportV06 : Document
Sample of message format
This is an abbreviated version of what the message should look like.
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.014.001.06">
<CdtrPmtActvtnReqStsRpt>
<GrpHdr>
<!-- GroupHeader inner content -->
</GrpHdr>
<OrgnlGrpInfAndSts>
<!-- OriginalGroupInformationAndStatus inner content -->
</OrgnlGrpInfAndSts>
<OrgnlPmtInfAndSts>
<!-- OriginalPaymentInformationAndStatus inner content -->
</OrgnlPmtInfAndSts>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</CdtrPmtActvtnReqStsRpt>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_8mXpEZRtEeazAtAtDSg0Nw"
nextVersions="_eYI_722PEei3KuUgpx7Xcw"
previousVersion="_gO7AUYIWEeWs6fzahhkJjg"
name="CreditorPaymentActivationRequestStatusReportV06"
definition="The CreditorPaymentActivationRequestStatusReport message is sent by a party to the next party in the creditor payment activation request chain. It is used to inform the latter about the positive or negative status of a creditor payment activation request (either single or file)."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="CdtrPmtActvtnReqStsRpt"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_8mXpE5RtEeazAtAtDSg0Nw"
nextVersions="_eYI_8W2PEei3KuUgpx7Xcw"
previousVersion="_gO7AU4IWEeWs6fzahhkJjg"
name="GroupAndTransactionStatus1Rule"
definition="If OriginalGroupInformationAndStatus/GroupStatus is present and is equal to ACTC, ACCP, ACSP or ACSC, ACCR or ACWC, then TransactionInformationAndStatus/TransactionStatus must be different from RJCT."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_8mXpFZRtEeazAtAtDSg0Nw"
nextVersions="_eYI_822PEei3KuUgpx7Xcw"
previousVersion="_gO7AVYIWEeWs6fzahhkJjg"
name="GroupAndTransactionStatus2Rule"
definition="If OriginalGroupInformationAndStatus/GroupStatus is present and is equal to PDNG, then TransactionInformationAndStatus/TransactionStatus must be different from RJCT."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_8mXpF5RtEeazAtAtDSg0Nw"
nextVersions="_eYI_9W2PEei3KuUgpx7Xcw"
previousVersion="_gO7AV4IWEeWs6fzahhkJjg"
name="GroupAndTransactionStatus3Rule"
definition="If OriginalGroupInformationAndStatus/GroupStatus is present and is equal to RJCT, then TransactionInformationAndStatus/TransactionStatus must be different from ACTC, ACCP, ACSP, ACSC, ACCR, ACWC or PDNG."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_8mXpGZRtEeazAtAtDSg0Nw"
nextVersions="_eYI_922PEei3KuUgpx7Xcw"
previousVersion="_gO7AWYIWEeWs6fzahhkJjg"
name="GroupAndTransactionStatus4Rule"
definition="If OriginalGroupInformationAndStatus/GroupStatus is present and is equal to RCVD, then TransactionInformationAndStatus/TransactionStatus is not allowed."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_8mXpG5RtEeazAtAtDSg0Nw"
nextVersions="_eYI_-W2PEei3KuUgpx7Xcw"
previousVersion="_gO7AW4IWEeWs6fzahhkJjg"
name="SupplementaryDataRule"
definition="The SupplementaryData building block at message level must not be used to provide additional information about a transaction. The SupplementaryData element at transaction level should be used for that purpose."
registrationStatus="Provisionally Registered" />
<messageBuildingBlock
xmi:id="_8mXpHZRtEeazAtAtDSg0Nw"
nextVersions="_eYI_-22PEei3KuUgpx7Xcw"
previousVersion="_gO7AXYIWEeWs6fzahhkJjg"
name="GroupHeader"
definition="Set of characteristics shared by all individual transactions included in the message."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="GrpHdr"
complexType="_UQlCcdp-Ed-ak6NoX_4Aeg_-1988631022" />
<messageBuildingBlock
xmi:id="_8mXpH5RtEeazAtAtDSg0Nw"
nextVersions="_eYI__W2PEei3KuUgpx7Xcw"
previousVersion="_gO7AX4IWEeWs6fzahhkJjg"
name="OriginalGroupInformationAndStatus"
definition="Original group information concerning the group of transactions, to which the status report message refers to."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="OrgnlGrpInfAndSts"
complexType="_-1rj2ZRuEeazAtAtDSg0Nw" />
<messageBuildingBlock
xmi:id="_8mXpIZRtEeazAtAtDSg0Nw"
nextVersions="_eYI__22PEei3KuUgpx7Xcw"
previousVersion="_gO7AYYIWEeWs6fzahhkJjg"
name="OriginalPaymentInformationAndStatus"
definition="Information concerning the original payment information, to which the status report message refers."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="OrgnlPmtInfAndSts"
complexType="_-ed9sZRuEeazAtAtDSg0Nw" />
<messageBuildingBlock
xmi:id="_8mXpI5RtEeazAtAtDSg0Nw"
nextVersions="_eYJAAW2PEei3KuUgpx7Xcw"
previousVersion="_gO7AY4IWEeWs6fzahhkJjg"
name="SupplementaryData"
definition="Additional information that cannot be captured in the structured elements and/or any other specific block."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="SplmtryData"
complexType="_Qn0zC9p-Ed-ak6NoX_4Aeg_468227563" />
<messageDefinitionIdentifier
businessArea="pain"
messageFunctionality="014"
flavour="001"
version="06" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.