The integration of Uzum a widely used e-commerce and payment platform in Uzbekistan with a tech stack comprising Node.js Express.js and MongoDB empowers you to create a dynamic and scalable payment system for your web application. This integration facilitates seamless management of payment processes including initiating transactions handling payment notifications and ensuring secure transaction verifications.
1. Install packages
npm install
2. Setup .env file
CLIENT_URL=http://localhost:3000
PORT=5000
MONGO_URL=mongodb://localhost:27017/uzum-integration
UZUM_USERNAME=
UZUM_PASSWORD=
UZUM_SERVICE_ID=
3. Start the app
npm run dev
Technologies used in the project:
- NodeJS
- ExpressJS
- MongoDB
- Uzum
- Uzum merchant API
- Uzum integration