TCH participants task
This task receives TCH participants from FTM The Clearing House Real Time Payments and adds or updates them in the participant directory.
The TCH workflow in The Clearing House Real Time Payments creates an XML file that contains information about the TCH participants that need to be added or changed. The file is periodically sent to Digital Payments. This task uses the information in the XML file to update the participants in the FTM database.
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
<RoutingFile>
<report-name>Routing File Report</report-name>
<ExtractDate>11/02/2017T23:00:00</ExtractDate>
<RoutingKey>
<Id>000000001</Id>
<ParticipantId>000000001WB</ParticipantId>
<ParticipantName>West Bank Test</ParticipantName>
<FinancialInstitutionId>000000001</FinancialInstitutionId>
<FinancialInstitutionName>TCH WestBT</FinancialInstitutionName>
<ReceiveServices>CRDT,RFP,ACK,RMT,RFI,RFRF</ReceiveServices>
<ReceivingConnection>WESTBT</ReceivingConnection>
<ParticipantActivationDate>05/05/2017</ParticipantActivationDate>
</RoutingKey>
</RoutingFile>Scheduling the task
FTM The Clearing House Real Time Payments sends the XML file of TCH participants every night. Automate the processing of this file by scheduling the task configuration to run on a recurring basis, such as every night. To eliminate contention with other application processes, schedule it to run during periods of low work volume.