Debtor FI use cases
This section describes the detail of the process that is orchestrated by FTM for Immediate Payments to support the debtor FI role for each of the immediate payments use cases.
In each case, the process manages the message exchange with the clearing and settlement mechanism (CSM) and manages the interaction with other systems in the bank. FTM for Immediate Payments provides a number of pre-built integration points to a set of key systems; channels, accounting, fraud screening, and sanction screening. The integration points are built around sets of services, which may be provided by these systems, and are invoked by the FTM for Immediate Payments process. See the section Integration Overview for more details on these services and how to integrate with systems in a bank.
To provide flexibility, and the ability for a bank to tailor and extend the process to suit their needs, most of the steps that are performed within the FTM for Immediate Payments process may be controlled by configuration. Many of the process flows define named sets of services that are orchestrated at different stages of the process. For example, the Debtor FI Outgoing Credit Transfer Good use case defines the four sets of services, Pre-Check On Us, Pre-Check Not on Us, Pre-Submit, and Post-Submit Accept. For each of these sets, the actual services that are invoked are determined by configuration settings.
A set may specify zero or more services that may be invoked in parallel, serially, or in combinations of parallel and serial. The set completes normally (succeeds) when all the services complete successfully. A set completes unsuccessfully if any service completes unsuccessfully. A set may also complete after a timeout. The implication of a timeout depends on the use case and set.
- One Step – each normal successful payment involves one call to the accounting system.
- Two Step – each normal successful payment involves two calls to the accounting system.
The One Step model is more efficient, but may require the reversal of bookings in the case of unsuccessful payments. The Two Step model involves more service calls to the accounting system, but booking to customer accounts is only performed after confirmation of settlement.
Service set | Two Step Accounting | One Step Accounting |
---|---|---|
Pre-Check On Us Services |
Fraud Screening |
Fraud Screening |
Pre-Check Not On Us Services |
Sanction Screening Fraud Screening Accounting Reserve Funds |
Sanction Screening Fraud Screening |
Pre-Submit Services |
Accounting Debit |
|
Post-Submit Accept Services |
Accounting Debit |
See the section Setup and Customization for more details on how to configure the sets of services and how to define and add new services.