Changelog

Filter by:

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 Transparente
  • We’ve added a new use case for the Create order API to the Checkout Transparente, now including a usage example for boleto bancário payments.

    Addition

    Checkout API

    API Reference

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

    Addition

    Checkout API

    API Reference

  • New possible request error in the Orders API for QR Code
  • 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