Skip to content

An Open Source Project for Real-Time Payment Application Using the MERN Stack

License

Notifications You must be signed in to change notification settings

ShubSi26/Pay-Now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pay Now

Deployment - https://project-paynow.onrender.com/ (May take loading time upto 30s)

Warning

Don't enter any personal information.

Technology Used

mongodb express react nodejs tailwindcss vite typescript javascript JWT ZOD

Key Features

  • Authentication

    The user can create an account and perform operations such as logging in and signing up. Upon logging in or signing up, the user will be given a JWT key for authentication purposes.

Note

E-mail and number need to be unique. Password and pin must be atleast 6 characters long.

  • Send Money

    The user can send money to another person by knowing their UID, email, or phone number. In the transfer section, the user will select UID, email, or phone number, enter the details and the amount, and then be redirected to the payment page where the receiver's name and the transfer amount will appear. After entering the correct PIN, the payment will be completed.
  • Add Money

    The user can add money to their wallet balance in the wallet section. The user needs to enter their card details and the amount, then click "Pay" to add the amount to the wallet balance.

Tip

Currently, you can enter any data in the card details and any amount, and it will be added to the balance directly.

  • Send Request

    The user can request money from other people. To do this, in the transfer section, the user needs to select "Send Request," choose UID, email, or phone number, enter the details and the amount, then click "Send Request." On the receiver's side, the request will appear in the "Pending Requests" section on the homepage.
  • View Transactions

    The user can view two types of transactions:
    1. Transaction History in Wallet Section: Here, the user can see the amount added to their wallet balance.
    2. Transaction Section: In this section, the user can see all the money sent and received from other people, along with details such as transaction ID (txid), sender and receiver, amount, date, and time.
  • Search People

    The user can search for other people using their name or phone number. In the search section, the user needs to select either "name" or "number" and enter the corresponding details. The search results will then appear. The user also has the option to send money to the searched individuals directly from the search page.