https://github.com/woxy-sensei/iyzico-payment-express-example
This repository has been created to demonstrate how to use the iyzico payment system with Express.js. iyzico is a powerful payment system that simplifies online payments, and Express.js is a fast and flexible web application framework.
https://github.com/woxy-sensei/iyzico-payment-express-example
Last synced: 3 months ago
JSON representation
This repository has been created to demonstrate how to use the iyzico payment system with Express.js. iyzico is a powerful payment system that simplifies online payments, and Express.js is a fast and flexible web application framework.
- Host: GitHub
- URL: https://github.com/woxy-sensei/iyzico-payment-express-example
- Owner: WoXy-Sensei
- Created: 2024-04-30T17:31:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T17:54:56.000Z (about 1 year ago)
- Last Synced: 2025-03-02T10:32:24.862Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# iyzico Payment System with Express.js Example
This repository has been created to demonstrate how to use the iyzico payment system with Express.js. iyzico is a powerful payment system that simplifies online payments, and Express.js is a fast and flexible web application framework.
## Usage:
Clone the repository.
* Run the ``npm install`` command to install the necessary dependencies.
* Add your iyzico account's API keys to the .env file.
* tart the server by running the ``npm start`` command.