mercadopago-nodejs-sdk

Integrate Mercado Pago payments, subscriptions, and OAuth with the Node.js SDK.

Updated Jun 26, 2025
One-click install
npx skills add https://github.com/flaviogragnolati/coco --skill mercadopago-nodejs-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mercadopago-nodejs-sdk
Source: https://github.com/flaviogragnolati/coco/tree/main/.agents/skills/mercadopago
Command: npx skills add https://github.com/flaviogragnolati/coco --skill mercadopago-nodejs-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mercadopago, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit helps you implement, audit, and maintain integrations with the Mercado Pago SDK for Node.js/TypeScript, covering various aspects like Checkout Pro, Checkout API Orders, payments, preferences, webhooks, refunds, customers, subscriptions, OAuth, Point, and production best practices.

Core Features & Use Cases

  • Checkout Pro Implementation: Create and manage Mercado Pago Checkout Pro preferences.
  • Checkout API Orders: Handle Mercado Pago Checkout API Orders with detailed control over the checkout process.
  • Payment Handling: Process payments, including capturing, canceling, and refunding.
  • Subscription Management: Implement and manage Mercado Pago subscriptions.
  • OAuth Integration: Connect Mercado Pago accounts using OAuth.
  • Use Case: For a e-commerce platform, use this Skill to integrate Mercado Pago's payment and subscription services, ensuring secure and efficient transactions.

Quick Start

Initialize the Mercado Pago client using the provided access token and set up the SDK for your Node.js/TypeScript project.

Frequently Asked Questions about mercadopago-nodejs-sdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Mercado Pago Checkout Pro in a Node.js application?

To integrate Mercado Pago Checkout Pro in Node.js, you use the official Mercado Pago SDK to create and manage checkout preferences. This Skill provides implementation guidance for setting up preferences and handling the checkout process securely within your TypeScript or Node.js project.

Does the Mercado Pago Node.js SDK support subscription management and recurring payments?

Yes, the Mercado Pago Node.js SDK supports subscription management. You can implement and manage recurring payments and subscriptions directly through the SDK, handling automated billing cycles for services or digital goods within your Node.js application.

What Node.js version is required to use the Mercado Pago TypeScript SDK?

Using the Mercado Pago TypeScript SDK requires Node.js version 18 or higher. You also need the official Mercado Pago SDK package installed and a valid access token to initialize the client and process payments in your project.

How do I handle Mercado Pago webhooks for payment processing in Node.js?

To handle Mercado Pago webhooks for payment processing in Node.js, you configure the SDK to receive and process HTTP notifications. This Skill covers setting up webhook endpoints to listen for payment updates, refunds, and subscription events efficiently.

Can I process refunds and manage customer profiles using the Mercado Pago API with TypeScript?

Yes, you can process refunds and manage customer profiles using the Mercado Pago API with TypeScript. The SDK allows you to capture, cancel, and refund payments, as well as create and manage customer data for secure transaction handling.

What's the best way to connect user accounts to Mercado Pago using OAuth in Node.js?

The best way to connect user accounts to Mercado Pago using OAuth in Node.js is through the official SDK's OAuth integration features. This allows you to securely connect Mercado Pago accounts, enabling customized payment and subscription management on behalf of your users.