# MercadoPago API **Provider:** MercadoPago **Category:** finance **Base URL:** `https://www.mercadopago.com.br` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 200 req/min **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.mercadopago.com.br/developers/es/reference ## Description Mercado Pago API reference - all the information you need to develop your integrations ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.mercadopago.com.br/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.mercadopago.com.br' ``` ## Sample Response ```json {} ``` ## Pricing Details Leading Latin American payment platform (Argentina, Brazil, Mexico, Colombia, Chile). Transaction fee: ~3.49%+fixed. Sandbox free for testing. --- *Source: [API Map](https://apimap.dev/apis/mercadopago/) — CC BY 4.0*