You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First time using Mercado Pago? Create your [Mercado Pago account](https://www.mercadopago.com), if you don’t have one already.
12
+
13
+
**On Python 2.x**
14
+
15
+
`pip install mercadopago`
16
+
17
+
**On Python 3.x**
18
+
19
+
`pip3 install mercadopago`
20
+
21
+
Copy the access_token in the [credentials](https://www.mercadopago.com/mlb/account/credentials) section of the page and replace YOUR_ACCESS_TOKEN with it.
See our Documentation with all APIs you can integrate in our DevSite: [Spanish](https://www.mercadopago.com.ar/developers/es/guides/payments/api/introduction/) / [Portuguese](https://www.mercadopago.com.br/developers/pt/guides/payments/api/introduction/)
47
+
48
+
Check our official code reference to explore all available functionalities.
49
+
50
+
## ❤️ Support
51
+
52
+
If you require technical support, please contact our support team at [developers.mercadopago.com](https://developers.mercadopago.com)
53
+
54
+
## 🏻 License
55
+
56
+
```
57
+
MIT license. Copyright (c) 2018 - Mercado Pago / Mercado Libre
0 commit comments