mercadopago/dx-php
Mercado Pago PHP SDK
3.14.0
5.8M downloads/mo
#2086 most downloaded on Packagist
mercadopago/sdk-php
What this package is like to depend on
Last release 12 days ago
11 Aug 2026
Release timing varies
gaps range from 8 days to 5 months
Rarely documented
notes for 11 of 95 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
97 releases · first in 2017
17 releases in the last 12 months
see the full history below
Release timeline
97 releases · Dec 2017 to Aug 2026Releases
latest 60 of 97-
3.14.011 Aug 2026Release notes
Open source →What's Changed
- feat(order): add 19 typed Request classes and dual array|OrderCreateRequest acceptance in create() by Diego Barajas (@barajas-d) in #639
- Feature/standardize testing and ci by luismeli10 (@luismeli10) in #651
- chore: bump version to 3.14.0 by Diego Barajas (@barajas-d) in #652
Full Changelog: 3.13.0...3.14.0
Release notes
Open source →Added
- Automatic Payments example: two-step recurring flow (#639)
- Order typed Request classes with dual acceptance in
create()(#639) - Order request layer: reuse
Common\Address,Identification,Phone(#639) - Pagination: support
datakey (Orders v2) and string paging totals inMPAutoPaginationGenerator(#639)
Fixed
- Stored credential: rename
prev_transaction_reftoprevious_transaction_reference(#639)
CI
Dependencies
- Fix CVE-2026-67434: upgrade
squizlabs/php_codesnifferto4.0.4(#651)
-
3.13.004 Aug 2026Release notes
Open source →What's Changed
- Pin GitHub Actions to SHA for supply chain security by luismeli10 (@luismeli10) in #638
- chore(deps)(deps-dev): bump friendsofphp/php-cs-fixer from 3.95.15 to 3.95.17 by Dependabot (@dependabot)[bot] in #640
- chore(ci): bump actions/checkout from 7.0.0 to 7.0.1 by Dependabot (@dependabot)[bot] in #641
- Add CREDENTIAL_ON_FILE messaging fields to Payment resource by luismeli10 (@luismeli10) in #642
- chore(deps)(deps-dev): bump friendsofphp/php-cs-fixer from 3.95.17 to 3.95.18 by Dependabot (@dependabot)[bot] in #644
- chore(deps)(deps-dev): bump symfony/console from 7.4.14 to 7.4.15 by Dependabot (@dependabot)[bot] in #643
- Add delete to CustomerClient and get to CardTokenClient by luismeli10 (@luismeli10) in #645
- Fix webhook toleranceSeconds unit mismatch by luismeli10 (@luismeli10) in #647
- Feature/ergonomia sdk by Diego Barajas (@barajas-d) in #646
- chore: bump version to 3.13.0 by Diego Barajas (@barajas-d) in #648
Full Changelog: 3.12.1...3.13.0
Release notes
Open source →Added
- SDK ergonomics: typed exceptions, configurable retry, and auto-pagination (#646)
MPApiExceptionnow has 12 specific subtypes per HTTP status codeMPRequestOptionsgains optionalmaxRetries,retryOn,initialDelayMs,maxDelayMsandonRetrycallback- New auto-pagination support on search endpoints
- Missing API methods —
DisbursementRefundClient::list(),AdvancedPaymentClient::update(),CustomerCard::update(),PaymentClient::update()(#645) - CREDENTIAL_ON_FILE messaging fields on
Paymenttypes (#642):firstTransaction,storage,transactionInitiator,reference
Fixed
- Webhook
toleranceSecondsunit mismatch —tsheader value compared in seconds against a millisecond clock (#647) constantTimeEqualsRangeErroron multibyte v1 hash (#647)
CI
- Hotfix: pin GitHub Actions to SHA for supply chain security (#638)
Dependencies
-
3.12.123 Jul 2026Release notes
Open source →What's Changed
- chore(deps)(deps-dev): bump phpunit/phpunit from 11.5.55 to 11.5.56 by Dependabot (@dependabot)[bot] in #631
- chore(deps)(deps-dev): bump friendsofphp/php-cs-fixer from 3.95.11 to 3.95.15 by Dependabot (@dependabot)[bot] in #632
- Fix path traversal vulnerability in string-ID client methods by luismeli10 (@luismeli10) in #633
- Add missing industry fields to Preference and Payment models by luismeli10 (@luismeli10) in #634
- Fix Card expiration type and revert PHP minimum version to 8.2 by luismeli10 (@luismeli10) in #636
- Bump version to 3.12.1 by luismeli10 (@luismeli10) in #637
Full Changelog: 3.12.0...3.12.1
-
3.12.030 Jun 2026Release notes
Open source →What's Changed
- Feature/orders cho pro by luismeli10 (@luismeli10) in #624
- chore(deps)(deps-dev): bump symfony/console from 7.4.13 to 7.4.14 by Dependabot (@dependabot)[bot] in #626
- chore(deps)(deps-dev): bump friendsofphp/php-cs-fixer from 3.95.10 to 3.95.11 by Dependabot (@dependabot)[bot] in #627
- Bump version 3.12.0 by luismeli10 (@luismeli10) in #628
Full Changelog: 3.11.3...3.12.0
-
3.12.0-beta.123 Jun 2026 pre-release -
3.11.323 Jun 2026Release notes
Open source →What's Changed
- fix(webhook): preserve data.id case in signature manifest by danielalfarourrea in #621
- chore(ci): bump actions/checkout from 6 to 7 by Dependabot (@dependabot)[bot] in #622
- chore(deps)(deps-dev): bump friendsofphp/php-cs-fixer from 3.95.4 to 3.95.10 by Dependabot (@dependabot)[bot] in #623
Full Changelog: 3.11.2...3.11.3
-
3.11.210 Jun 2026Release notes
Open source →What's Changed
- Fix/preference metadata and webhook signature by luismeli10 (@luismeli10) in #617
- chore(deps)(deps-dev): bump friendsofphp/php-cs-fixer from 3.95.3 to 3.95.4 by Dependabot (@dependabot)[bot] in #616
- Bump version by luismeli10 (@luismeli10) in #618
Full Changelog: 3.11.1...3.11.2
-
3.11.105 Jun 2026Release notes
Open source →What's Changed
- fix: remove deprecated curl_close() call for PHP 8.5 compatibility by Diego Barajas (@barajas-d) in #615
New Contributors
- Diego Barajas (@barajas-d) made their first contribution in #615
Full Changelog: 3.11.0...3.11.1
-
3.11.001 Jun 2026Release notes
Open source →What's Changed
- feat(order): add prev_transaction_ref to StoredCredential DTO by danielalfarourrea in #611
- feat: add AdvancedPayment, DisbursementRefund and Chargeback clients (v3.11.0) by danielalfarourrea in #609
New Contributors
- Dependabot (@dependabot)[bot] made their first contribution in #601
Full Changelog: 3.10.0...3.11.0
Release notes
Open source →Added
- AdvancedPayment: marketplace split-payment management — Create, Get, Search, Update, Capture, Cancel, UpdateReleaseDate (
POST/GET/PUT /v1/advanced_payments). - DisbursementRefund: refund management for split-payment disbursements — ListAll, CreateAll, Create (
GET/POST /v1/advanced_payments/{id}/refunds,POST /v1/advanced_payments/{id}/disbursements/{id}/refunds). - Chargeback: read-only access to payment dispute records — Get, Search (
GET /v1/chargebacks).
-
3.10.021 May 2026Nothing published for this version
-
3.9.221 May 2026Nothing published for this version
-
3.9.121 May 2026Nothing published for this version
-
v3.9.017 Apr 2026Nothing published for this version
-
3.8.028 Nov 2025Nothing published for this version
-
3.7.131 Oct 2025Release notes
Open source →Added
Changed
- Bump the SDK version to
3.7.1inMercadoPagoConfig::$CURRENT_VERSION
Fixed
- Fix
addressesandcardsmapping inCustomerresource
Deprecated
Security
- Bump the SDK version to
-
3.7.010 Sep 2025Nothing published for this version
-
3.6.001 Sep 2025Release notes
Open source →Added
- Atualizações de documentação para instruções de instalação
Changed
- Bump the SDK version to
3.6.0inMercadoPagoConfig::$CURRENT_VERSION
Fixed
Deprecated
Removed
Security
-
3.5.109 Jun 2025Release notes
Open source →Added
- Add and update fields and tests
Changed
- Add and fix tests in
OrderClientUnitTest - Updates
.gitignoreto ignore.idea
Fixed
Deprecated
Security
<!-- When releasing, duplicate the block below replacing X.Y.Z and date --> <!-- Example: ## [3.6.0] - 2025-08-27 -->
-
3.5.003 Jun 2025Nothing published for this version
-
3.4.015 May 2025Nothing published for this version
-
3.3.029 Apr 2025Nothing published for this version
-
3.2.001 Apr 2025Nothing published for this version
-
3.1.011 Mar 2025Nothing published for this version
-
3.0.910 Mar 2025Nothing published for this version
-
3.0.803 Sep 2024Nothing published for this version
-
3.0.704 Jul 2024Nothing published for this version
-
3.0.620 Jun 2024Nothing published for this version
-
3.0.509 Apr 2024Nothing published for this version
-
3.0.413 Mar 2024Nothing published for this version
-
3.0.323 Feb 2024Nothing published for this version
-
3.0.215 Jan 2024Nothing published for this version
-
3.0.103 Jan 2024Nothing published for this version
-
3.0.002 Oct 2023Nothing published for this version
-
2.6.205 Feb 2024Nothing published for this version
-
2.6.122 Sep 2023Nothing published for this version
-
2.6.003 Aug 2023Nothing published for this version
-
2.5.519 Jul 2023Nothing published for this version
-
2.5.412 Jul 2023Nothing published for this version
-
2.5.330 Nov 2022Nothing published for this version
-
2.5.222 Nov 2022Nothing published for this version
-
2.5.127 Sep 2022Nothing published for this version
-
2.5.008 Sep 2022Nothing published for this version
-
2.4.918 Jul 2022Nothing published for this version
-
2.4.828 Jun 2022Nothing published for this version
-
2.4.702 Jun 2022Nothing published for this version
-
2.4.612 May 2022Nothing published for this version
-
2.4.524 Jan 2022Nothing published for this version
-
2.4.420 Oct 2021Nothing published for this version
-
2.4.330 Sep 2021Nothing published for this version
-
2.4.211 Aug 2021Nothing published for this version
-
2.4.127 Jul 2021Nothing published for this version
-
2.4.015 Jul 2021Nothing published for this version
-
2.3.019 May 2021Nothing published for this version
-
2.2.113 Nov 2020Nothing published for this version
-
2.2.029 Oct 2020Nothing published for this version
-
2.1.110 Sep 2020Nothing published for this version
-
2.1.001 Jul 2020Nothing published for this version
-
2.0.006 Apr 2020Nothing published for this version
-
1.12.605 Feb 2024Nothing published for this version
-
1.12.512 May 2022Nothing published for this version