An open API service indexing awesome lists of open source software.

https://github.com/samarbadriddin0v/payme-uz-integration-nodejs

Payme.uz and NodeJS integration example
https://github.com/samarbadriddin0v/payme-uz-integration-nodejs

example-integration express-js integration mongodb node-js payme payme-integration payme-uz

Last synced: 6 months ago
JSON representation

Payme.uz and NodeJS integration example

Awesome Lists containing this project

README

        

Payme.uz integration with NodeJS

project-image

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.

🚀 Demo

[https://youtu.be/9yaQU\_aPZ7c?si=XhBwFbpvrKm6tjRB](https://youtu.be/9yaQU_aPZ7c?si=XhBwFbpvrKm6tjRB)

🛠️ Installation Steps:

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
```



💻 Built with

Technologies used in the project:

* NodeJS
* ExpressJS
* MongoDB