E Wallet Payment System

WEB SERVICE : REST A.P.I.
The Digital Wallet Application's REST API, developed by E PAY, offers customers the convenience and flexibility of being able to transfer money to and from their digital wallet and linked bank accounts. The API also allows for transactions with other registered customers on the E PAY platform and the ability to make payments directly to saved beneficiaries through their bank accounts.
In addition to these features, the API also enables customers to manage their bills and perform basic CRUD operations, similar to other digital wallet applications. Security is of utmost importance, and the API Webservice implements customer and admin authentication and validation.
The primary objective of the API is to provide customers with a streamlined and user-friendly digital wallet payment experience. The API is built on REST Architecture and can be consumed by any client that supports HTTP Protocol.
This solution is perfect for anyone looking for quick, easy, and secure online transactions and can help small businesses, freelancers, and individuals manage their transactions and bills easily and securely. It can also be integrated with any application that supports REST API, making it suitable for a wide range of use cases.
Tech Stack
- JAVA
- SPRING
- SPRINGBOOT
- HIBERNATE
- MAVEN
- J.D.B.C
- MYSQL
- POSTMAN
Dependencies
- SPRING DATA JPA
- SPRING BOOT DEVTOOLS
- SPRING WEB
- HIBERNATE
- MYSQL DRIVER
- VALIDATION
- LOMBOK
- SWAGGER UI
Features
- Transfer money to and from digital wallet and linked bank accounts
- Perform transactions with other registered customers on the E PAY platform
- Make payments directly to saved beneficiaries through bank accounts
- Manage bills and perform basic CRUD operations
- Customer and admin authentication and validation
- Streamlined and user-friendly digital wallet payment experience
- Built on REST Architecture
- Consumable by clients that support HTTP Protocol
- Suitable for quick, easy and secure online transactions
- Helps small businesses, freelancers and individuals manage their transactions and bills easily and securely
- Can be integrated with any application that supports REST API
- Suitable for a wide range of use cases.
User Functionalities
Administrator Functionalities
Setting & Installation
Install the Spring Tools Suite
https://spring.io/tools
Install MySQL Community Server
https://dev.mysql.com/downloads/mysql/
Clone the Project
git clone https://github.com/TejasMedade/E-Wallet-Payment-System
Open MySQL Server
Create a New Database in SQL: "e_wallet"
Create a Admin For Your Database
INSERT INTO ADMIN VALUES('1001','admin_email','admin_first_name','admin_last_name','admin_mobile_number','admin_password');
Note for Admin & User
Admin Id : Min=1000, Max=1010 ; User Id : Enter Your Registered Mobile Number For Login, User Validation and Authentication.
Run Locally
Go to the Project Directory
Open the Payment Wallet Application Folder with S.T.S
Go to src/main/resources > application.properties & change your username and password (MySQL server username & password)
spring.datasource.username="username"
spring.datasource.password="password"
To change the Server Port
server.port=8088
Go to com.masai package > Online_Shopping_System.java
Run as Spring Boot App !
Open the following URL for Swagger-UI
http://localhost:8088/swagger-ui/
ER Diagram

URL
http://localhost:8088
API REFERENCES
Customer API Reference

Wallet API Reference

Address API Reference

Bank Account API Reference

Beneficiary API Reference

Bill Payment API Reference

Customer Login Logout API Reference

Admin Login Logout API Reference

Transactions API Reference

Contributions
Contributions are always Welcome !
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are Greatly Appreciated.
If you have any ideas on how to improve this resume, please feel free to fork the repository and submit a pull request. Your contributions, no matter how big or small, are greatly appreciated and will help to make this repository even better.
In addition to contributing to the repository, you can also connect with me for further development and collaboration on this API. Together, we can continue to improve and evolve the API to meet the needs of the community.
We encourage you to give the repository a star and we thank you for your interest in this project.
Your support is greatly appreciated.
🔗 Contact Me



Authors
Acknowledgements