The integration of Click.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.
1. Install packages
npm install
2. Setup .env file
npm
3. Start the app
PORT=4040
CLIENT_URL=http://localhost:3000
MONOGO_URI=mongodb://localhost:27017/click
CLICK_SECRET_KEY=
CLICK_SERVICE_ID=
CLICK_MERCHANT_ID=
CLICK_MERCHANT_USER_ID=
CLICK_CHECKOUT_LINK=https://my.click.uz
Technologies used in the project:
- NodeJS
- ExpressJS
- MongoDB