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

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

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