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
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
The new version ensures support for Typescript and Vanilla Javascript, types for all requests and responses, and implementation examples for all clients.
Update
SDK