mercadopago-integration

Implement Mercado Pago Checkout Pro, API, webhooks, and subscriptions in SaaS apps.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ValenBorras/upscribe --skill mercadopago-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mercadopago-integration
Source: https://github.com/ValenBorras/upscribe/tree/main/.github/skills/mercadopago-integration
Command: npx skills add https://github.com/ValenBorras/upscribe --skill mercadopago-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a guided approach to integrating Mercado Pago payment processing into SaaS applications, enabling reliable checkout flows, subscriptions, and webhook handling across LATAM markets.

Core Features & Use Cases

  • Checkout Pro and Checkout API integration for LATAM customers.
  • Webhook-driven payment status events with subscription support.
  • Environment-aware credential handling and reconciliation using external_reference and metadata.

Quick Start

Set up your backend and frontend to initiate a Mercado Pago checkout flow using the provided APIs and test credentials.

Frequently Asked Questions about mercadopago-integration

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

FAQPage Schema
How do I integrate Mercado Pago checkout flows into a SaaS app?

To integrate Mercado Pago checkout flows, implement Checkout Pro or Checkout API by initiating payment requests from your backend and handling environment-aware credentials securely via environment variables.

How do I handle Mercado Pago webhooks for payment status updates?

Handle Mercado Pago webhooks by receiving payment status events, verifying webhook signatures, and processing idempotent updates to prevent duplicate transaction reconciliation.

Can I use Mercado Pago subscriptions for recurring SaaS billing?

Yes, you can use Mercado Pago subscriptions for recurring SaaS billing by configuring webhook-driven payment status events and tracking recurring cycles using external_reference and metadata.

What is the best way to reconcile Mercado Pago transactions with SaaS application state?

The best way to reconcile Mercado Pago transactions is to attach external_reference and metadata to checkout requests, then match these fields against incoming webhook events for idempotent processing.

Does Mercado Pago integration support both Checkout Pro and Checkout API for LATAM markets?

Yes, Mercado Pago integration supports both Checkout Pro and Checkout API, allowing LATAM SaaS applications to choose between hosted redirect flows and direct API-based credit card processing.

Why should I use environment variables for Mercado Pago credential handling?

You should use environment variables for Mercado Pago credential handling to keep production and test API keys secure, ensuring environment-aware configuration without hardcoding sensitive data.