‎2009 Mar 17 6:04 AM
We have developed a program for NEFT payments after making payments in APP. the user runs this program and downloads the details in TXT format and then he uploads into the Bank server. Our requirement is after downloading the file if the user makes any changes to the downloaded file the bank server should not accept this file. how to restrict this, please advice,,,,
‎2009 Mar 17 6:11 AM
I am not sure with your business need. Manual Intervention should be stopped.
If this is ur business need, then you have to change ur design.
Possible Options
1. When users completes the run, ur program should download the data into unix (automatic)
2. When user upload the data check with the unix data content. (u need basis and authorization team help)
OR
1. Should have apporval process before uploading into BANK server.
‎2009 Mar 17 7:30 AM
Hi,
The file can be encrypted and in a similar way decrypted at the bank server.If the encrypted file is changed it would not be able to upload since it wont match the selection criteria.
If u can explain the problem in details,i can help u .
Thnks