camt.056.001.01
Scope The FIToFI Payment Cancellation Request message is sent by a case creator/case assigner to a case assignee. This message is used to request the cancellation of an original payment instruction. The FIToFI Payment Cancellation Request message is exchanged between the instructing agent and the instructed agent to request the cancellation of a interbank payment message previously sent (such as FIToFICustomerCreditTransfer, FIToFICustomerDirectDebit or FinancialInstitutionCreditTransfer). Usage The FIToFI Payment Cancellation Request message must be answered with a:
- Resolution Of Investigation message with a positive final outcome when the case assignee can perform the requested cancellation
- Resolution Of Investigation message with a negative final outcome when the case assignee may perform the requested cancellation but fails to do so (too late, irrevocable instruction.)
- Reject Investigation message when the case assignee is unable or not authorised to perform the requested cancellation
- Notification Of Case Assignment message to indicate whether the case assignee will take on the case himself or reassign the case to a subsequent party in the payment processing chain. A FIToFI Payment Cancellation Request message concerns one and only one original payment instruction at a time. When a case assignee successfully performs a cancellation, it must return the corresponding funds to the case assigner. It may provide some details about the return in the Resolution Of Investigation message. The processing of a FIToFI Payment Cancellation Request message case may lead to a Debit Authorisation Request message sent to the creditor by its account servicing institution. The FIToFI Payment Cancellation Request message may be used to escalate a case after an unsuccessful request to modify the payment. In this scenario, the case identification remains the same as in the original FIToFI Payment Cancellation Request message and the element ReopenCaseIndication is set to ‘Yes’ or ’true’.
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 %% FIToFIPaymentCancellationRequestV01 recursion level 0 with max 0 FIToFIPaymentCancellationRequestV01 *-- "1..1" CaseAssignment2 : Assignment FIToFIPaymentCancellationRequestV01 *-- "0..1" Case2 : Case FIToFIPaymentCancellationRequestV01 *-- "0..1" ControlData1 : ControlData FIToFIPaymentCancellationRequestV01 *-- "1..1" UnderlyingTransaction2 : Underlying
Now, we will zero-in one-by-one on each of these building blocks.
Assignment building block
Identifies the assignment of an investigation case from an assigner to an assignee. Usage: The Assigner must be the sender of this confirmation and the Assignee must be the receiver. Set of elements used to represent the assignment of a case to a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CaseAssignment2 recursion level 0 with max 1 class CaseAssignment2{ Identification IsoMax35Text CreationDateTime IsoISODateTime } CaseAssignment2 *-- "1..1" IParty7Choice : Assigner CaseAssignment2 *-- "1..1" IParty7Choice : Assignee %% IParty7Choice recursion level 1 with max 1 %% IParty7Choice recursion level 1 with max 1
CaseAssignment2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Uniquely identifies the case assignment. | IsoMax35Text - Required 1..1 |
Assigner | Party who assigns the case. | Usage: This is also the sender of the message. |
Assignee | Party to which the case is assigned. | Usage: This is also the receiver of the message. |
CreationDateTime | Date and time at which the assignment was created. | IsoISODateTime - Required 1..1 |
Case building block
Identifies the investigation case. Set of elements used to identify a case. For comparison, see the ISO20022 official specification
classDiagram direction tb %% Case2 recursion level 0 with max 1 class Case2{ Identification IsoMax35Text ReopenCaseIndication IsoYesNoIndicator } Case2 *-- "1..1" IParty7Choice : Creator %% IParty7Choice recursion level 1 with max 1
Case2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Uniquely identifies the case. | IsoMax35Text - Required 1..1 |
Creator | Party that created the investigation case. | IParty7Choice - Required 1..1 |
ReopenCaseIndication | Indicates whether or not the case was previously closed and is now re-opened. | IsoYesNoIndicator - Optional 0..1 |
ControlData building block
Provides details on the number of transactions and the control sum of the message. Provides details of the number of transactions and the control sum of the message. For comparison, see the ISO20022 official specification
classDiagram direction tb %% ControlData1 recursion level 0 with max 1 class ControlData1{ NumberOfTransactions IsoMax15NumericText ControlSum IsoDecimalNumber }
ControlData1 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
NumberOfTransactions | Number of individual transactions contained in the message. | IsoMax15NumericText - Required 1..1 |
ControlSum | Total of all individual amounts included in the message, irrespective of currencies. | IsoDecimalNumber - Optional 0..1 |
Underlying building block
Identifies the payment instruction to be cancelled. Set of elements used to identify the underlying (group of) transaction(s) to which the investigation applies. For comparison, see the ISO20022 official specification
classDiagram direction tb %% UnderlyingTransaction2 recursion level 0 with max 1 UnderlyingTransaction2 *-- "0..1" OriginalGroupInformation23 : OriginalGroupInformationAndCancellation UnderlyingTransaction2 *-- "0..0" PaymentTransactionInformation31 : TransactionInformation %% OriginalGroupInformation23 recursion level 1 with max 1 class OriginalGroupInformation23{ GroupCancellationIdentification IsoMax35Text OriginalMessageIdentification IsoMax35Text OriginalMessageNameIdentification IsoMax35Text OriginalCreationDateTime IsoISODateTime NumberOfTransactions IsoMax15NumericText ControlSum IsoDecimalNumber GroupCancellation IsoGroupCancellationIndicator } OriginalGroupInformation23 *-- "0..1" Case2 : Case OriginalGroupInformation23 *-- "0..0" CancellationReasonInformation3 : CancellationReasonInformation %% PaymentTransactionInformation31 recursion level 1 with max 1 class PaymentTransactionInformation31{ CancellationIdentification IsoMax35Text OriginalInstructionIdentification IsoMax35Text OriginalEndToEndIdentification IsoMax35Text OriginalTransactionIdentification IsoMax35Text OriginalClearingSystemReference IsoMax35Text OriginalInterbankSettlementAmount IsoActiveOrHistoricCurrencyAndAmount OriginalInterbankSettlementDate IsoISODate } PaymentTransactionInformation31 *-- "0..1" Case2 : Case PaymentTransactionInformation31 *-- "0..1" OriginalGroupInformation3 : OriginalGroupInformation PaymentTransactionInformation31 *-- "0..1" BranchAndFinancialInstitutionIdentification4 : Assigner PaymentTransactionInformation31 *-- "0..1" BranchAndFinancialInstitutionIdentification4 : Assignee PaymentTransactionInformation31 *-- "0..0" CancellationReasonInformation3 : CancellationReasonInformation PaymentTransactionInformation31 *-- "0..1" OriginalTransactionReference13 : OriginalTransactionReference
UnderlyingTransaction2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
OriginalGroupInformationAndCancellation | Set of elements used to provide information on the original messsage, to which the cancellation refers. | OriginalGroupInformation23 - Optional 0..1 |
TransactionInformation | Set of elements used to provide information on the original transactions to which the cancellation request message refers. | PaymentTransactionInformation31 - Unknown 0..0 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the FIToFIPaymentCancellationRequestV01 implementation follows a specific implementaiton pattern. First of all, FIToFIPaymentCancellationRequestV01 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, FIToFIPaymentCancellationRequestV01Document implements IOuterDocument. Because FIToFIPaymentCancellationRequestV01 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type FIToFIPaymentCancellationRequestV01.
classDiagram class IOuterRecord FIToFIPaymentCancellationRequestV01 --|> IOuterRecord : Implements FIToFIPaymentCancellationRequestV01Document --|> IOuterDocument~FIToFIPaymentCancellationRequestV01~ : Implements class IOuterDocument~FIToFIPaymentCancellationRequestV01~ { FIToFIPaymentCancellationRequestV01 Message }
Document wrapper for serialization
The only real purpose FIToFIPaymentCancellationRequestV01Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:camt.056.001.01’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using FIToFIPaymentCancellationRequestV01.ToDocument() method. The returned FIToFIPaymentCancellationRequestV01Document value will serialize correctly according to ISO 20022 standards.
classDiagram FIToFIPaymentCancellationRequestV01Document *-- FIToFIPaymentCancellationRequestV01 : 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:camt.056.001.01">
<FIToFIPmtCxlReq>
<Assgnmt>
<!-- Assignment inner content -->
</Assgnmt>
<Case>
<!-- Case inner content -->
</Case>
<CtrlData>
<!-- ControlData inner content -->
</CtrlData>
<Undrlyg>
<!-- Underlying inner content -->
</Undrlyg>
</FIToFIPmtCxlReq>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_YcuGuNE-Ed-BzquC8wXy7w_390093478"
nextVersions="_sPPzgVkyEeGeoaLUQk__nA_-1385363298"
previousVersion="_eoSrcdEuEd-BzquC8wXy7w_-1218856998"
name="FIToFIPaymentCancellationRequestV01"
definition="Scope
The FIToFI Payment Cancellation Request message is sent by a case creator/case assigner to a case assignee.
This message is used to request the cancellation of an original payment instruction. The FIToFI Payment Cancellation Request message is exchanged between the instructing agent and the instructed agent to request the cancellation of a interbank payment message previously sent (such as FIToFICustomerCreditTransfer, FIToFICustomerDirectDebit or FinancialInstitutionCreditTransfer).
Usage
The FIToFI Payment Cancellation Request message must be answered with a:
- Resolution Of Investigation message with a positive final outcome when the case assignee can perform the requested cancellation
- Resolution Of Investigation message with a negative final outcome when the case assignee may perform the requested cancellation but fails to do so (too late, irrevocable instruction.)
- Reject Investigation message when the case assignee is unable or not authorised to perform the requested cancellation
- Notification Of Case Assignment message to indicate whether the case assignee will take on the case himself or reassign the case to a subsequent party in the payment processing chain.
A FIToFI Payment Cancellation Request message concerns one and only one original payment instruction at a time.
When a case assignee successfully performs a cancellation, it must return the corresponding funds to the case assigner. It may provide some details about the return in the Resolution Of Investigation message.
The processing of a FIToFI Payment Cancellation Request message case may lead to a Debit Authorisation Request message sent to the creditor by its account servicing institution.
The FIToFI Payment Cancellation Request message may be used to escalate a case after an unsuccessful request to modify the payment. In this scenario, the case identification remains the same as in the original FIToFI Payment Cancellation Request message and the element ReopenCaseIndication is set to 'Yes' or 'true'."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="FIToFIPmtCxlReq"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_Yc3QoNE-Ed-BzquC8wXy7w_390094374"
name="MessageOrGroupCaseRule"
definition="Case may be present at either Case, OriginalGroupInformationAndCancellation or TransactionInformation level."
registrationStatus="Provisionally Registered"
expression="<RuleDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ComplexRule xsi:type="ComplexRule"><mustBe><connector>AND</connector><BooleanRule xsi:type="Absence"><leftOperand>/Underlying[*]/OriginalGroupInformationAndCancellation/Case</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/Case</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/Underlying[1]</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/Underlying[1]/OriginalGroupInformationAndCancellation</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>
" />
<constraint
xmi:id="_Yc3Qo9E-Ed-BzquC8wXy7w_1265523128"
name="MessageOrTransactionCaseRule"
definition="Case may be present at either Case, OriginalGroupInformationAndCancellation or TransactionInformation level."
registrationStatus="Provisionally Registered"
expression="<RuleDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ComplexRule xsi:type="ComplexRule"><mustBe><connector>AND</connector><BooleanRule xsi:type="Absence"><leftOperand>/Underlying[*]/TransactionInformation[*]/Case</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/Case</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/Underlying[1]</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/Underlying[1]/TransactionInformation[1]</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>
" />
<messageBuildingBlock
xmi:id="_YcuGudE-Ed-BzquC8wXy7w_518526020"
name="Assignment"
definition="Identifies the assignment of an investigation case from an assigner to an assignee.
Usage: The Assigner must be the sender of this confirmation and the Assignee must be the receiver."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="Assgnmt"
complexType="_T9Nac9p-Ed-ak6NoX_4Aeg_-1609381277" />
<messageBuildingBlock
xmi:id="_YcuGutE-Ed-BzquC8wXy7w_390093510"
name="Case"
definition="Identifies the investigation case."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Case"
complexType="_SpAnptp-Ed-ak6NoX_4Aeg_-1565053133" />
<messageBuildingBlock
xmi:id="_YcuGu9E-Ed-BzquC8wXy7w_533303218"
name="ControlData"
definition="Provides details on the number of transactions and the control sum of the message."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="CtrlData"
complexType="_RqlQiNp-Ed-ak6NoX_4Aeg_518525040" />
<messageBuildingBlock
xmi:id="_YcuGvNE-Ed-BzquC8wXy7w_390093571"
name="Underlying"
definition="Identifies the payment instruction to be cancelled."
registrationStatus="Provisionally Registered"
minOccurs="1"
xmlTag="Undrlyg"
complexType="_PmstQtp-Ed-ak6NoX_4Aeg_-1329439131" />
<messageDefinitionIdentifier
businessArea="camt"
messageFunctionality="056"
flavour="001"
version="01" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.