Transaction Upload and Matching

Incoming Return (pacs.004) message is received with business header.

After receiving the Incoming Return (pacs.004) message, the message is logged in the incoming message tables.

System does format validations for the pacs.004 message received based on the schema details maintained for the message in File Parameter Detailed (PMDFLPRM) maintenance.

On completing the format validations, the message is parsed and uploaded. Users can view the message status from the Inbound Browser Summary (PMSINBRW) screen.

If it pacs.004 TARGET2 message it is matched with TARGET 2 pacs.008/pacs.009 transaction.

If it pacs.004 CBPRPlus message it is matched with CBPRPlus pacs.008/pacs.009 transaction.

After parsing the pacs.004 message, the message is matched with the original pacs.008/pacs.009 messages using the following matching criteria:
  • Original Instruction Identification received in the incoming message is matched with Instruction Identification of pacs.008/pacs.009 messages.
  • Original UETR received in the incoming message is matched with UETR of pacs.008/pacs.009 messages.

If the pacs.004 message matching fails, then pacs.004 record Return transaction status under Processing Details Tab of Generic Wires ISO Inbound Payment Return View (PSDICBRV) screen is marked as ‘Unmatched’ and Process status of the uploaded pacs.004 is ‘Processed’ in incoming browser (PMSINBRW).

If the pacs.004 message matches with original pacs.008/pacs.009 messages then:
  • The pacs.004 record Return transaction status under Processing Details tab of Generic Wires ISO Inbound Payment Return View (PSDICBRV) screen is marked as ‘In Progress’.
  • Process status of the uploaded pacs.004 is ‘Processed’ in the incoming browser (PMSINBRW).
  • The incoming pacs.004 message get linked with original pacs.008/pacs.009 messages (i.e. Generated Reference field is updated with the Transaction Reference number of original pacs.008/pacs.009 messages).

Source Code is derived as currently done for the PX module where the Source Maintenance Detailed (PMDSORCE) maintenance is referred with Incoming SWIFT flag as checked.

The Network Code for the payment is derived as the Network Code of the original pacs.008/pacs.009 messages.