Changelog
Filter by:
July of 2026
Fixed
- "capture" parameter: now sent only when the "--capture" flag is passed. It was previously included in all "mpcli payments create" requests, affecting methods that don't support it and overriding "--data" values. Review your calls if you relied on it being sent automatically.
- Financial reports: fixed the endpoints for "mpcli reports releases list" and "settlements list", which returned errors on accounts with existing reports.
Removed
- "listen", "trigger", "events", and "logs" commands: removed as they are not available for general use.
Fix
Mercado Pago CLI
April of 2026
We corrected the documentation for the Update card endpoint in the Saved Cards API to reflect the fields the request body actually accepts when updating a customer's card. The token field was removed, as the API does not accept it on this endpoint. The valid fields for the update are expiration_month, expiration_year, and cardholder (which includes name and identification).
Fix
API Reference
Checkout API
Subscriptions
Checkout Bricks
January of 2026
The new possible request error instore_order_locked_error was added to the [Cancel order by ID] (/developers/en/reference/in-person-payments/qr-code/orders/cancel-order/post) endpoint for QR Code. If returned, it indicates that an order cannot be canceled while the payment is in progress, as orders can only be canceled via the API when "status=created".
Addition
QR Code
API Reference
August of 2025
The Tip amount ("TIP_AMOUNT") column has been added to the Account balance Report. This column will display the tip amount received in the transaction.
Addition
Reports