Debtor FI incoming response to recall - good and bad
The main debtor FI incoming response to recall flow.
Use case summary
The incoming response to recall is initiated by a (creditor) client or a creditor financial institution (FI) as a response to the recall request that was initiated by the debtor. The response is delivered by the creditor FI to the clearing and settlement mechanism (CSM). The CSM delivers the response to the debtor FI, who can pass the request to their (debtor) client.
The debtor FI incoming response to recall not on-us case consists of the following processing steps.
- FTM for High Value Payments receives an incoming response to recall either from the CSM or initiated by an On Us Outgoing Response to Recall.
- The incoming response to recall is validated and checked for duplicates. It is correlated to the original recall request and original payment transaction that the recall request was initiated for. The payment scheme (for example, CBPR+, EURO1, T2) is determined and assigned in the database record. Uncorrelated requests are also allowed.
- A default destination for the notification to channel is set by using the priority that is described in
the following list.
- The default destination is the channel that initiated the original recall request.
- The default destination is the default channel that was configured for ROI notification.
- If the validation step is successful, the services that are configured for the precheck not on-us set are started.
- Following successful completion of the precheck services, the services that are configured for the post-accept set are started.
- The default for the configured post-accept service is to send a notification to the channel interface,
which might provide a notification to the (debtor) client. The way the channel to use is determined for the
different transaction types is shown in the following list.
- The channel to which the notification is sent is determined by the object value entry where the category
is
HVP_CORE
and the key isNOTIFICATION_DESTINATION
. The value that is returned is the notification destination that is set during validation, and matches the value set for the correlated payment. The returned value is matched to a service participant entry with a matching rank and the outbound channel is used for notification. The default category that is used isCHANNEL1
. - For uncorrelated transactions, the notification channel is determined by the configuration entry where the
category is
SCHEME_CONFIG
and the key isDEFAULT_ROI_NOTIFICATION_DEST
. An example of a category for these requests isTARGET2_CONFIG
. The returned value is matched to a service participant entry with a matching rank and the outbound channel is used for notification. The default category that is used isCHANNEL1
.
- The channel to which the notification is sent is determined by the object value entry where the category
is
The debtor FI incoming response to recall on-us case consists of the following processing steps.
- FTM for High Value Payments receives an incoming response to recall that is initiated by an On Us Outgoing Response to Recall.
- The services that are configured for the post-accept on-us set are started.
- The default for the configured post-accept service is to send a notification to the channel interface,
which might provide a notification to the (debtor) client. The way the channel to use is determined for the
different transaction types is shown in the following list.
- The channel to which the notification is sent is determined by the object value entry where the category
is
HVP_CORE
and the key isNOTIFICATION_DESTINATION
. The value that is returned is the notification destination for the correlated payment. The default category that is used isCHANNEL1
. - For uncorrelated transactions, the notification channel is determined by the configuration entry where the
category is
SCHEME_CONFIG
and the key isDEFAULT_ROI_NOTIFICATION_DEST
. An example of a category for these requests isTARGET2_CONFIG
. The returned value is matched to a service participant entry with a matching rank and the outbound channel is used for notification. The default category that is used isCHANNEL1
.
- The channel to which the notification is sent is determined by the object value entry where the category
is
Use case high-level sequence diagram
The high-level sequence diagram for the debtor FI incoming response to recall use case is shown in the
following figure.
Use case detailed sequence diagrams - good
The detailed sequence diagram for the debtor FI incoming response to recall not on-us good use case is
shown in the following figure.
The detailed sequence diagram for the debtor FI incoming response to recall on-us good use case is shown in
the following figure.
Use case detailed sequence diagrams - bad
The detailed sequence diagram for the debtor FI incoming response to recall bad due to a validation failure
use case is shown in the following figure.
The detailed sequence diagram for the debtor FI incoming response to recall bad due to a precheck failure
use case is shown in the following figure.
Use case simple object lifecycle diagrams
The simple object lifecycle diagram for the debtor FI incoming response to recall not on-us use case is
shown in the following figure.
The simple object lifecycle diagram for the debtor FI incoming response to recall on-us use case is shown
in the following figure.