Changelog

Filter by:

July of 2026

  • Mercado Pago CLI v1.0.5: Fixes and command removals
  • 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

  • Fix in Update card endpoint documentation in the Saved Cards API
  • 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

  • New usage example of the Orders API for Checkout API
  • We’ve added a new use case for the Create order API to Checkout API, now including a usage example for SPEI Transfers payments.

    Addition

    Checkout API

    API Reference

  • New “Search orders” endpoint for the Checkout API
  • We added a new GET Search orders endpoint to the Orders API for Checkout API. This endpoint allows you to search for orders in a massive way, using various filters and pagination information.

    Addition

    Checkout API

    API Reference