create_payment
Create payments in Mercado Pago by specifying amount, description, payer email, and payment method. Supports installment plans for credit card transactions.
Instructions
Create a new payment in Mercado Pago
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Payment amount | |
| payerEmail | Yes | Payer's email address | |
| description | Yes | Payment description | |
| installments | No | Number of installments (for credit card) | |
| paymentMethodId | Yes | Payment method ID (e.g., 'pix', 'credit_card') |