Repository files navigation
Get Account Details by User ID
Endpoint: /accountdetails/getbyid/{userId}
Method: GET
Get Account Details by Account Number
Endpoint: /accountdetails/get-acc-by-accNum/{accNum}
Method: GET
Endpoint: /accountdetails/addaccount
Method: POST
Endpoint: /admin-controller/get-inactive-user
Method: GET
Endpoint: /admin-controller/get-locked-user
Method: GET
Get All Uncleared Cheques
Endpoint: /admin-controller/get-uncleared-cheque
Method: GET
Endpoint: /admin-controller/activate-user/{userId}
Method: PUT
Endpoint: /admin-controller/update-cheque-status
Method: PUT
Endpoint: /admin-controller/verify-clearance
Method: POST
Endpoint: /chequedetails/create-cheque
Method: PUT
Get Cheque Detail by Cheque Number
Endpoint: /chequedetails/get-cheque/{chequeNumber}
Method: GET
Get Cheques by Account Number
Endpoint: /chequedetails/get-cheques-by-acc/{accountNumber}
Method: GET
FixedDepositDetailsController
Endpoint: /fddetails/create-fd
Method: POST
Get All Fixed Deposits by User ID
Endpoint: /fddetails/getAll/{userId}
Method: GET
Get User Details by Email ID
Endpoint: /userdetails/getbyid/{emailId}
Method: GET
Get User Details by User ID
Endpoint: /userdetails/getbyuserid/{userId}
Method: GET
Endpoint: /userdetails/verifylogin
Method: POST
Endpoint: /userdetails/adminlogin
Method: POST
Endpoint: /userdetails/adduser
Method: POST
TransactionDetailsController
Endpoint: /transactionsdetails/add-details
Method: POST
Get All Transaction Details by Account Number
Endpoint: /transactionsdetails/getall/{accNumber}
Method: GET
Endpoint: /transactionsdetails/process-transaction
Method: POST
About
API code for the backend of a net banking project based on Spring book.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.