Commit Graph

60 Commits

Author SHA1 Message Date
aaa11287a1 feat : admin user rights updated.
feat : update for otp sent for registration.
feat: login Api updated passes "rights" in response
2025-09-05 13:54:25 +05:30
4857ef6cab feat: Change login Password 2025-09-02 16:05:11 +05:30
f60329672c feat : Change login password feature update 2025-09-02 12:52:13 +05:30
9f6c2f9cc1 feat: user can change login password
feat: user can change transaction password
wip : Admin feature rights -InProgress
2025-09-02 12:41:39 +05:30
cb22b926f8 Merge branch 'otp_binding' of https://7o9o-lb-526275444.ap-south-1.elb.amazonaws.com/md.asif5/yume_js into admin_api 2025-09-01 13:45:39 +05:30
b213259c7c changed the directory of log directory 2025-09-01 13:38:28 +05:30
90f60f7324 added log files in .gitignore 2025-09-01 13:38:28 +05:30
6533c5081c added logger for logging all kinds of requests with headers, body, ip and other data 2025-09-01 13:38:28 +05:30
33aa50413c fix: check if password is not null on login req 2025-09-01 13:38:28 +05:30
65519e6403 added beneficiary deletion feature 2025-09-01 13:38:28 +05:30
b1f2277c92 fixed a bug where data and pin validations were not called 2025-09-01 13:38:28 +05:30
asif
bb446f41d8 formatted auth route 2025-09-01 13:38:28 +05:30
6e6690746a added imps transactions payment feature 2025-09-01 13:38:28 +05:30
470d8e15f6 fixed typo in rtgs.route.js 2025-09-01 13:38:28 +05:30
a02e58ebec Merge branch 'fetch-from-cbs' of https://7o9o-lb-526275444.ap-south-1.elb.amazonaws.com/md.asif5/yume_js into admin_api 2025-08-27 11:55:24 +05:30
780eb39c18 fixed a bug where data and pin validations were not called 2025-08-26 19:24:37 +05:30
asif
3cfcb8e5bc formatted auth route 2025-08-26 19:21:48 +05:30
e179d1b339 Merge branch 'fetch-from-cbs' of https://7o9o-lb-526275444.ap-south-1.elb.amazonaws.com/md.asif5/yume_js into admin_api 2025-08-26 12:19:50 +05:30
52225828d0 OTP binding 2025-08-25 11:45:23 +05:30
0d2cea8902 added imps transactions payment feature 2025-08-22 15:31:13 +05:30
1e32b4a5a6 fixed typo in rtgs.route.js 2025-08-20 12:14:40 +05:30
75a0e6e084 Merge branch 'fetch-from-cbs' of https://7o9o-lb-526275444.ap-south-1.elb.amazonaws.com/md.asif5/yume_js into admin_api 2025-08-11 12:32:22 +05:30
4ff437319e fixed typo in beneficiary.service 2025-08-11 00:04:36 +05:30
d6a750092c fixed typo in neft.route 2025-08-10 23:29:17 +05:30
de90be86a7 return random names instead of John Doe in beneficiary validation 2025-08-10 23:28:48 +05:30
asif
cbfd1d6d09 integrated acct statement with date range filter 2025-08-10 18:14:46 +05:30
asif
98ab9954bf code formatting in auth.service 2025-08-10 15:38:38 +05:30
asif
2000ec3e4e implemented RTGS payment feature 2025-08-10 15:29:09 +05:30
asif
bfd062be80 removed logger from neft controller 2025-08-10 15:28:37 +05:30
asif
33ef65de32 implemented neft transaction feature 2025-08-10 15:17:44 +05:30
asif
6f07e9beb9 extracted payment password validator from transfer route to its own validator 2025-08-10 15:16:26 +05:30
asif
dbdc1c7829 removed unnecessary async keyword from validators 2025-08-09 21:43:59 +05:30
asif
1bd618b4fd implemented neft.validator.js 2025-08-09 21:41:29 +05:30
asif
6b6b5679bf reformatted transfer.validator.js 2025-08-09 21:41:04 +05:30
asif
7e0c9d251e fixed an error on redis js of undefined err 2025-08-09 20:51:07 +05:30
asif
6e8eccd767 returning a valid response after creating a beneficiary
also throw 409 status code if account already exists in beneficiaries table against that customer
2025-08-09 15:51:28 +05:30
asif
20af204304 changed the beneficiary routes to follow standards
/beneficiary send GET AND POST request for retrieving or adding beneficiaries
2025-08-09 15:50:16 +05:30
asif
9316a41646 made the function validateOutsideBank return beneficiary name rather than refNo
Also removed the now redundant checkBeneficiaryName controller and paths
2025-08-09 13:49:25 +05:30
2d39e1e66d added routes for validating beneficiary outside bank, checking beneficiary name after successful validation and getting beneficiary list of the customer 2025-08-08 20:46:32 +05:30
90cbddd248 added functions for validate outside bank, check beneficiary name and get beneficiary 2025-08-08 20:45:13 +05:30
29d0949039 modified handle NPCI success method to only put the beneficiary name in redis 2025-08-08 20:43:42 +05:30
c331ba5505 changed ifsc_code_bank table name to ifsc_details 2025-08-08 20:42:39 +05:30
123d5c9f1d added two methods to get registered beneficiaries for a customer 2025-08-08 20:40:10 +05:30
7ba9f878f7 Merge branch 'fetch-from-cbs' of https://7o9o-lb-526275444.ap-south-1.elb.amazonaws.com/md.asif5/yume_js into admin_api 2025-08-08 13:15:04 +05:30
cd1193c746 feat : admin feature 2025-08-08 13:06:08 +05:30
e75ff4d658 added authentication for all beneficiary routes
added npci routes for receiving responses from NPCI for beneficiary validation requests
2025-08-07 02:02:25 +05:30
ecb9b14629 implemented a controller for processing all the responses we will get from NPCI for beneficiary validation 2025-08-07 02:01:03 +05:30
35bd668116 implemented validator to validate beneficiary details 2025-08-07 01:59:27 +05:30
ae14968739 added service for sending beneficiary details to NPCI interface 2025-08-07 01:58:37 +05:30
6d675ad81c added controllers for beneficiary addition, checking and fetching ifsc details 2025-08-07 01:57:50 +05:30