mp-money-out

Automate Mercado Pago disbursements and bank transfers with webhook status tracking.

24|14|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/mercadopago/mercadopago-claude-marketplace --skill mp-money-out
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mp-money-out
Source: https://github.com/mercadopago/mercadopago-claude-marketplace/tree/main/plugins/mercadopago/skills/mp-money-out
Command: npx skills add https://github.com/mercadopago/mercadopago-claude-marketplace --skill mp-money-out

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Money-out workflows (payouts and bank transfers) can be complex and error-prone, requiring careful handling of balances, recipient details, and asynchronous processing.

Core Features & Use Cases

  • Disbursement creation: pay out funds to third parties (sellers, partners) or Mercado Pago accounts.
  • Bank Transfers: transfer funds to external bank accounts across supported countries.
  • Status tracking: asynchronous recipient validation and webhook updates to reconcile payments.
  • Compliance and prerequisites: country availability and required account permissions to perform money-out operations.

Quick Start

Initiate a disbursement by providing amount, currency, and recipient bank details to start a payout.

Frequently Asked Questions about mp-money-out

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

FAQPage Schema
How do I automate Mercado Pago payouts and bank transfers via API?

To automate Mercado Pago payouts and bank transfers, you create disbursement and bank-transfer requests via API, including amount, currency, recipient details, and reconciliation IDs. The system then handles asynchronous validation and status tracking via webhooks to confirm the transaction.

What countries are supported for Mercado Pago disbursements and bank transfers?

Mercado Pago disbursements and bank transfers are supported across Argentina (AR), Brazil (BR), Mexico (MX), Chile (CL), and Colombia (CO). Each country requires specific recipient bank info formats and adherence to local compliance prerequisites.

How does webhook status tracking work for asynchronous money-out validation?

Webhook status tracking for asynchronous money-out validation works by sending automatic updates to your configured endpoint. This allows your system to reconcile payments, handle pending statuses, and catch error codes without needing to poll the API continuously.

Do I need specific account permissions to perform money-out operations?

Yes, performing money-out operations requires specific account permissions and compliance with country availability rules. Your Mercado Pago account must be properly configured and granted the necessary privileges to initiate disbursements and external bank transfers.

What details are required to create a disbursement request for third parties?

Creating a disbursement request for third parties requires the payout amount, currency, recipient bank details, and a reconciliation ID. These fields ensure the funds are accurately routed to the seller, partner, or external bank account.

How do I handle error codes during cross-border Mercado Pago transfers?

Handling error codes during cross-border Mercado Pago transfers involves parsing the asynchronous webhook responses for specific failure notifications. The API provides error codes that you must map to country-specific format issues or validation failures to resolve the transfer.