Admi.004.001.02 Mapper
Overview
The Admi.004.001.02 (Admi.004) Inbound Mapper is used by TCH for sending System Event Notification(SysEvtNtfctn) messages from TCH Real-Time Payment System(RTP) to FTM for Immediate Payments. The default mapper name is Admi004ToISFMapper.
The details of the mapping specification are included in a separate document. Refer to Detailed admi.004 mapping specification for more information about obtaining the documentation for the mapping specifications.
The inbound admi.004 mapper can also be used in conjunction with the Business Application Header mapper. Refer to TCH Business Application Header Mapper for more information.
Inbound Mapper
The CONFIG=entry in Channel parameter is required for inbound mapper. The mapper uses the setting to locate <msgTypeCfg> entry in Value table with child element <Type> containing admi.004.*. The <msgTypeCfg> contains the configuration parameters for the inbound mapper.
- In Value table, the value of Category is IP_MAP_CFG_SNM_FROM_CSM.
- In msgTypeCfg entry, the value of Type is admi.004.*.
<msgTypeCfg>
<class>ADMI004</class>
<subType>IP_FROM_CSM_SNM</subType>
<extendedCfg>
<name>MASTER_FLAG</name>
<value>Y</value>
</extendedCfg>
<pt>
<class>ADMI004</class>
<subType>IP_FROM_CSM_SNM</subType>
</pt>
<mapName>Admi004ToISFMapper</mapName>
<type>admi.004.*</type>
</msgTypeCfg>
- <class> - value for TRANSACTION_V.OBJ_CLASS
- <subType> - value for TRANSACTION_V.SUBTYPE and ISFMessage/Header/BusinessConcept
- <extendedCfg>.<value> with <name>=MASTER_FLAG - value for MASTER_FLAG (for TRANSACTION_V and TRANSMISSION_V)
- <pt>.<class> - value for TRANSMISSION_V.OBJ_CLASS
- <pt>.<subType> - value for TRANSMISSION_V.SUBTYPE
If the <msgTypeCfg> entry cannot be located, the mapper throws an exception with error 'subType not found'.
Category | Class | SubType | MASTER_FLAG | Pt.class | Pt.subType |
---|---|---|---|---|---|
IP_MAP_CFG_SNM_FROM_CSM | ADMI004 | IP_FROM_CSM_SNM | Y | ADMI004 | IP_FROM_CSM_SNM |