Changelog
Filter by:
November of 2023
We've added the x-idempotency-key parameter to the Payments POST. This function allows for safely repeating requests and ensures that the same action is not executed multiple times by mistake, preventing potential errors, such as creating two identical payments. See more details in our API Reference.
Addition
API Reference
If you were using the old Mercado Pago app ("Mercado Pago") and stopped receiving payments in your store, don't worry.
To start selling again, install our new app ("Checkout Mercado Pago") by following this documentation.
Update
Shopify
October of 2023
Information has been added about values that are not valid for the configuration of the back_urls
value, such as 'localhost/' or '127.0.0.1' with or without a specified port. We recommend using a server with a named domain (DNS) or development IPs to be able to return to the site after payment. Otherwise, the "Something went wrong" message will appear at the end of the checkout process.
Addition
Checkout Pro
In addition to offering support for PHP v8.2 or higher and Mercado Pago's most used public APIs, the new version of the SDK also enables the implementation of customizable HTTPS clients.
Update
SDK