aid: mercado-pago name: Mercado Pago description: >- Mercado Pago is the payments and financial-services arm of Mercado Libre, Latin America's largest e-commerce and fintech platform. Founded in 2003, it processes a substantial share of LatAm digital payments across Brazil (PIX, Boleto, cards), Argentina, Mexico (SPEI, OXXO), Chile, Colombia, Peru, and Uruguay, with consumer wallet, merchant acquiring, card issuing, lending, and crypto products layered on top. The developer portal at developers.mercadopago.com exposes a deep payments stack — Checkout Pro (hosted), Checkout Bricks (composable web components), Checkout API (full server-side control), Orders API (next-gen checkout), Subscriptions, Payment Links, Point (in-person card readers), and QR payments — backed by REST APIs and official SDKs in Node.js / TypeScript, Python, PHP, Ruby, Java, .NET, Go, iOS, and Android, plus a CLI, an MCP server for AI agents, e-commerce plugins (WooCommerce, VTEX, Tiendanube, Shopify), and an n8n integration. Regional developer portals (.com.ar, .com.br, .com.mx, .com.cl, .com.co, .com.pe, .com.uy) localise docs and pricing per LATAM market. type: Index image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg access: 3rd-Party position: Producer created: '2026-05-25' modified: '2026-05-25' x-type: company tags: - Payments - Checkout - Subscriptions - POS - QR - PIX - SDKs - Wallet - Acquiring - Lending - Issuing - Latin America - Brazil - Argentina - Mexico - Chile - Colombia - Peru - Uruguay - Fintech url: >- https://raw.githubusercontent.com/api-evangelist/mercado-pago/refs/heads/main/apis.yml specificationVersion: '0.20' apis: - aid: mercado-pago:payments name: Mercado Pago Payments API description: >- Core REST API for creating and managing payments across cards, account money, bank transfer (PIX in Brazil, SPEI in Mexico, PSE in Colombia), boleto, OXXO cash, and other LATAM local methods. Supports authorisation, capture, refund, partial refund, cancellation, and status retrieval. humanURL: https://www.mercadopago.com.br/developers/en/reference/payments/_payments/post baseURL: https://api.mercadopago.com tags: - Payments - Cards - PIX - Refunds - Captures properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/reference/payments/_payments/post - type: APIReference url: https://www.mercadopago.com.br/developers/en/reference - type: OpenAPI url: https://raw.githubusercontent.com/api-evangelist/mercado-pago/refs/heads/main/openapi/mercado-pago-openapi.yml - aid: mercado-pago:checkout-pro name: Mercado Pago Checkout Pro description: >- Hosted, pre-configured checkout experience. Merchants create a preference via API, then redirect the buyer to a Mercado Pago hosted page that handles UI, payment-method selection, 3DS, and returns to a callback URL on completion. Lowest PCI scope and fastest time-to-market. humanURL: https://www.mercadopago.com.br/developers/en/docs/checkout-pro/landing baseURL: https://api.mercadopago.com tags: - Checkout - Hosted - Preferences properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/checkout-pro/landing - aid: mercado-pago:checkout-bricks name: Mercado Pago Checkout Bricks description: >- Composable web components ("bricks") merchants embed in their own UI — card form, wallet, payment-method picker, status screen, security code. Lets merchants assemble a branded checkout while Mercado Pago handles PCI scope and tokenisation. humanURL: https://www.mercadopago.com.br/developers/en/docs/checkout-bricks/landing baseURL: https://api.mercadopago.com tags: - Checkout - Web Components - Bricks - Tokenization properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/checkout-bricks/landing - aid: mercado-pago:checkout-api name: Mercado Pago Checkout API description: >- Full server-side checkout control. Tokenise cards client-side, create a payment server-side, manage 3DS challenges, handle capture, refund, and installments — all without redirecting the buyer. humanURL: https://www.mercadopago.com.br/developers/en/docs/checkout-api/landing baseURL: https://api.mercadopago.com tags: - Checkout - Card Payments - 3DS - Installments properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/checkout-api/landing - aid: mercado-pago:orders name: Mercado Pago Orders API description: >- Next-generation unified Orders API consolidating payments, captures, refunds, and transactions under a single resource. Supports multi-method orders, partial captures, partial refunds, and async processing. humanURL: https://www.mercadopago.com.br/developers/en/reference/order/online-payments/create/post baseURL: https://api.mercadopago.com tags: - Orders - Payments - Transactions - Unified API properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/checkout-api/landing - aid: mercado-pago:subscriptions name: Mercado Pago Subscriptions API description: >- Recurring payment subscriptions (preapproval) with scheduling, shared plans, free trial, proration, and pause / resume / cancel. Supports both subscription plans (preapproval_plan) and per-customer pre-approved schedules (preapproval). humanURL: https://www.mercadopago.com.br/developers/en/docs/subscriptions/landing baseURL: https://api.mercadopago.com tags: - Subscriptions - Recurring - Plans - Preapproval properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/subscriptions/landing - aid: mercado-pago:payment-links name: Mercado Pago Payment Links API description: >- No-code / low-code link generation for collecting a one-off or recurring payment via shareable URL or button — SMS, WhatsApp, email, social. humanURL: https://www.mercadopago.com.br/developers/en/docs/payment-link/landing baseURL: https://api.mercadopago.com tags: - Payment Links - Collection - No Code properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/payment-link/landing - aid: mercado-pago:customers-cards name: Mercado Pago Customers & Cards API description: >- Manage stored customers and tokenised cards for one-click and recurring payments. CRUD for customers, addresses, and card tokens. humanURL: https://www.mercadopago.com.br/developers/en/reference/customers/_customers/post baseURL: https://api.mercadopago.com tags: - Customers - Cards - Tokenization - Vault properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/reference/customers/_customers/post - aid: mercado-pago:merchant-orders name: Mercado Pago Merchant Orders API description: >- Aggregate a preference + its payments into a single merchant_order resource for reconciliation, multi-payment handling, and order lifecycle. humanURL: https://www.mercadopago.com.br/developers/en/reference/merchant_orders/_merchant_orders/post baseURL: https://api.mercadopago.com tags: - Orders - Reconciliation properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/reference/merchant_orders/_merchant_orders/post - aid: mercado-pago:point name: Mercado Pago Point API (POS) description: >- Integrates merchant systems with Mercado Pago Point card readers for in-person payments. Push an amount to a paired terminal, manage stores, points-of-sale, and terminals, and reconcile via the same payment APIs. humanURL: https://www.mercadopago.com.br/developers/en/docs/mp-point/landing baseURL: https://api.mercadopago.com tags: - POS - In Person - Card Reader - Terminals properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/mp-point/landing - aid: mercado-pago:qr name: Mercado Pago QR API description: >- Static and dynamic QR code APIs for in-person collection, with order-linked status retrieval and webhook callbacks. Underpins the Mercado Pago wallet QR pay flow. humanURL: https://www.mercadopago.com.br/developers/en/docs/qr-payments/landing baseURL: https://api.mercadopago.com tags: - QR - In Person - Collections - Wallet properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/qr-payments/landing - aid: mercado-pago:chargebacks name: Mercado Pago Chargebacks API description: >- Retrieve and respond to chargebacks, including dispute reason codes and lifecycle states. humanURL: https://www.mercadopago.com.br/developers/en/reference/chargebacks/_chargebacks_id/get baseURL: https://api.mercadopago.com tags: - Chargebacks - Disputes properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/reference/chargebacks/_chargebacks_id/get - aid: mercado-pago:claims name: Mercado Pago Claims & Disputes API description: >- Post-sale claims, mediations, evidence upload, messages, and notification retrieval for resolving buyer disputes. humanURL: https://www.mercadopago.com.br/developers/en/reference/claims/_claims_id/get baseURL: https://api.mercadopago.com tags: - Claims - Mediation - Disputes - Post Sale properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/reference/claims/_claims_id/get - aid: mercado-pago:reports name: Mercado Pago Reports API description: >- Generate, configure, and download release / settlement / account-money reports for reconciliation and accounting. humanURL: https://www.mercadopago.com.br/developers/en/docs/your-integrations/reports/release-report baseURL: https://api.mercadopago.com tags: - Reports - Settlement - Reconciliation - Accounting properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/your-integrations/reports/release-report - aid: mercado-pago:oauth name: Mercado Pago OAuth 2.0 API description: >- OAuth 2.0 authorisation-code flow for platform integrations: marketplaces and partners obtain delegated access tokens on behalf of merchants. humanURL: https://www.mercadopago.com.br/developers/en/docs/security/oauth/introduction baseURL: https://api.mercadopago.com tags: - OAuth - Authentication - Marketplace - Platform properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/security/oauth/introduction - aid: mercado-pago:webhooks name: Mercado Pago Webhooks / Notifications description: >- Event-driven notifications for payments, refunds, chargebacks, subscriptions, merchant orders, and account changes. Webhooks are signed with an x-signature header so receivers can verify authenticity. humanURL: https://www.mercadopago.com.br/developers/en/docs/your-integrations/notifications/webhooks baseURL: customer-configured tags: - Webhooks - Events - Notifications - Signed properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/your-integrations/notifications/webhooks - type: AsyncAPI url: https://raw.githubusercontent.com/api-evangelist/mercado-pago/refs/heads/main/asyncapi/mercado-pago-asyncapi.yml - aid: mercado-pago:sdk-node name: Mercado Pago Node.js SDK description: >- Official Node.js / TypeScript SDK wrapping the Mercado Pago REST APIs for payments, preferences, subscriptions, customers, cards, and merchant orders. humanURL: https://github.com/mercadopago/sdk-nodejs baseURL: https://github.com/mercadopago/sdk-nodejs tags: - SDK - Node.js - TypeScript properties: - type: Repository url: https://github.com/mercadopago/sdk-nodejs - type: SDK url: https://www.npmjs.com/package/mercadopago - aid: mercado-pago:sdk-python name: Mercado Pago Python SDK description: >- Official Python SDK wrapping the Mercado Pago REST APIs. humanURL: https://github.com/mercadopago/sdk-python baseURL: https://github.com/mercadopago/sdk-python tags: - SDK - Python properties: - type: Repository url: https://github.com/mercadopago/sdk-python - type: SDK url: https://pypi.org/project/mercadopago/ - aid: mercado-pago:sdk-php name: Mercado Pago PHP SDK description: >- Official PHP SDK wrapping the Mercado Pago REST APIs. Used by the WooCommerce plugin and most LATAM PHP merchant stacks. humanURL: https://github.com/mercadopago/sdk-php baseURL: https://github.com/mercadopago/sdk-php tags: - SDK - PHP properties: - type: Repository url: https://github.com/mercadopago/sdk-php - type: SDK url: https://packagist.org/packages/mercadopago/dx-php - aid: mercado-pago:sdk-ruby name: Mercado Pago Ruby SDK description: >- Official Ruby SDK wrapping the Mercado Pago REST APIs. humanURL: https://github.com/mercadopago/sdk-ruby baseURL: https://github.com/mercadopago/sdk-ruby tags: - SDK - Ruby properties: - type: Repository url: https://github.com/mercadopago/sdk-ruby - type: SDK url: https://rubygems.org/gems/mercadopago-sdk - aid: mercado-pago:sdk-java name: Mercado Pago Java SDK description: >- Official Java SDK wrapping the Mercado Pago REST APIs. humanURL: https://github.com/mercadopago/sdk-java baseURL: https://github.com/mercadopago/sdk-java tags: - SDK - Java properties: - type: Repository url: https://github.com/mercadopago/sdk-java - aid: mercado-pago:sdk-dotnet name: Mercado Pago .NET SDK description: >- Official .NET / C# SDK wrapping the Mercado Pago REST APIs. humanURL: https://github.com/mercadopago/sdk-dotnet baseURL: https://github.com/mercadopago/sdk-dotnet tags: - SDK - .NET - C# properties: - type: Repository url: https://github.com/mercadopago/sdk-dotnet - type: SDK url: https://www.nuget.org/packages/mercadopago-sdk - aid: mercado-pago:sdk-go name: Mercado Pago Go SDK description: >- Official Go SDK for the Mercado Pago REST APIs. humanURL: https://github.com/mercadopago/sdk-go baseURL: https://github.com/mercadopago/sdk-go tags: - SDK - Go properties: - type: Repository url: https://github.com/mercadopago/sdk-go - aid: mercado-pago:sdk-ios name: Mercado Pago iOS SDK description: >- Official iOS / Swift mobile SDK providing card tokenisation, hosted payment screens, and Checkout integration for native iOS apps. humanURL: https://github.com/mercadopago/sdk-ios baseURL: https://github.com/mercadopago/sdk-ios tags: - SDK - iOS - Mobile - Swift properties: - type: Repository url: https://github.com/mercadopago/sdk-ios - aid: mercado-pago:sdk-android name: Mercado Pago Android SDK description: >- Official Android / Kotlin mobile SDK for tokenisation, payment screens, and Checkout integration in native Android apps. humanURL: https://github.com/mercadopago/sdk-android baseURL: https://github.com/mercadopago/sdk-android tags: - SDK - Android - Mobile - Kotlin properties: - type: Repository url: https://github.com/mercadopago/sdk-android - aid: mercado-pago:cli name: Mercado Pago CLI description: >- Command-line interface for managing Mercado Pago integrations: trigger test events, inspect webhook deliveries, scaffold sample apps, and run local listeners. Distributed via a Homebrew tap. humanURL: https://www.mercadopago.com.br/developers/en/docs/cli/landing baseURL: https://www.mercadopago.com.br/developers/en/docs/cli/landing tags: - CLI - Tooling - DevEx properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/cli/landing - type: Repository url: https://github.com/mercadopago/homebrew-tap - aid: mercado-pago:mcp name: Mercado Pago MCP Server description: >- Model Context Protocol server exposing Mercado Pago APIs as tools for AI agents and IDE assistants. Enables agent-driven payment, preference, and checkout workflows from Anthropic, OpenAI, and other MCP-compatible hosts. humanURL: https://www.mercadopago.com.br/developers/en/docs/mcp-server/landing baseURL: https://www.mercadopago.com.br/developers/en/docs/mcp-server/landing tags: - MCP - AI - Agents - Anthropic properties: - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs/mcp-server/landing - aid: mercado-pago:woocommerce name: Mercado Pago WooCommerce Plugin description: >- Official WooCommerce gateway plugin enabling Mercado Pago Checkout Pro, Bricks, and Checkout API payment methods in WordPress stores. humanURL: https://github.com/mercadopago/cart-woocommerce baseURL: https://github.com/mercadopago/cart-woocommerce tags: - Plugin - WooCommerce - WordPress - E-commerce properties: - type: Repository url: https://github.com/mercadopago/cart-woocommerce - type: Plugin url: https://wordpress.org/plugins/woocommerce-mercadopago/ - aid: mercado-pago:n8n name: Mercado Pago n8n Node description: >- Official n8n workflow automation node for orchestrating Mercado Pago operations alongside other SaaS apps. humanURL: https://github.com/mercadopago/n8n-nodes-mercadopago baseURL: https://github.com/mercadopago/n8n-nodes-mercadopago tags: - n8n - Workflow - Automation - Integration properties: - type: Repository url: https://github.com/mercadopago/n8n-nodes-mercadopago common: - type: Website url: https://www.mercadopago.com/ - type: Developers url: https://www.mercadopago.com.br/developers/en - type: Documentation url: https://www.mercadopago.com.br/developers/en/docs - type: APIReference url: https://www.mercadopago.com.br/developers/en/reference - type: GettingStarted url: https://www.mercadopago.com.br/developers/en/docs/your-integrations/credentials - type: Status url: https://status.mercadopago.com - type: LinkedIn url: https://www.linkedin.com/company/mercadopago - type: GitHubOrganization url: https://github.com/mercadopago - type: HomebrewTap url: https://github.com/mercadopago/homebrew-tap - type: Discord url: https://discord.com/invite/mercadopagodevelopers - type: Plans url: https://raw.githubusercontent.com/api-evangelist/mercado-pago/refs/heads/main/plans/mercado-pago-plans-pricing.yml - type: RateLimits url: https://raw.githubusercontent.com/api-evangelist/mercado-pago/refs/heads/main/rate-limits/mercado-pago-rate-limits.yml - type: FinOps url: https://raw.githubusercontent.com/api-evangelist/mercado-pago/refs/heads/main/finops/mercado-pago-finops.yml - type: Vocabulary url: https://raw.githubusercontent.com/api-evangelist/mercado-pago/refs/heads/main/vocabulary/mercado-pago-vocabulary.yml - type: JSONLD url: https://raw.githubusercontent.com/api-evangelist/mercado-pago/refs/heads/main/json-ld/mercado-pago-context.jsonld - type: SpectralRuleset url: https://raw.githubusercontent.com/api-evangelist/mercado-pago/refs/heads/main/rules/mercado-pago-rules.yml integrations: - name: Shopify - name: WooCommerce - name: VTEX - name: Tiendanube - name: PrestaShop - name: Salesforce Commerce Cloud - name: Wix - name: Magento - name: n8n - name: Anthropic Claude - name: Model Context Protocol solutions: - name: Online Payments - name: In-Person Payments - name: Marketplace Payments - name: Subscriptions & Recurring Billing - name: Cross-Border LATAM Commerce - name: Agent-Driven Commerce (MCP) maintainers: - FN: API Evangelist url: https://apievangelist.com