Integrating with the sanction screening system of the bank
FTM for Immediate Payments defines an ISF format for both the Sanction Screening Request and Sanction Screening Response messages that are used to interface with the sanction screening service. It is expected that customers will most likely need to develop custom mappers to transform the ISF to or from the messages used by the service of the bank.
Sanction Screening Request
The Sanction Screening Request message uses the full ISF content of the associated payment message. It contains the payment amounts and all of the details of the debtor, creditor, and respective financial institutions.
Model changes
- Create an appropriate FTM format in the customer application model. This format defines the format and structure of the message that should be sent to the sanction screening service.
- Copy the FTM mapper
ISFToSanctionScreeningRequestMapper
from the Common IP model into the customer application model. Modify the following properties:- Name
- ID
- Description
- Format (select new format)
- Copy the FTM channel
Sanction Screening Request
from the Common IP model into the customer application model. Modify the following properties:- Format (select the new format)
- Mapper (select the new mapper)
- Review the other properties, such as CCSID, validation, and transport, and change them as needed.
- Save and validate the changes.
- Extract and deploy a new config script.
Note: Due to a known issue in the FTM Configuration Data Extractor, the above
artifacts that are copied from the Common IP model should be deleted from the Common IP model after they are
copied.
Code changes
- Implement an IBM® App Connect Enterprise message model, or import or select a suitable XML schema or other type of format descriptor, for use with the new format defined in step 1 above.
- Implement a new outbound mapper by using a standard FTM mapping template or by copying an existing outbound mapper. Create the new mapper in a customer named application IBM App Connect Enterprise Library. Ensure that the label of the mapper is changed to match the name assigned in step 2 above.
- Ensure that the mapper is added to the customer application event processing wrapper flow. Ensure that the Datasource property is promoted and connected to the Datasource property of the wrapper flow.
- Rebuild and deploy the new customer workspace.
Sanction Screening Response
The Sanction Screening Response message uses the ISF acknowledgment structure. All of the response types
are very similar, with only the
BusinessConcept
and TransactionStatus
changing to reflect the outcome.
Operation | BusinessConcept | TransactionStatus or StatusCode |
---|---|---|
Sanction Screening Response | IP_SANCTION_RESPONSE | ACPT |
Sanction Screening Response Reject | IP_SANCTION_RESPONSE_REJECT | RJCT |
Sanction Screening Response Pending | IP_SANCTION_RESPONSE_PENDING | PNDG |
Model changes
- Create an appropriate FTM format in the customer application model. This format defines the format and structure of the response message that is expected from the sanction screening service.
- Copy the FTM mapper
SanctionScreeningResponseToISFMapper
from the Common IP model into the customer application model. Modify the following properties:- Name
- ID
- Description
- Format (select new format)
- Copy the FTM channel
Sanction Screening Response
from the Common IP model into the customer application model. Modify the following properties:- Format (select the new format)
- Mapper (select the new mapper)
- Review the other properties, such as CCSID, validation, and transport, and change them as needed.
- Save and validate the changes.
- Extract and deploy a new config script.
Note: Due to a known issue in the FTM Configuration Data Extractor, the above
artifacts that are copied from the Common IP model should be deleted from the Common IP model after they are
copied.
Code changes
- Implement an IBM App Connect Enterprise message model, or import or select a suitable XML schema or other type of format descriptor, for use with the new format defined in step 1 above.
- Implement a new inbound mapper by using a standard FTM mapping template or by copying an existing inbound mapper. Create the new mapper in a customer named application IBM App Connect Enterprise Library. Ensure that the label of the mapper is changed to match the name assigned in step 2 above.
- Ensure that the mapper is added to the customer application physical transmission wrapper flow that is equivalent to PT_Wrapper_SancResp.msgflow. Ensure that the Datasource property is promoted and connected to the Datasource property of the wrapper flow.
- Rebuild and deploy the new customer workspace.