Unique Transaction ID for Customer Payments
This topic provides information about the generation and usage of a unique transaction ID for customer payments to ensure proper tracking and reconciliation.
In case of suspense payments, currently system is generating Txn ID as 99999+TimeStamp.
- If a payment file has multiple suspense payments, system not able to handle duplicate suspense records with existing logic.
To handle the above challenge, in place of 9999 before Timestamp, system will now generate Sequence Number appended by time stamp.
For example: Sequence # + Time Stamp (Just like any transaction).