https://github.com/neguindev/mercado-pago-simple
Simple use of the paid marketplace API
https://github.com/neguindev/mercado-pago-simple
Last synced: over 1 year ago
JSON representation
Simple use of the paid marketplace API
- Host: GitHub
- URL: https://github.com/neguindev/mercado-pago-simple
- Owner: NeguinDev
- Created: 2022-06-07T04:04:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T04:37:25.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T10:46:53.868Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mercado Pago Simple
## Description
Mercado Pago Simple is a Node.js application that provides a simple way to handle payments using the Mercado Pago API. It allows you to create, get, and cancel payments.
## Requirements
- Node.js
- Mercado Pago SDK
## Installation
Clone the repository:
```bash
git clone https://github.com/NeguinDev/mercado-pago-simple.git
```
Install the dependencies:
```bash
npm install
```
## Usage
To start the application, run:
```bash
node index.js
```
## Features
- Create payments with Mercado Pago.
- Get payment details.
- Cancel payments.
## Contribution
Feel free to contribute to the project. Open a PR or an issue for discussions.
## License
ISC