The integration of Payme.uz a popular payment processing platform in Uzbekistan with a tech stack comprising Node.js Express.js and MongoDB allows you to build a robust and scalable payment system for your web application. This integration enables seamless handling of payment transactions including initiating payments processing callbacks and verifying transactions.
https://youtu.be/9yaQU_aPZ7c?si=XhBwFbpvrKm6tjRB
1. Install packages
npm install
2. Setup .env file
PAYME_MERCHANT_KEY=
PORT=4040
CLIENT_URL=http://localhost:3000
MONOGO_URI=mongodb://localhost:27017/payme
3. Start the app
npm run dev
Technologies used in the project:
- NodeJS
- ExpressJS
- MongoDB