# Mercado Pago Developers

> Documentation for integrating Mercado Pago payment solutions

## Adobe Commerce

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/overview.md): Mercado Pago in your store
- Implementation stages: Learn the necessary configuration steps to implement Adobe Commerce.
  - [Create application](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/create-application.md): Start implementing the Adobe Commerce plugin by creating your application.
  - [Install the extension](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/install-extension.md): Learn how to install the Mercado Pago extension for Adobe Commerce.
  - [Configure the Mercado Pago extension](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/configure-mp-extension.md): Configure the Mercado Pago extension in your Adobe Commerce store.
  - [Configure the payment methods](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/payment-configuration.md): Choose the payment methods you want to offer in your Adobe Commerce store.
  - [Go to production ](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/go-to-production.md): Start receiving real payments with Mercado Pago.
- How-tos
  - [How to upgrade to the new Adobe Commerce plugin](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/how-tos/upgrade-to-the-new-plugin.md): Discover the improvements of the new Adobe Commerce (Magento) plugin and learn how to install it.
  - [How to update the plugin version](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/how-tos/upgrade-to-the-new-version.md): To take advantage of the latest implemented features, update the version of your plugin.
  - How to improve payment approval: description
    - [Why is a payment rejected?](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/how-tos/improve-payment-approval/reasons-for-rejection.md): Learn which are the main reasons for payment rejections.
- Resources
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/test/accounts.md): Learn the steps required to create test users and test the integration.
  - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/test/cards.md): Check local test cards used to simulate different payout responses.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Developer dashboard](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/dashboard.md): Create new and visualize all your applications.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/notifications/webhooks.md): Get to know webhooks notifications and learn how to configure them for your applications.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
    - [Additional information about notifications](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/notifications/additional-info.md): Access extra information on notification topics, product specifics, and more.
  - [Chargeback management](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/chargebacks.md): Find all the information about chargebacks, how to prevent them, and how to manage them via API.
    - [How to prevent a payment from being charged back](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/chargebacks/how-to-prevent.md): Find information on how to decrease the likelihood that a payment will turn into a dispute.
    - [How to manage chargebacks disputes](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/chargebacks/how-to-manage.md): See information on how to find, manage, and review your chargebacks disputes.
  - [Refunds and cancellations](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/cancellations-and-refunds.md): See instructions and links to the APIs required to perform a refund and cancel a purchase from your store.
  - Security
    - [3DS 2.0](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/security/3ds.md): Check out the 3DS, a technology that enables authentication of credit and debit card transactions in e-commerce.
    - [PCI DSS](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/resources/security/pci.md): To operate with cards, you must comply with the payment industry's security standard: PCI DSS.
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/additional-content/reports/released-money/introduction.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/additional-content/reports/released-money/how to use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/additional-content/reports/released-money/generate.md): Saiba como gerar o relatório.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/additional-content/reports/released-money/report-use.md): Learn how to read the report.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/additional-content/reports/account-money/introduction.md): Allows to view transactions that affected your balance on Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/additional-content/reports/account-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/additional-content/reports/account-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/adobe-commerce/additional-content/reports/account-money/report-fields.md): Learn how to read the report.

## Checkout API (via Orders)

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/overview.md): With Checkout API, the purchase process takes place in a single environment, optimizing your store's payments.
- [Integration model](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/integration-model.md): Learn more about integrating the Checkout Transparente with Orders API.
- Integration stages: Learn about the steps to integrate Checkout API.
  - [Create application](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/create-application.md): Learn how to create an application and access the credentials required to interact with our APIs or services.
  - [Configure development environment](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/development-environment.md): Learn how to set up your development environment to start integrating the Checkout API with Orders.
  - [Integrate payment methods](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-integration.md): Learn which payment methods you can offer using Checkout API in online stores.
    - [Cards](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-integration/cards.md): Learn how to set up card payments in Checkout API using Orders API.
    - [Other payment methods](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-integration/other-payment-methods.md): Discover other payment methods available for integration with Checkout API through Orders API.
    - [SPEI Transfers](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-integration/spei-transfers.md): Learn how to integrate SPEI Transfer payments in Checkout API with Orders API.
  - [Configure notifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/notifications.md): Set up Mercado Pago notifications to keep orders updated in your system.
  - [Integration test](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/integration-test.md): Learn how to simulate the payment flow and make a test purchase in your store.
    - [Perform a test purchase with cards](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/integration-test/cards.md): Test your card integration in Checkout API with Orders by making a test purchase.
    - [Perform a test purchase with other payment methods](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/integration-test/other-payment-methods.md): Learn how to simulate the other payment methods payment flow and make a test purchase in your store.
    - [Perform a test purchase with SPEI Transfers](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/integration-test/spei-transfers.md): Learn how to simulate the SPEI Transfers payment flow and make a test purchase in your store.
  - [Measure the integration quality](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/integration-quality.md): Check out how to measure the quality of your application, identifying points for improvement in your integration.
  - [Go to production](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/go-to-production.md): Learn the recommendations for going live with your integration effectively and securely.
- Payment management: Learn about the tools to manage payments received with the Checkout Transparente with Orders.
  - [Refunds and cancellations](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/refunds-cancellations.md): Learn how to make refunds and/or cancellations for a particular charge using Orders API.
  - [Chargebacks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/chargebacks.md): Learn how to manage chargebacks on Checkout API using the Orders API.
    - [Configure chargeback notifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-management/chargebacks/notifications.md): Learn how to configure chargeback notifications.
    - [Manage chargeback](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-management/chargebacks/management.md): Learn how to manage chargebacks and submit the necessary documentation for the dispute.
  - [Reserve, capture, and cancel amounts](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-management/reserve-capture-cancel.md): Learn how to make a reservation, a capture, and a cancellation of amounts for a payment on Checkout API with Orders API.
  - Improve payment approval: Check the main scenarios that can help improve payment approval in your store.
    - [Why is a payment rejected?](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-management/improve-payment-approval/reasons-for-rejection.md): Learn which are the main reasons for payment rejections.
    - [Recommendations to improve approval](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-management/improve-payment-approval/recommendations.md): Check the main scenarios that can help improve payment approval.
    - [Save cards](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/saved-cards.md): Save buyer data in your store to speed up future purchases.
    - [Industry data](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-management/improve-payment-approval/industry-data.md): Check all the additional industry data that you can send when creating a payment to improve your approval.
  - Main statuses: See the main status that may appear when integrating with Checkout API.
    - [Transaction status](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-management/status/transaction-status.md): Consult the main status in which the creation of a transaction may result.
    - [Order status](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-management/status/order-status.md): Check the main statuses that an order may have when querying for its information.
  - [Possible errors](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-management/integration-errors.md): See the main status and errors that may appear when integrating with Checkout API.
  - [3DS 2.0](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/payment-management/integrate-3ds.md): Learn how to integrate 3DS authentication technology with Checkout API.
- Resources: Explore additional information for your Mercado Pago integration.
  - [MCP Server ](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/resources/mcp-server.md): Get to know Mercado Pago MCP Server
    - [Connect to MCP Server](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/resources/mcp-server/connection.md): Learn how to connect Mercado Pago MCP Server to your IDE.
    - [Available tools](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/resources/mcp-server/tools.md): Get to know all the available tools for Mercado Pago MCP Server
    - [Use cases](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/resources/mcp-server/use-cases.md): Learn about the possibilities that Mercado Pago MCP Server offers to optimize your integration.
    - [Troubleshooting](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/resources/mcp-server/troubleshooting.md): Check out the solution of common errors with MCP
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/resources/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - [Integration data](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/resources/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-orders/resources/test-accounts.md): Learn the steps required to create test users and test the integration.

## Checkout API (via Payments) - legacy

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/overview.md): With Checkout API, the purchase process takes place in a single environment, optimizing your store's payments.
- INTEGRATION: Get to know the requirements and all integration steps with Checkout API.
- [Types of integration](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/types-of-integration.md): Learn about the types of integration available for Checkout API.
- [Prerequisites](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/prerequisites.md): Learn about the prerequisites needed to integrate with Checkout API.
- Integration configuration: Find out which payment methods are available for integration with Checkout API.
  - [Card](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/integration-configuration/card/integrate-via-cardform.md): Learn how to set up card payments in Checkout API.
    - [Integrate for websites](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/integration-configuration/card/integration-via-cardform.md): Learn how to set up card payments in Checkout API for websites.
    - [Integrate for mobile applications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/integration-configuration/card/integration-via-core-methods-native.md): Learn how to set up card payments in Checkout API for mobile applications.
  - [Mercado Pago Wallet](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/integration-configuration/integrate-mp-wallet.md): Allow automatic payment processing through the Mercado Pago digital wallet.
  - [Other payment methods](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/integration-configuration/other-payment-methods.md): Discover other payment methods available for integration with Checkout API.
  - [Installments without card](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/integration-configuration/installments-without-card.md): Check out how to set up payments with Mercado Crédito, the installment option without a credit card.
  - [SPEI Transfers](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/integration-configuration/integrate-stp.md): Get to know SPEI Transfers, a service that allows you to make payments from any bank or financial institution.
- [Payment management](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/payment-management.md): Improve the financial control of your cashier by managing the payments made in your store.
  - [Reserve values](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/payment-management/make-value-reserve.md): Learn the steps necessary to make a reservation of values ​​for a payment.
  - [Capture authorized payment](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/payment-management/capture-authorized-payment.md): Learn how to capture a payment after its authorization.
  - [Cancel reserve](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/payment-management/cancel-reserve.md): Learn about the steps necessary to make a reservation of values.
  - [Refunds and cancellations](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/payment-management/cancellations-and-refunds.md): Learn the difference and how to proceed to make refunds and/or cancellations for a particular charge.
- Integration test: Learn about the necessary steps to test the integration with Checkout API and ensure it works correctly.
  - [Make test purchase](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/integration-test/make-test-purchase.md): Learn how to simulate the payment flow and make a test purchase in your store.
  - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/your-integrations/test/cards.md): Learn about the test cards needed to simulate the card purchase flow.
  - [Requirements for the production environment](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/integration-test/go-to-production-requirements.md): Check the necessary requirements to go into production mode and make real sales.
- Response handling: See the main response messages that may appear when integrating with Checkout API.
  - [Card token generation errors](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/error-messages/card-token-creation-errors.md): See the possible errors that can be displayed when creating the card token.
  - [Data entry errors](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/response-handling/data-insertion-errors.md): Learn about possible errors that can be displayed when entering the card data for payment.
  - [Collection creation results](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/response-handling/collection-results.md): See the top response messages that may return when creating a charge.
    - [Payment creation results](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api/response-handling/collection-results.md): Consult the main status in which the creation of a payment may result.
    - [Get payment status](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/response-handling/query-results.md): Check the main statuses that a payment may have when querying for its information.
- HOW-TOS: HOW-TOS
- [How to integrate checkout in marketplace](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/how-tos/integrate-marketplace.md): See how to integrate Mercado Pago Checkout with Marketplaces.
- [How to measure the integration quality](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/how-tos/integration-quality.md): Check out how to measure the quality of your application, identifying points for improvement in your integration.
- How to improve payment approval: Check the main scenarios that can help improve payment approval in your store.
  - [Why is a payment rejected?](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/how-tos/reasons-for-rejection.md): Learn which are the main reasons for payment rejections.
  - [Recommendations to improve payments approval](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/how-tos/improve-payment-approval.md): Check the main scenarios that can help improve payment approval.
  - [Save cards](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/how-tos/payment-approval/saved-cards.md): Save buyer data in your store to speed up future purchases.
  - [3DS 2.0](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/how-tos/improve-payment-approval/3ds.md): Check out the 3DS, a technology that enables authentication of credit and debit card transactions in e-commerce.
  - [Industry data](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data.md): Check all the additional industry data that you can send when creating a payment to improve your approval.
    - [Apparel](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/apparel.md): Learn about the data you can send for integrations related to the apparel industry.
    - [Electro](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/electro.md): Learn about the data you can send for integrations related to the electro industry.
    - [Tickets and entertainment](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/tickets-and-entretainment.md): Learn about the data you can send for integrations related to the tickets and entertainment industry.
    - [Home & Deco](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/home-and-deco.md): Learn about the data you can send for integrations related to the industry home & deco.
    - [Applications and online platforms](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/applications-online-platforms.md): Learn about the data you can send for integrations related to the applications and online platforms industry.
    - [Retail](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/retail.md): Learn about the data you can send for integrations related to the retail industry.
    - [Government and public services](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/goverment-public-services.md): Learn about the data you can send for integrations related to the government and public services industry.
    - [Tourism](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/tourism.md): Learn about the data you can send for integrations related to the tourismo industry.
    - [Hospitality](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/hospitality.md): Learn about the data you can send for integrations related to the hospitality industry.

    - [Utilities](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/utilities.md): Learn about the data you can send for integrations related to the utilities industry.
    - [Direct sale](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/direct-sale.md): Learn about the data you can send for integrations related to the direct sale industry.
    - [Automobiles and nautical](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/automobiles-and-nautical.md): Learn about the data you can send for integrations related to the automobiles and nautical industry.
    - [Urban transport](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/urban-transport.md): Learn about the data you can send for integrations related to the urban transport industry.
    - [Gambling](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/industry-data/gambling.md): Learn about the data you can send for integrations related to the gambling industry.
- [How to Integrate 3DS with Checkout API](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/how-tos/integrate-3ds.md): Learn how to integrate 3DS authentication technology with Checkout API.
- ADDITIONAL CONTENT: ADDITIONAL CONTENT
- [MCP Server ](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/mcp-server.md): Get to know Mercado Pago MCP Server
  - [Use cases](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/mcp-server/use-cases.md): Learn about the possibilities that Mercado Pago MCP Server offers to optimize your integration.
  - [Troubleshooting](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/mcp-server/troubleshooting.md): Check out the solution of common errors with MCP
  - [Available tools](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/mcp-server/tools.md): Get to know all the available tools for Mercado Pago MCP Server
  - [Connect to MCP Server](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/mcp-server/connection.md): Learn how to connect Mercado Pago MCP Server to your IDE.
- [Your integrations](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/your-integrations/introduction.md)
  - [Developer dashboard](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/your-integrations/dashboard.md): Create new and visualize all your applications.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/your-integrations/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/your-integrations/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - Test: Test the integrations: simulate different transactions with test credentials, accounts, and test cards.
    - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/your-integrations/test/accounts.md): Learn the steps required to create test users and test the integration.
    - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/your-integrations/test/cards.md): Check local test cards used to simulate different payout responses.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/your-integrations/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/your-integrations/notifications/webhooks.md): Get to know webhooks notifications and learn how to configure them for your applications.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/your-integrations/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
    - [Additional information about notifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/your-integrations/notifications/additional-info.md): Access extra information on notification topics, product specifics, and more.
- [Your certifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/certifications.md): Learn more about Your Certifications page and the Integrator ID.
- [Chargeback management](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/chargebacks.md): Find all the information about chargebacks, how to prevent them, and how to manage them via API.
  - [How to prevent a payment from being charged back](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/chargebacks/how-to-prevent.md): Find information on how to decrease the likelihood that a payment will turn into a dispute.
  - [How to manage chargebacks disputes](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/chargebacks/how-to-manage.md): See information on how to find, manage, and review your chargebacks disputes.
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/released-money.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/released-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/released-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/released-money/report-fields.md): Learn how to read the report.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/account-money/introduction.md): Allows to view transactions that affected your balance on Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/account-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/account-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/account-money/report-fields.md): Learn how to read the report.
  - [Mercado Pago’s split payment solution sales report](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/sales-report/introduction.md): The sales report provides a comprehensive overview of transactions from linked sellers.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/sales-report/how-to-use.md): Learn how to check it in spreadsheets or import it into the reconciliation program of your choice.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/sales-report/generate-report.md): Learn how to set up, create, and generate the report.
    - [Download report](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/sales-report/download-report.md): Learn how to download the report.
    - [Queries and validations](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/sales-report/queries-and-validations.md): Learn how to validate the report's structure and notifications.
    - [Modifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/sales-report/modifications.md): Learn how to make changes to structure, notification, or event settings.
    - [Deactivation](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/sales-report/deactivation.md): Learn how to disable a structure, notification, or event.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/reports/sales-report/report-fields.md): Get to know the description of each field in the report.
- Security: Security
  - [OAuth](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/security/oauth/introduction.md): Authorization protocol that allows applications to have limited access to the private information of Mercado Pago.
    - [Creation](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/security/oauth/creation.md): Learn how to create an authorization_code to generate an access token.
    - [Renewal](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/security/oauth/renewal.md): Learn how to renew an expired access token.
    - [Management](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/security/oauth/management.md): Learn how to disable and invalidate access tokens and temporal grants.
    - [Best practices](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/security/oauth/best-practices.md): Learn about the best practices for integrating OAuth.
    - [APIs map](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/security/oauth/api-map.md)
  - [PCI DSS](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/additional-content/security/pci.md): To operate with cards, you must comply with the payment industry's security standard: PCI DSS.
- BEST PRACTICES: BEST PRACTICES
- UX best practices: UX best practices
  - [UX for Checkouts](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/best-practices/ux-best-practices/ux-for-checkouts/introduction.md): A guide of UX best practices for checkout that will help you to improve your client's payment experience.
    - [Optimized experience](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/best-practices/ux-best-practices/ux-for-checkouts/optimized-experience.md)
    - [Ease of conversion](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/best-practices/ux-best-practices/ux-for-checkouts/ease-of-conversion.md)
- [Credentials best practices](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/best-practices/credentials-best-practices/introduction.md): Credentials best practices.
  - [Keep your credentials safe](https://omega.mercadopago.com.mx/developers/en/docs/checkout-api-payments/best-practices/credentials-best-practices/secure-credentials.md): See how to handle sensitive data and learn how to protect it from loss or vulnerabilities.

## Checkout Bricks

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/overview.md): Checkout Bricks is a set of UI modules that come frontend ready and optimized for better usability and conversion. 
- [Introduction](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/introduction.md): Learn more about Checkout Bricks, a UI (User Interface) component library that aims to enable client-side integration.
- BRICKS INTEGRATION
- [Prerequisites](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/prerequisites.md): Learn about the prerequisites needed to integrate Checkout Bricks.
- [Common initialization](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/common-initialization.md): Check out the initial steps to set up the Bricks integration and have a responsive, optimized and configurable checkout.
- [Payment](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/introduction.md): Learn more about Payment Brick and its main features.
  - [Default rendering](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/default-rendering.md): Check out how to render the Payment Brick.
  - [Payments submission](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/payment-submission.md): After you set up the integration to Payment Brick, here's how to send payments to Mercado Pago.
    - [Cards](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/payment-submission/cards.md): Check out how to send payments made with cards to Mercado Pago.
    - [Mercado Pago Wallet and Installments without Card](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/payment-submission/wallet-credits.md): Check out how to send payments made with Mercado Pago Wallet and Installments without Card to Mercado Pago.
    - [Other payments methods](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/payment-submission/other-payment-methods.md): Check out how to send payments made with tickets to Mercado Pago.
  - [Demo](https://omega.mercadopago.com.mx/developers/en/live-demo/payment-brick.md): Build the Payment Brick visual experience in real time.
  - Advanced features: Advanced features
    - [Initialize data on the Bricks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/advanced-features/initialize-data-on-the-bricks.md): Check how to initiate Payment Brick with e-mail and an identity document.
    - [Preferences](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/advanced-features/preferences.md): Check out how to adapt the Payment Brick integration to your business model by setting preference attributes.
    - [Add saved cards](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/advanced-features/customers-cards.md): Check how to configure Payment Brick to display saved cards for a particular buyer.
    - [Add confirmation step](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/advanced-features/add-confirmation-step.md): Learn how to display an order information review and editing area before payment confirmation.
    - [Update data](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/advanced-features/update-data.md): Check out how to update data in Payment Brick.
    - [Manage payment methods](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/advanced-features/manage-payment-methods.md): Learn how to manage integration with multiple payment methods.
    - [Configure installments](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/advanced-features/configure-installments.md): Check how to set up the maximum and minimum number of installments allowed in Payment Brick.
    - [Default payment method](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/advanced-features/default-payment-method.md): Learn how to initialize the Payment Brick with a payment option already open.
    - [Additional data](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/advanced-features/additional-data.md): Learn how to use the `additionalData` parameter, which may contain additional data useful for your integration.
    - [Additional callbacks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/advanced-features/additional-callbacks.md): Learn how to configure additional callbacks, which provide more information while the Payment Brick is running.
  - Visual customizations: Check out what visual customizations are possible in Brick.
    - [Hide element](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/visual-customizations/hide-element.md): Learn how you can hide elements in Payment Brick.
    - [Change texts](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/payment-brick/visual-customizations/change-texts.md): Check out how to change the texts of the chosen layout in Payment Brick.
- [Wallet](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/wallet-brick/introduction.md): Learn more about Wallet Brick and its main features.
  - [Default rendering](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/wallet-brick/default-rendering.md): Check out how to render the Wallet Brick.
  - [Demo](https://omega.mercadopago.com.mx/developers/en/live-demo/wallet-brick.md): Build the Wallet Brick visual experience in real time.
  - Advanced features: Advanced features
    - [Preferences](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/wallet-brick/advanced-features/preferences.md): Check out how to adapt the Wallet Brick integration to your business model by setting preference attributes.
    - [Preference on submit](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/wallet-brick/advanced-features/preference-submit.md): Learn how to create the preference at the moment of clicking the button, that is, when submitting the form.
    - [Opening mode](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/wallet-brick/advanced-features/opening-mode.md): Learn how to integrate Wallet Brick step by step in onSubmit.
    - [Additional callbacks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/wallet-brick/advanced-features/additional-callbacks.md): Learn how to configure additional callbacks, which provide more information while the Wallet Brick is running.
  - Visual customizations: Check out what visual customizations are possible in Brick.
    - [Change texts](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/wallet-brick/visual-customizations/change-texts.md): Check out how to change the texts of the chosen layout in Wallet Brick.
    - [Change appearance](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/wallet-brick/visual-customizations/change-appearance.md): Check out how to change the appearance defined by the default layout in Wallet Brick.
- [Card Payment](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/card-payment-brick/introduction.md): Learn more about Card Payment Brick and its main features.
  - [Default rendering](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/card-payment-brick/default-rendering.md): Check out how to render the Card Payment Brick.
  - Payments submission: After you set up the integration to Card Payment Brick, here's how to send payments to Mercado Pago.
    - [Cards](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/card-payment-brick/payment-submission.md): Check out how to send payments made with cards to Mercado Pago.
  - [Demo](https://omega.mercadopago.com.mx/developers/en/live-demo/card-payment-brick.md): Build the Card Payment Brick visual experience in real time.
  - Advanced features: Advanced features
    - [Initialize data on the Bricks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/card-payment-brick/advanced-features/initialize-data-on-the-bricks.md): Check how to initiate Card Payment Brick with e-mail and an identity document.
    - [Update data](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/card-payment-brick/advanced-features/update-data.md): Check out how to update data in Card Payment Brick.
    - [Configure installments](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/card-payment-brick/advanced-features/configure-installments.md): Check how to set up the maximum and minimum number of installments allowed in Card Payment Brick.
    - [Configure accepted payment methods](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/card-payment-brick/advanced-features/configure-payment-methods.md): Learn how to configure payments exclusively with credit or debit.
    - [Additional data](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/card-payment-brick/advanced-features/additional-data.md): Learn how to use the `additionalData` parameter, which may contain additional data useful for your integration.
    - [Additional callbacks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/card-payment-brick/advanced-features/additional-callbacks.md): Learn how to configure additional callbacks, which provide more information while the Card Payment Brick is running.
  - Visual customizations: Check out what visual customizations are possible in Brick.
    - [Hide element](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/card-payment-brick/visual-customizations/hide-element.md): Learn how you can hide elements in Card Payment Brick.
    - [Change texts](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/card-payment-brick/visual-customizations/change-texts.md): Check out how to change the texts of the chosen layout in Card Payment Brick.
- [Status Screen](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/status-screen-brick/introduction.md): Learn more about Status Screen Brick and its main features.
  - [Default rendering](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/status-screen-brick/default-rendering.md): Check out how to render the Status Screen Brick.
  - [Demo](https://omega.mercadopago.com.mx/developers/en/live-demo/status-screen-brick.md): Build the Status Screen Brick visual experience in real time.
  - Advanced features: Advanced features
    - [Add external reference](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/status-screen-brick/advanced-features/add-external-reference.md): Learn how to display the Payments API `external_reference` field.
    - [Configure redirect URLs](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/status-screen-brick/advanced-features/configure-redirect-urls.md): Check out how redirect your user to another page of your site through the redirection buttons.
    - [Transition states](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/status-screen-brick/advanced-features/transition-states.md): Offer an experience for pending payments through Challenge or other cases that require external redirection
  - Visual customizations: Check out what visual customizations are possible in Brick.
    - [Hide transaction date](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/status-screen-brick/additional-customization/hide-transaction-date.md): Learn how to hide transaction date from status data.
    - [Hide processing details](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/status-screen-brick/additional-customization/hide-processing-details.md): Learn how to hide payment processing details.
    - [Change texts](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/status-screen-brick/additional-customization/change-texts.md): Check out how to change the texts of the chosen layout in Status Screen Brick.
- Integration test: Check how to perform tests to ensure your integration works correctly.
  - [Make test purchase](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/integration-test/test-payment-flow.md): Learn how to simulate the payment flow and make a test purchase in your store.
  - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/integration-test/test-cards.md): Check which local test cards you can use to test your integration.
  - [Requirements for the production environment](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/integration-test/go-to-production-requirements.md): Check what requirements are needed to go into production.
- HOW-TOS: HOW-TOS
- [How to migrate to Checkout Bricks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/how-tos/how-to-migrate.md): Learn how to migrate your integration from another product to Checkout Bricks.
  - Web Tokenize Checkout V1: How to migrate from Web Tokenize Checkout V1.
    - [Client-side](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/how-tos/how-to-migrate/web-tokenize-checkout-v1/clientside.md): Configurate how to receive payments with cards on client-side.
    - [Server-side](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/how-tos/how-to-migrate/web-tokenize-checkout-v1/serverside.md): Configurate how to receive payments with cards on server-side.
  - Web Tokenize Checkout V2: How to migrate from Web Tokenize Checkout V2.
    - [Client-side](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/how-tos/how-to-migrate/web-tokenize-checkout-v2/clientside.md): Configurate how to receive payments with cards on client-side.
    - [Server-side](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/how-tos/how-to-migrate/web-tokenize-checkout-v2/serverside.md): Configurate how to receive payments with cards on server-side.
  - Card Form: How to migrate from Card Form.
    - [Client-side](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/how-tos/how-to-migrate/cardform/clientside.md): Configurate how to receive payments with cards on client-side.
- [How to measure the integration quality](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/how-tos/integration-quality.md): Check out how to measure the quality of your application, identifying points for improvement in your integration.
- How to improve payment approval: Check the main scenarios that can help improve payment approval in your store.
  - [Why is a payment rejected?](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/how-tos/improve-payment-approval/reasons-for-rejection.md): Learn which are the main reasons for payment rejections.
  - [Recommendations to improve payments approval](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/how-tos/improve-payment-approval/recommendations.md): Check the main scenarios that can help improve payment approval.
  - [3DS 2.0](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/how-tos/improve-payment-approval/3ds.md): Check out the 3DS, a technology that enables authentication of credit and debit card transactions in e-commerce.
- [How to Integrate 3DS with Checkout Bricks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/how-tos/integrate-3ds.md): Check out how to integrate 3DS authentication technology with Checkout Bricks.
- ADDITIONAL CONTENT: ADDITIONAL CONTENT
- General customizations
  - [Set theme](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/set-theme.md): See how you can select another theme when instantiating/rendering the Checkout Bricks.
  - [Change CSS variables](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/modify-css-variables.md): Learn how to change the Checkout Bricks CSS variables if you need.
  - [Select language](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/select-language.md): You can select the Checkout Bricks language when required. Check how.
- [Consult payment methods](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/consult-payment-methods.md): Check out how to get a detailed list of all payment methods available for integration with Payment Brick.
- [Payment management](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/payment-management.md): Improve the financial control of your cashier by managing the payments made in your store.
  - [Reserve values](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/payment-management/make-value-reserve.md): Learn the necessary steps to make a reservation of values ​​for a payment.
  - [Capture authorized payment](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/payment-management/capture-authorized-payment.md): Check out how to capture a payment after its authorization.
  - [Cancel reserve](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/payment-management/cancel-reserve.md): Learn about the steps necessary to make a reservation of values.
  - [Refunds and cancellations](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/payment-management/cancellations-and-refunds.md): Learn the difference and how to proceed to make refunds and/or cancellations for a particular charge.
- [Possible errors](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/possible-errors.md): Know what are the possible errors shown to the integrator when instantiating the Brick.
- [GitHub project](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/github-project.md): Get access to functional project and technical documentation links.
- [Your integrations](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/your-integrations/introduction.md): Get to know your integrations management environment created automatically with a user ID.
  - [Developer dashboard](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/your-integrations/dashboard.md): Create new and visualize all your applications.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/your-integrations/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/your-integrations/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - Test: Test the integrations: simulate different transactions with test credentials, accounts, and test cards.
    - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/your-integrations/test/accounts.md): Learn the steps required to create test users and test the integration.
    - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/your-integrations/test/cards.md): Check local test cards used to simulate different payout responses.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/your-integrations/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/your-integrations/notifications/webhooks.md): Get to know webhooks notifications and learn how to configure them for your applications.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/your-integrations/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
    - [Additional information about notifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/your-integrations/notifications/additional-info.md): Access extra information on notification topics, product specifics, and more.
- [Your certifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/certifications.md): Learn more about Your certifications page and the Integrator ID.
- Security: Security
  - [OAuth](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/security/oauth/introduction.md): Authorization protocol that allows applications to have limited access to the private information of Mercado Pago.
    - [Get Access Token](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/security/oauth/creation.md): Learn how to use the flows (grant types) to obtain an Access Token and access the data exposed by an API.
    - [Renew Access Token](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/security/oauth/renewal.md): Learn how to use a 'refresh_token' to renew an expired Access Token.
    - [Manage Access Token](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/security/oauth/management.md): Learn how to disable and invalidate Access Tokens and temporary grants.
    - [Best practices](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/security/oauth/best-practices.md): Learn about the best practices for integrating OAuth.
    - [APIs map](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/security/oauth/api-map.md): See available APIs.
  - [OWASP](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/security/owasp.md): OWASP is an open community that provides tools and standards for developing and maintaining secure web applications.
  - [PCI DSS](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/additional-content/security/pci.md): To operate with cards, you must comply with the payment industry's security standard: PCI DSS.
- BEST PRACTICES: BEST PRACTICES
- UX best practices: UX best practices
  - [UX for checkouts](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/best-practices/ux-best-practices/ux-for-checkouts/introduction.md): A guide of UX best practices for checkout that will help you to improve your client's payment experience.
    - [Headings, subheadings and explanatory texts](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/best-practices/ux-best-practices/ux-for-checkouts/header-subtitles-text.md): Keep the data grouped thematically and provide context to the user about the steps to follow.
    - [Labels and placeholders](https://omega.mercadopago.com.mx/developers/en/docs/checkout-bricks/best-practices/ux-best-practices/ux-for-checkouts/label-and-placeholders.md): Check the best practices for creating labels and placeholders in Checkout Bricks.

## Checkout Pro

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/overview.md): Process payments in the Mercado Pago environment, simply and securely, with a ready-to-configure design.
- Stages of integration: Learn the necessary configuration steps to integrate Checkout Pro.
  - [Create application](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/create-application.md): Start integrating Checkout Pro by creating your application.
  - [Configure development environment](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/configure-development-enviroment.md): Install the Mercado Pago SDK and configure your backend.
  - [Create and configure a payment preference](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/create-payment-preference.md): Create the payment preference that will allow you to charge with Mercado Pago.
  - Integration for websites: Follow these steps to complete your Checkout Pro integration on a website.
    - [Configure back URLs](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/configure-back-urls.md): Configure the site to which your customer will be redirected upon completing the purchase.
    - [Add the SDK to the frontend and initialize the checkout](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/web-integration/add-frontend-sdk.md): Configure the customer's payment experience in your frontend.
  - [Integration for mobile applications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/mobile-integration.md): Learn how to integrate Mercado Pago Checkout Pro for mobile projects.
    - [Flutter](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/mobile-integration/flutter.md): Integrate Checkout Pro in a mobile application using Flutter.
    - [React Native CLI](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/mobile-integration/react-native-cli.md): Integrate Checkout Pro in a mobile application using React Native CLI.
    - [React Native Expo Go](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/mobile-integration/react-native-expo-go.md): Integrate Checkout Pro in a mobile application using React Native Expo Go.
    - [Java o Kotlin](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/mobile-integration/java-kotlin.md): Integrate Checkout Pro in a mobile application using React Native CLI.
    - [Swift](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/mobile-integration/swift.md): Integrate Checkout Pro in a mobile application using Swift.
  - [Configure payment notifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/payment-notifications.md): Configure the notifications to receive alerts whenever a payment is created or updated.
  - [Integration test](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/integration-test.md): Test your integration before going to production.
    - [Perform test purchases](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/integration-test/test-purchases.md): Conduct tests with different payment methods to verify their functionality.
  - [Go to production](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/go-to-production.md): With your integration configured and verified, it's time to go live.
- Additional settings
  - [Configure refunds and cancellations](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-settings/refunds-and-cancellations.md): Learn the necessary instructions to make a full, partial refund or cancel a purchase on your website.
  - [Exclude payment methods](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-settings/payment-methods.md): Learn how to set up a default payment method, exclude any unwanted payment method or define the number of installments.
  - [Restrict purchases to registered users only](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-settings/mp-wallet.md): Learn how to configure payments with a Mercado Pago account as the only payment method.
  - [Create preference for multiple items](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-settings/preference-multiple-items.md): Check the steps required to create a preference for more than one item.
  - [Display shipping cost](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-settings/shipping-cost.md): Learn how to display the shipping amount separately from the total purchase amount at checkout.
  - [Change expiration date](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-settings/expiration-date.md): See the steps required to change the default due date for cash payments.
  - [Opening scheme with external redirect](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-settings/opening-schema.md): Learn how to define the way Checkout Pro opens for the user.
  - [Configure invoice description](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-settings/invoice-description.md): Learn how to set the name of the establishment that will appear on the buyer's invoice.
  - [Configure the payment button appearance](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-settings/configure-button-appearance.md): Customize the payment button to match your store.
  - [Ads conversion](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-settings/ads-conversion.md): Learn how to analyze and evaluate the relevance and return of created ads.
  - [Enable binary mode](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-settings/binary-mode.md): Learn how to enable binary mode if your business model requires instant payment approval.
  - [Configure term of preference](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-settings/term-of-preference.md): Check how to set a preference start date and expiration date.
  - [Configure chargeback notifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/chargebacks/notifications.md): Learn how to configure chargeback notifications.
- How-tos: Follow the instructions to complete optional configurations in your integration.
  - [How to measure the integration quality](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/how-tos/integration-quality.md): Check out how to measure the quality of your application, identifying points for improvement in your integration.
  - How to improve payment approval: Check the main scenarios that can help improve payment approval in your store.
    - [Why is a payment rejected?](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/how-tos/improve-payment-approval/reasons-for-rejection.md): Learn which are the main reasons for payment rejections.
    - [How to improve payment approval](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/how-tos/improve-payment-approval/recommendations.md): Check the main scenarios that can help improve payment approval.
    - [Industry data](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/how-tos/improve-payment-approval/industry-data.md): Check all the additional industry data that you can send when creating a payment to improve your approval.
  - [How to integrate checkout in marketplace](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/how-tos/integrate-marketplace.md): Check the steps to integrate Mercado Pago Checkout in marketplaces and increase payment possibilities.
- Resources: Explore additional information for your Mercado Pago integration.
  - [MCP Server ](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/mcp-server.md): Get to know Mercado Pago MCP Server
    - [Connect to MCP Server](https://omega.mercadopago.com.mx/developers/en/docs/checkout-proadditional-content/mcp-server/connection.md): Learn how to connect Mercado Pago MCP Server to your IDE.
    - [Available tools](https://omega.mercadopago.com.mx/developers/en/docs/checkout-proadditional-content/mcp-server/tools.md): Get to know all the available tools for Mercado Pago MCP Server
    - [Use cases](https://omega.mercadopago.com.mx/developers/en/docs/checkout-proadditional-content/mcp-server/use-cases.md): Learn about the possibilities that Mercado Pago MCP Server offers to optimize your integration.
    - [Troubleshooting](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/mcp-server/troubleshooting.md): Check out the solution of common errors with MCP
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - [Integration data](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/your-integrations/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/notifications/webhooks.md): Get to know webhooks notifications and learn how to configure them for your applications.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
    - [Additional information about notifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/notifications/additional-info.md): Access extra information on notification topics, product specifics, and more.
  - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/your-integrations/test/accounts.md): Learn the steps required to create test users and test the integration.
  - [Chargebacks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/chargebacks.md): Learn more about chargebacks and how to manage them.
    - [Manage chargebacks](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/chargebacks/manage.md): Learn how to manage chargebacks and submit the necessary documentation for the dispute.
  - [Demo of the visual experience](https://omega.mercadopago.com.mx/developers/en/live-demo/checkout-pro.md): Build the Checkout Pro visual experience in real time.
  - [Security](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/security/landing-hub.md): Learn about the protocols and security measures that we apply at Mercado Pago.
  - [Credentials best practices](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/credentials-best-practices/introduction.md): Discover our security best practices guide and learn how to protect your data and those of the accounts you manage.
    - [Credentials best practices](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/best-practices/credentials-best-practices/introduction.md): Discover our security best practices guide and learn how to protect your data and those of the accounts you manage.
    - [Keep your credentials safe](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/best-practices/credentials-best-practices/secure-credentials.md): Learn how to keep your credentials safe.
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/released-money/introduction.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/released-money/how to use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/released-money/generate.md): Check the necessary steps to generate the released money report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/released-money/report-use.md): Learn about the report fields and how to read your results.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/account-money/introduction.md): Allows to view transactions that affected your balance on Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/account-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/account-money/generate.md): Check the necessary steps to generate the Account balance report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/account-money/report-fields.md): Learn about the report fields and how to read your results.
  - [Mercado Pago’s split payment solution sales report](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/sales-report/introduction.md): The sales report provides a comprehensive overview of transactions from linked sellers.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/sales-report/how-to-use.md): Learn how to check it in spreadsheets or import it into the reconciliation program of your choice.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/sales-report/generate-report.md): Learn how to set up, create, and generate the report.
    - [Download report](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/sales-report/download-report.md): Learn how to download the report.
    - [Queries and validations](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/sales-report/queries-and-validations.md): Learn how to validate the report's structure and notifications.
    - [Modifications](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/sales-report/modifications.md): Learn how to make changes to structure, notification, or event settings.
    - [Deactivation](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/sales-report/deactivation.md): Learn how to disable a structure, notification, or event.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/checkout-pro/additional-content/reports/sales-report/report-fields.md): Get to know the description of each field in the report.

## Collaborators

- [Collaborators](https://omega.mercadopago.com.mx/developers/en/docs/collaborators.md): The collaborators tool allows you to manage teams with secure, individualized access.

## Mercado Pago MCP Server

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/mcp-server/overview.md): Integrate Mercado Pago solutions through AI.
- [Connect to MCP Server](https://omega.mercadopago.com.mx/developers/en/docs/mcp-server/connection.md): Learn how to connect Mercado Pago MCP Server to your IDE.
- [Available tools](https://omega.mercadopago.com.mx/developers/en/docs/mcp-server/tools.md): Get to know all the available tools for Mercado Pago MCP Server
- [Use cases](https://omega.mercadopago.com.mx/developers/en/docs/mcp-server/use-cases.md): Learn about the possibilities that Mercado Pago MCP Server offers to optimize your integration.
- [Troubleshooting ](https://omega.mercadopago.com.mx/developers/en/docs/mcp-server/mcp-server-troubleshooting.md): Check out the solution of common errors with MCP

## Mercado Pago Point

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/overview.md): Point is the Mercado Pago card machine that allows buyers to pay in person.
- Integration stages: Learn how to integrate Mercado Pago Point.
  - [Create application](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/create-application.md): Learn how to create an application and access the credentials required to interact with our APIs or services.
  - [Configure terminal](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/configure-terminal.md): Learn how to set up your Point terminal to operate seamlessly with your POS.
  - [Integrate payment processing](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/payment-processing.md): Learn how to integrate Point with your point of sale, allowing the customer to make in-person payments.
  - [Configure notifications](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
  - [Integration test](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/integration-test.md): Learn how to test your integration with Mercado Pago Point.
  - [Go to production](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/go-to-production.md): Learn the necessary recommendations for putting your integration into production effectively and securely.
- Resources: Explore additional information for your Mercado Pago Point integration.
  - [Status of an order and a transaction](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/resources/status-order-transaction.md): Learn about the statuses that an order and a transaction can take.
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/resources/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/resources/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Security](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/resources/security/landing-hub.md): Learn about the protocols and security measures that we apply at Mercado Pago.
  - [Troubleshooting](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/resources/troubleshooting.md): Check how to solve possible issues that may occur during your integration and operation with Mercado Pago Point.
  - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/resources/test-accounts.md): Learn the steps required to create test users and test the integration.
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/additional-content/reports/released-money/introduction.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/additional-content/reports/released-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/additional-content/reports/released-money/generate.md): Check the necessary steps to generate the released money report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/additional-content/reports/released-money/report-use.md): Learn about the report fields and how to read your results.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/additional-content/reports/account-money/introduction.md): Allows to view transactions that affected your balance on Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/additional-content/reports/account-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/additional-content/reports/account-money/generate.md): Check the necessary steps to generate the Account balance report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/mp-point/additional-content/reports/account-money/report-fields.md): Learn about the report fields and how to read your results.

## Mercado Pago Point (legacy)

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/overview.md): Point is the Mercado Pago card machine that allows buyers to pay in person.
- INTEGRATION
- Integration configuration: Learn how to integrate Mercado Pago Point into your POS.
  - [Integrate via API your Point of Sale](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/integration-configuration/integrate-with-pdv/introduction.md): Learn how to integrate Mercado Pago Point into your POS.
    - [Configure devices in Point of Sale mode](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/integration-configuration/integrate-with-pdv/configure-devices.md): Configure your Point device to start processing payments.
    - [Payment processing](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/integration-configuration/integrate-with-pdv/payment-processing.md): Create a payment intent and assign it to a Point device.
    - [Configure printings](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/integration-configuration/configure-printing.md): Learn how to manage printings on configured Point terminals.
    - [Configure notifications](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/integration-configuration/integrate-with-pdv/notifications.md): Learn how to start receiving Webhooks notifications.
- [Integration test](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/integration-test.md): Learn how to test your integration with Mercado Pago Point.
  - [Test integration configuration](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/integration-test/test-integration-configuration.md): Learn how to configure your integration for tests with Mercado Pago Point.
  - [Test payment processing](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/integration-test/test-payment-processing.md): Test if the payments with Mercado Pago Point are being processed correctly.
  - [Requirements to go to production](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/integration-test/go-to-production.md): Learn all the requirements you need to meet before going to production with your integration with Mercado Pago Point
- HOW-TOS: HOW-TOS
- [How to measure the integration quality ](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/how-tos/integration-quality.md): Check out how to measure the quality of your application, identifying points for improvement in your integration.
- ADDITIONAL CONTENT: ADDITIONAL CONTENT
- [Your integrations](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/your-integrations/introduction.md): Get to know your integrations management environment created automatically with a user ID.
  - [Developer dashboard](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/your-integrations/dashboard.md): Create new and visualize all your applications.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/your-integrations/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/your-integrations/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - Test: Test the integrations: simulate different transactions with test credentials, accounts, and test cards.
    - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/your-integrations/test/accounts.md): Learn the steps required to create test users and test the integration.
    - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/your-integrations/test/cards.md): Check local test cards used to simulate different payout responses.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/your-integrations/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/your-integrations/notifications/webhooks.md): Get to know webhooks notifications and learn how to configure them for your applications.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/your-integrations/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
    - [Additional information about notifications](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/your-integrations/notifications/additional-info.md): Access extra information on notification topics, product specifics, and more.
- [Your certifications](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/certifications.md): Learn more about Your certifications page and the Integrator ID.
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/reports/released-money/introduction.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/reports/released-money/how to use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/docs/mp-point/additional-content/reports/released-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/docs/mp-point/additional-content/reports/released-money/report-use.md): Learn how to read the report.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/reports/account-money/introduction.md): Allows you to know the liquidity of the business including details of the released payments.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/docs/mp-point/additional-content/reports/account-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/docs/mp-point/additional-content/reports/account-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/docs/mp-point/additional-content/reports/account-money/report-fields.md): Learn how to read the report.
- Security: Security
  - [OAuth](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/security/oauth/introduction.md): Authorization protocol that allows applications to have limited access to the private information of Mercado Pago.
    - [Get Access Token](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/security/oauth/creation.md): Learn how to use the flows (grant types) to obtain an Access Token and access the data exposed by an API.
    - [Renew Access Token](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/security/oauth/renewal.md): Learn how to use a 'refresh_token' to renew an expired Access Token.
    - [Manage Access Token](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/security/oauth/management.md): Learn how to disable and invalidate Access Tokens and temporary grants.
    - [Best practices](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/security/oauth/best-practices.md): Learn about the best practices for integrating OAuth.
    - [APIs map](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/additional-content/security/oauth/api-map.md): See available APIs.
- RESOURCES: RESOURCES
- [Glossary](https://omega.mercadopago.com.mx/developers/en/docs/mp-point-legacy/integration-api/glossary.md): Learn about some important terms related to Mercado Pago Point.

## Payment link

- [Payment link](https://omega.mercadopago.com.mx/developers/en/docs/payment-link/intro-button.md): Payment link
  - [How does it work?](https://omega.mercadopago.com.mx/developers/en/docs/payment-link/how-it-works.md): How does it work?
  - [Characteristics](https://omega.mercadopago.com.mx/developers/en/docs/payment-link/characteristics.md): Characteristics
- Create payment link: Create payment link
  - [Basic settings](https://omega.mercadopago.com.mx/developers/en/docs/payment-link/create-payment-link/basic-settings.md): Basic settings
  - [Advanced settings](https://omega.mercadopago.com.mx/developers/en/docs/payment-link/create-payment-link/advanced-settings.md): Advanced settings
- [Share online](https://omega.mercadopago.com.mx/developers/en/docs/payment-link/share-button.md): Share online
  - [Receive payments via social networks](https://omega.mercadopago.com.mx/developers/en/docs/payment-link/share-button/share-social-networks.md): Receive payments via social networks
  - [Receive payments through my website](https://omega.mercadopago.com.mx/developers/en/docs/payment-link/share-button/share-website.md): Receive payments through my website

## Prestashop

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/overview.md): Offer all payment methods in PrestaShop, an easy-to-use e-commerce platform.
- [Integration configuration](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/integration.md): Check how to integrate the Mercado Pago module into your PrestaShop store.
- [Payment configuration](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/payment-configuration.md): Configure your integration to receive payments on your store.
  - [Checkout Pro](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/payment-configuration/checkout-pro.md): Configure your integration to receive payments in your store with Checkout Pro.
  - [Checkout API](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/payment-configuration/checkout-api/introduction.md): Checkout API
    - [Cards](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/payment-configuration/checkout-api/cards.md): Configure your integration to receive card payments at your store.
    - [Ticket checkout](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/payment-configuration/checkout-api/ticket-checkout.md): Configure your integration to receive payments with ticket checkout in your store.
- Sales processing: Learn how to test your integration and get paid.
  - [Test payments](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/sales-processing/integration-test.md): Simule pagamentos na loja antes de começar a receber pagamentos reais dos seus clientes.
  - [Receive payments](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/sales-processing/go-to-production.md): Learn how to get your store into production and start receiving real payments from your customers.
- HOW-TOS: HOW-TOS
- [How to install the Mercado Pago module manually](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/how-tos/install-module-manually.md): Check how to install the Mercado Pago module manually.
- [How to customize payment notification for Checkout API](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/how-tos/email-customization.md): Check out how to set up the sending of emails that will notify the user of transactions made with the Checkout API.
- How to improve payment approval: Check the main scenarios that can help improve payment approval in your store.
  - [Why is a payment rejected?](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/how-tos/improve-payment-approval/reasons-for-rejection.md): Learn which are the main reasons for payment rejections.
  - [Recommendations to improve payments approval](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/how-tos/improve-payment-approval/recommendations.md): Check the main scenarios that can help improve payment approval.
- ADDITIONAL CONTENT: ADDITIONAL CONTENT
- [Reasons for payment refusals](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/reasons-for-refusals.md): See more information about some reasons that can directly impact the approval of payments in your store
- [Your integrations](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/your-integrations/notifications/ipn.md): Get to know your integrations management environment created automatically with a user ID.
  - [Developer dashboard](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/your-integrations/dashboard.md): Create new and visualize all your applications.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/your-integrations/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/your-integrations/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - Test: Test the integrations: simulate different transactions with test credentials, accounts, and test cards.
    - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/your-integrations/test/accounts.md): Learn the steps required to create test users and test the integration.
    - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/your-integrations/test/cards.md): Check local test cards used to simulate different payout responses.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/your-integrations/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/your-integrations/notifications/webhooks.md): Conheça as notificações webhooks e saiba como configurá-las para suas aplicações.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/your-integrations/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
    - [Additional information about notifications](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/your-integrations/notifications/additional-info.md): Access extra information on notification topics, product specifics, and more.
- [Your certifications](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/certifications.md): Learn more about Your certifications page and the Integrator ID.
- [Chargeback management](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/chargebacks.md): Find all the information about chargebacks, how to prevent them, and how to manage them via API.
  - [How to prevent a payment from being charged back](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/chargebacks/how-to-prevent.md): Find information on how to decrease the likelihood that a payment will turn into a dispute.
  - [How to manage chargebacks disputes](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/chargebacks/how-to-manage.md): See information on how to find, manage, and review your chargebacks disputes.
- [Refunds and cancellations](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/cancellations-and-refunds.md): See instructions and links to the APIs required to perform a refund and cancel a purchase from your store.
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/reports/released-money/introduction.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/reports/released-money/how to use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/reports/released-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/reports/released-money/report-use.md): Learn how to read the report.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/reports/account-money/introduction.md): Allows to view transactions that affected your balance on Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/reports/account-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/reports/account-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/additional-content/reports/account-money/report-fields.md): Learn how to read the report.
- BEST PRACTICES: BEST PRACTICES
- [Credentials best practices](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/best-practices/credentials-best-practices/introduction.md): Discover our security best practices guide and learn how to protect your data and those of the accounts you manage.
  - [Keep your credentials safe](https://omega.mercadopago.com.mx/developers/en/docs/prestashop/resources/credentials-best-practices/secure-credentials.md): See how to handle sensitive data and learn how to protect it from loss or vulnerabilities.

## SDKs

- [SDKs](https://omega.mercadopago.com.mx/developers/en/docs/sdks-library/landing.md): Get to know Mercado Pago's SDKs and find out how to reduce client-side and server-side integration time.
- [Server side](https://omega.mercadopago.com.mx/developers/en/docs/sdks-library/server-side.md): Check our backend SDKs and learn how to get server-side functionality from our online payment solutions.
- [Client-side](https://omega.mercadopago.com.mx/developers/en/docs/sdks-library/client-side/mp-js-v2.md): Check the client-side SDK, which has functions based on Promises and brings an interface for better error handling.
  - [SDK JS - ES Module](https://omega.mercadopago.com.mx/developers/en/docs/sdks-library/client-side/mp-js-v2.md): Meet version 2 of Mercado Pago's client-side SDK, with promise-based functions and a renewed interface.
  - [SDK JS - React](https://omega.mercadopago.com.mx/developers/en/docs/sdks-library/client-side/sdk-js-react-installation.md): Get to know Mercado Pago's React SDK and learn the necessary steps for installation.
  - [SDK Native](https://omega.mercadopago.com.mx/developers/en/docs/sdks-library/client-side/sdk-nativo.md): Get to know the Mercado Pago Native SDK and learn the steps required for its installation.
  - [How to migrate from SDK JS V1 to SDK JS V2 with Secure Fields](https://omega.mercadopago.com.mx/developers/en/docs/sdks-library/client-side/java/howto-migrate.md): Check out how to migrate from JavaScript SDK version 1 to using JavaScript SDK version 2 with Secure Fields.

## Salesforce Commerce Cloud

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/overview.md): Learn about Salesforce, the payment processor, and receive payments with Mercado Pago.
- Implementation steps
  - [Create application](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/create-application.md): Start implementing Mercado Pago in Salesforce Commerce Cloud stores by creating your application.
  - [Install and configure the cartridge](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/install-and-configure-cartridge.md): Learn how to install the Mercado Pago cartridge on your store site.
  - [Configure the payment methods](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/configure-payment-methods.md): Choose the payment methods you want to offer in your store.
  - [Go to production](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/go-to-production.md): Start receiving real payments with Mercado Pago.
- Resources
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/resources/your-integrations/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/resources/your-integrations/test/accounts.md): Learn the steps required to create test users and test the integration.
  - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/resources/your-integrations/test/cards.md): Check local test cards used to simulate different payout responses.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/resources/your-integrations/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/resources/your-integrations/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/resources/your-integrations/notifications/webhooks.md): Get to know webhooks notifications and learn how to configure them for your applications.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/resources/your-integrations/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
  - [Chargeback management](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/resources/chargebacks.md): Find all the information about chargebacks, how to prevent them, and how to manage them via API.
    - [How to prevent a payment from being charged back](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/resources/chargebacks/how-to-prevent.md): Find information on how to decrease the likelihood that a payment will turn into a dispute.
    - [How to manage chargebacks disputes](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/resources/chargebacks/how-to-manage.md): See information on how to find, manage, and review your chargebacks disputes.
  - [Security](https://omega.mercadopago.com.mx/developers/en/.md): Learn about Mercado Pago's security recommendations for your integration.
    - [OWASP](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/resources/security/owasp.md): OWASP is an open community that provides tools and standards for developing and maintaining secure web applications.
    - [PCI DSS](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/resources/security/pci.md): To operate with cards, you must comply with the payment industry's security standard: PCI DSS.
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/additional-content/reports/released-money.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/additional-content/reports/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/additional-content/reports/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/additional-content/reports/report-fields.md): Learn how to read the report.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/additional-content/reports/account-money/introduction.md): Allows to view transactions that affected your balance on Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/additional-content/reports/account-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/additional-content/reports/account-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/salesforce-commerce-cloud/additional-content/reports/account-money/report-fields.md): Learn how to read the report.

## Security

- [Security](https://omega.mercadopago.com.mx/developers/en/docs/security/landing-hub.md): Learn about the protocols and security measures that we apply at Mercado Pago.
- [OAuth](https://omega.mercadopago.com.mx/developers/en/docs/security/oauth.md): Authorization protocol that allows applications to have limited access to the private information of Mercado Pago.
  - [Get Access Token](https://omega.mercadopago.com.mx/developers/en/docs/security/oauth/creation.md): Learn how to use the flows (grant types) to obtain an Access Token and access the data exposed by an API.
  - [Renew Access Token](https://omega.mercadopago.com.mx/developers/en/docs/security/oauth/renewal.md): Learn how to use a 'refresh_token' to renew an expired Access Token.
  - [Manage Access Token](https://omega.mercadopago.com.mx/developers/en/docs/security/oauth/management.md): Learn how to disable and invalidate Access Tokens and temporary grants.
  - [Best practices](https://omega.mercadopago.com.mx/developers/en/docs/security/oauth/best-practices.md): Learn about the best practices for integrating OAuth.
  - [APIs map](https://omega.mercadopago.com.mx/developers/en/docs/security/oauth/apis-map.md): See available APIs.
- [OWASP](https://omega.mercadopago.com.mx/developers/en/docs/security/owasp.md): Meet OWASP, an open community that provides tools for developing and maintaining secure web applications.
- [PCI DSS](https://omega.mercadopago.com.mx/developers/en/docs/security/pci.md): To operate with cards, you must comply with the payment industry's security standard: PCI DSS.

## Shopify

- [Shopify](https://omega.mercadopago.com.mx/developers/en/docs/shopify/overview.md): Shopify is an e-commerce platform that offers all the features you need to sell online.
- INTEGRATION: INTEGRATION
- [Prerequisites](https://omega.mercadopago.com.mx/developers/en/docs/shopify/prerequisites.md): Check the prerequisites needed to integrate the Mercado Pago module into your Shopify store.
- Integration configuration: Check how to integrate the Mercado Pago module into your Shopify store.
  - [Cards](https://omega.mercadopago.com.mx/developers/en/docs/shopify/integration-configuration/checkout-cards.md): Check out how to integrate the Mercado Pago Tarjetas in your store.
  - [Checkout Pro](https://omega.mercadopago.com.mx/developers/en/docs/shopify/integration-configuration/checkout-pro.md): Check out how to integrate the Checkout Mercado Pago in your store.
  - [Meses sin Tarjeta](https://omega.mercadopago.com.mx/developers/en/docs/shopify/integration-configuration/credits.md): Configure Mercado Pago Meses sin Tarjeta in the store's checkout.
  - [Configure store information](https://omega.mercadopago.com.mx/developers/en/docs/shopify/integration-configuration/store-information.md): Check how to configure your store information to integrate the Mercado Pago plugin.
- Sales processing: Learn how to test your integration and get paid.
  - [Test payments](https://omega.mercadopago.com.mx/developers/en/docs/shopify/sales-processing/integration-test.md): Simulate payments in the store before starting to receive real payments from your customers.
- HOW-TOS: HOW-TOS
- [How to prevent fraud in card payments](https://omega.mercadopago.com.mx/developers/en/docs/shopify/how-tos/antifraude-plus.md): Learn how to install Mercado Pago Antifraude Plus to maintain high approval rates and prevent fraud and chargebacks.
- [How to customize the payment method names in Shopify checkout](https://omega.mercadopago.com.mx/developers/en/docs/shopify/how-tos/customize-names.md): Customize the Mercado Pago payment methods' name in Sopify
- [How to promote "Meses sin Tarjeta" in your store](https://omega.mercadopago.com.mx/developers/en/docs/shopify/how-tos/banner-meses-sin-tarjeta.md): Install the Mercado Pago Banner and promote the cardless financing option during the checkout process.
- [How to change the position of payment providers](https://omega.mercadopago.com.mx/developers/en/docs/shopify/how-tos/order-payment-providers.md): Learn how to change the display order of integrated payment providers in your Shopify store.
- [How to link an order in the Mercado Pago panel](https://omega.mercadopago.com.mx/developers/en/docs/shopify/how-tos/link-orders.md): Find out how to link an order from the Shopify control panel with an order from the Mercado Pago activity panel.
- [How to improve payment approval](https://omega.mercadopago.com.mx/developers/en/docs/shopify/how-tos/payment-approval.md): Learn about the procedures available to improve the approval of payments on your site.
- ADDITIONAL CONTENT: ADDITIONAL CONTENT
- Security: Security
  - [3DS 2.0](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/security/3ds.md): Check out the 3DS, a technology that enables authentication of credit and debit card transactions in e-commerce.
- [Your integrations](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/your-integrations/introduction.md): Get to know your integrations management environment created automatically with a user ID.
  - [Developer dashboard](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/your-integrations/dashboard.md): Create new and visualize all your applications.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/your-integrations/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/your-integrations/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - Test: Test the integrations: simulate different transactions with test credentials, accounts, and test cards.
    - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/your-integrations/test/accounts.md): Learn the steps required to create test users and test the integration.
    - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/your-integrations/test/cards.md): Check local test cards used to simulate different payout responses.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/your-integrations/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/your-integrations/notifications/webhooks.md): Get to know webhooks notifications and learn how to configure them for your applications.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/your-integrations/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
    - [Additional information about notifications](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/your-integrations/notifications/additional-info.md): Access extra information on notification topics, product specifics, and more.
- [Your certifications](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/certifications.md): Learn more about Your certifications page and the Integrator ID.
- [Chargeback management](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/chargebacks.md): Find all the information about chargebacks, how to prevent them, and how to manage them via API.
  - [How to prevent a payment from being charged back](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/chargebacks/how-to-prevent.md): Find information on how to decrease the likelihood that a payment will turn into a dispute.
  - [How to manage chargebacks disputes](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/chargebacks/how-to-manage.md): See information on how to find, manage, and review your chargebacks disputes.
- [Refunds and cancellations](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/cancellations-and-refunds.md): See instructions and links to the APIs required to perform a refund and cancel a purchase from your store.
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/reports/released-money.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/reports/released-money.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/reports/released-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/reports/released-money/report-fields.md): Learn how to read the report.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/reports/account-money/introduction.md): Allows to view transactions that affected your balance on Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/reports/account-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/reports/account-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/reports/account-money/report-fields.md): Learn how to read the report.
- BEST PRACTICES: BEST PRACTICES
- UX best practices: Discover the best practices guide designed for developers, sellers and agencies.
  - UX for Checkouts: Discover the best practices guide designed for developers, sellers and agencies.
    - [Introduction](https://omega.mercadopago.com.mx/developers/en/docs/shopify/best-practices/ux-best-practices/ux-for-checkouts/introduction.md): Discover the best practices guide designed for developers, sellers and agencies.
    - [Optimized experience](https://omega.mercadopago.com.mx/developers/en/docs/shopify/best-practices/ux-best-practices/ux-for-checkouts/optimized-experience.md): Learn about the main components of a checkout and how to optimize them
    - [Ease of conversion](https://omega.mercadopago.com.mx/developers/en/docs/shopify/best-practices/ux-best-practices/ux-for-checkouts/ease-of-conversion.md): Follow these steps to create an easy to navigate and understand checkout.
-  Credentials best practices: Credentials best practices
  - [Introduction](https://omega.mercadopago.com.mx/developers/en/docs/shopify/best-practices/credentials-best-practices/introduction.md): Check out how you can optimize the security of your integrations simply and quickly.
  - [Keep your credentials safe](https://omega.mercadopago.com.mx/developers/en/docs/shopify/best-practices/credentials-best-practices/secure-credentials.md): Learn how with sensitive data and protect yourself from potential loss or vulnerabilities.

## Split Payment 1:1

- [Split payments 1:1 ](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/split-1-1/overview.md): The Split Payments solution is designed to provide PSP services to sellers in marketplace models.
- INTEGRATION
- [Prerequisites](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/split-1-1/prerequisites.md): Learn about the necessary prerequisites for integrating Split Payments.
- [Integration configuration](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/split-1-1/integration-configuration.md): Learn the step-by-step process to integrate the Split Payments solution.
  - [Create configuration](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/split-1-1/integration-configuration/create-configuration.md): Configure the integration with the Split Payments solution by creating the required configurations.
  - [Integrate checkout into Split Payments](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/split-1-1/integration-configuration/integrate-marketplace.md): Learn how to integrate two types of Mercado Pago checkout to process the payments made.
- ADDITIONAL CONTENT
- [Your integrations](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/split-1-1/additional-content/your-integrations/introduction.md): Get to know your integrations management environment created automatically with a user ID.
  - [Developer dashboard](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/your-integrations/dashboard.md): Create new and visualize all your applications.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/your-integrations/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/your-integrations/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - Test: Test the integrations: simulate different transactions with test credentials, accounts, and test cards.
    - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/your-integrations/test/accounts.md): Learn the steps required to create test users and test the integration.
    - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/your-integrations/test/cards.md): Check local test cards used to simulate different payout responses.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/your-integrations/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/your-integrations/notifications/webhooks.md): Get to know webhooks notifications and learn how to configure them for your applications.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/your-integrations/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
    - [Additional information about notifications](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/your-integrations/notifications/additional-info.md): Access extra information on notification topics, product specifics, and more.
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/split-1-1/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Mercado Pago’s Split Payments solution sales report](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/split-1-1/additional-content/reports/sales-report/introduction.md): The sales report provides a comprehensive overview of transactions from linked sellers.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/reports/sales-report/how-to-use.md): Learn how to check it in spreadsheets or import it into the reconciliation program of your choice.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/split-1-1/additional-content/reports/sales-report/generate-report.md): Learn how to set up, create, and generate the report.
    - [Download report](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/split-1-1/additional-content/reports/sales-report/download-report.md): Learn how to download the report.
    - [Queries and validations](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/split-1-1/additional-content/reports/sales-report/queries-and-validations.md): Learn how to validate the report's structure and notifications.
    - [Modifications](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/reports/sales-report/modifications.md): Learn how to make changes to structure, notification, or event settings.
    - [Deactivation](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/reports/sales-report/deactivation.md): Learn how to disable a structure, notification, or event.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/reports/sales-report/report-fields.md): Get to know the description of each field in the report.
- Security
  - [OAuth](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/split-1-1/additional-content/security/oauth/introduction.md): Authorization protocol that allows applications to have limited access to the private information of Mercado Pago.
    - [Get Access Token](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/security/oauth/creation.md): Learn how to use the flows (grant types) to obtain an Access Token and access the data exposed by an API.
    - [Renew Access Token](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/security/oauth/renewal.md): Learn how to use a 'refresh_token' to renew an expired Access Token.
    - [Manage Access Token](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/security/oauth/management.md): Learn how to disable and invalidate Access Tokens and temporary grants.
    - [Best practices](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/security/oauth/best-practices.md): Learn about the best practices for integrating OAuth.
    - [APIs map](https://omega.mercadopago.com.mx/developers/en/docs/split-payments/additional-content/security/oauth/api-map.md): See available APIs.

## Subscription plans

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/subscription-plans/overview.md): Create a subscription plan, automatically charge, and get your money instantly.
- CONFIGURATION
- [Create subscription plan](https://omega.mercadopago.com.mx/developers/en/docs/subscription-plans/create-subscription-plan.md): Learn how to create a subscription plan.
- [Manage subscription plans](https://omega.mercadopago.com.mx/developers/en/docs/subscription-plans/manage-subscription-plan.md): Learn how to access your subscription plans and modify them, delete them, or create new ones.

## Subscriptions

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/overview.md): Check our online tool that allows you to receive payments automatically and on a recurring basis.
- INTEGRATION
- Integration configuration: Learn about the types of subscriptions and how to complete the integration for your website.
  - [Subscriptions with associated plan](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/integration-configuration/subscription-associated-plan.md): Learn how to set up subscriptions with an associated plan for different occasions and identifiable groups.
  - [Subscriptions without associated plan](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/integration-configuration/subscription-no-associated-plan.md): Learn how to create subscriptions with no associated plan for a specific payer.
    - [With authorized payment](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/integration-configuration/subscription-no-associated-plan/authorized-payments.md): Integrate subscriptions without an associated plan through the authorized payment model.
    - [With pending payments](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/integration-configuration/subscription-no-associated-plan/pending-payments.md): Integrate subscriptions without an associated plan through the pending payment model.
- Customization of payment types: Check out the payment options to customize your subscriptions.
  - [Proportional amount (proration)](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/integration-customization/payment-methods/proportional-amount.md): Learn how to set a proration on subscription payments.
- Integration test: Check the steps required to test the signature integration and ensure it works correctly.
  - [Create test user](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/your-integrations/test/accounts.md): Learn the steps required to create test users and test the integration.
  - [Test purchase](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/integration-test/payment-approval.md): Learn how to simulate the payment flow and make a test purchase in your store.
- [Subscription management](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/subscription-management.md): Manage your subscriptions and learn how to pause, cancel  and reactivate an already created subscription.
- HOW-TOS: HOW-TOS
- How to improve payment approval: Check the main scenarios that can help improve payment approval in your store.
  - [Why is a payment rejected?](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/how-tos/improve-payment-approval/reasons-for-rejection.md): Learn which are the main reasons for payment rejections.
  - [Recommendations to improve payments approval](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/how-tos/improve-payment-approval/recommendations.md): Check the main scenarios that can help improve payment approval.
- [How to get document types by country](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/how-tos/payment-methods-by-country.md): Know the ways to obtain the types of documents according to the country of origin.
- ADDITIONAL CONTENT: ADDITIONAL CONTENT
- [Your integrations](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/your-integrations/introduction.md): Get to know your integrations management environment created automatically with a user ID.
  - [Developer dashboard](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/your-integrations/dashboard.md): Create new and visualize all your applications.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/your-integrations/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/your-integrations/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - Test: Test the integrations: simulate different transactions with test credentials, accounts, and test cards.
    - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/your-integrations/test/accounts.md): Learn the steps required to create test users and test the integration.
    - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/your-integrations/test/cards.md): Check local test cards used to simulate different payout responses.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/your-integrations/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/your-integrations/notifications/webhooks.md): Get to know webhooks notifications and learn how to configure them for your applications.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/your-integrations/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
    - [Additional information about notifications](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/your-integrations/notifications/additional-info.md): Access extra information on notification topics, product specifics, and more.
- [Your certifications](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/certifications.md): Learn more about Your certifications page and the Integrator ID.
- [Card token generation](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/cardtoken.md): See how to create a token with the card details and send it to your backend to be used for payments.
- [Received payments management](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/payment-management.md): Check all information about generated payments using our APIs.
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/reports/released-money.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/reports/released-money/how to use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/reports/released-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/reports/released-money/report-fields.md): Learn how to read the report.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/reports/account-money/introduction.md): Allows to view transactions that affected your balance on Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/reports/account-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/reports/account-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/reports/account-money/report-fields.md): Learn how to read the report.
- [Refunds and cancellations](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/cancellations-and-refunds.md): Learn the difference and how to proceed to make refunds and/or cancellations for a particular charge.
- Security: Check out the security solutions offered by Mercado Pago.
  - [OAuth](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/security/oauth/introduction.md): Authorization protocol that allows applications to have limited access to the private information of Mercado Pago.
    - [Get Access Token](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/security/oauth/creation.md): Learn how to use the flows (grant types) to obtain an Access Token and access the data exposed by an API.
    - [Renew Access Token](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/security/oauth/renewal.md): Learn how to use a 'refresh_token' to renew an expired Access Token.
    - [Manage Access Token](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/security/oauth/management.md): Learn how to disable and invalidate Access Tokens and temporary grants.
    - [Best practices](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/security/oauth/best-practices.md): Learn about the best practices for integrating OAuth.
    - [APIs map](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/security/oauth/apis-map.md): See available APIs.
  - [OWASP](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/security/owasp.md): OWASP is an open community that provides tools and standards for developing and maintaining secure web applications.
  - [PCI DSS](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/additional-content/security/pci.md): To operate with cards, you must comply with the payment industry's security standard: PCI DSS.
- RESOURCES: RESOURCES
- [Glossary](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/resources/glossary.md): Learn about the main terms used during the subscriptions integration process.
- BEST PRACTICES: BEST PRACTICES
- [Credentials best practices](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/best-practices/credentials-best-practices/introduction.md): Discover our security best practices guide and learn how to protect your data and those of the accounts you manage.
  - [Keep your credentials safe](https://omega.mercadopago.com.mx/developers/en/docs/subscriptions/resources/credentials-best-practices/secure-credentials.md): See how to handle sensitive data and learn how to protect it from loss or vulnerabilities.

## Tiendanube

- [Tiendanube](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/overview.md): Know what Tiendanube is about.
- INTEGRATION: INTEGRATION
- [Prerequisites](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/prerequisites.md): Check the prerequisites needed to integrate the Mercado Pago module into your Tiendanube store.
- [Integration configuration](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/integration.md): Check how to integrate the Mercado Pago module into your Tiendanube store.
- [Payment configuration](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/payment-configuration.md): Configure your integration to receive payments on your store.
  - [Checkout Pro](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/payment-configuration/checkout-pro.md): Configure your integration to receive payments in your store with Checkout Pro.
  - [Meses sin Tarjeta](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/payments-configuration/mercado-credito.md): Enable the Meses sin Tarjeta payment option at the store checkout.
  - [Checkout API](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/payment-configuration/checkout-api.md): Configure your integration to receive payments in your store with Checkout API.
  - [Discounts, installments, and interest](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/payments-configuration/discounts-and-installment-payments.md): Learn how to set up discounts, installments, and interest.
- HOW-TOS
- [How to migrate to the new version of the Mercado Pago plugin](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/how-tos/migration.md): Find out how to migrate to the current version of the Mercado Pago plugin for Tiendanube.
- ADDITIONAL CONTENT: ADDITIONAL CONTENT
- [Your integrations](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/your-integrations/introduction.md): Get to know your integrations management environment created automatically with a user ID.
  - [Developer dashboard](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/your-integrations/dashboard.md): Create new and visualize all your applications.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/your-integrations/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/your-integrations/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/your-integrations/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/your-integrations/notifications/webhooks.md): Get to know webhooks notifications and learn how to configure them for your applications.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/your-integrations/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
    - [Additional information about notifications](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/your-integrations/notifications/additional-info.md): Access extra information on notification topics, product specifics, and more.
- [Your certifications](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/certifications.md): Learn more about Your certifications page and the Integrator ID.
- [Refunds and cancellations](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/cancellations-and-refunds.md): See instructions and links to the APIs required to perform a refund and cancel a purchase from your store.
- [Chargeback management](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/chargebacks.md): Find all the information about chargebacks, how to prevent them, and how to manage them via API.
  - [How to prevent a payment from being charged back](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/chargebacks/how-to-prevent.md): Find information on how to decrease the likelihood that a payment will turn into a dispute.
  - [How to manage chargebacks disputes](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/chargebacks/how-to-manage.md): See information on how to find, manage, and review your chargebacks disputes.
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/reports/released-money.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/shopify/additional-content/reports/released-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/reports/released-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/reports/released-money/report-fields.md): Learn how to read the report.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/reports/account-money/introduction.md): Allows to view transactions that affected your balance on Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/account-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/reports/account-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/additional-content/reports/account-money/report-fields.md): Learn how to read the report.
- BEST PRACTICES: BEST PRACTICES
- [Credentials best practices](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/best-practices/credentials-best-practices/introduction.md): Discover our security best practices guide and learn how to protect your data and those of the accounts you manage.
  - [Keep your credentials safe](https://omega.mercadopago.com.mx/developers/en/docs/nuvemshop/resources/credentials-best-practices/secure-credentials.md): See how to handle sensitive data and learn how to protect it from loss or vulnerabilities.

## VTEX

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/vtex/overview.md): What is VTEX and what are the steps to configure it.
- Implementation stages
  - [Create application](https://omega.mercadopago.com.mx/developers/en/docs/vtex/create-application.md): Start implementing Mercado Pago in VTEX stores by creating your application.
  - [Configure payment provider](https://omega.mercadopago.com.mx/developers/en/docs/vtex/configure-payment-provider.md): Configure Mercado Pago as your payment provider in VTEX stores
  - [Configure Device Fingerprint](https://omega.mercadopago.com.mx/developers/en/docs/vtex/configure-device-fingerprint.md): Set up Device Fingerprint in VTEX to make your transactions even more secure.
  - [Configure payment methods](https://omega.mercadopago.com.mx/developers/en/docs/vtex/configure-payment-methods.md): Discover the payment methods you can set up in VTEX stores with Mercado Pago as the provider.
    - [Card payments](https://omega.mercadopago.com.mx/developers/en/docs/vtex/configure-payment-methods/cards.md): Set up card payments within the checkout of VTEX stores.
    - [Payments in Mercado Pago environment with Checkout Pro](https://omega.mercadopago.com.mx/developers/en/docs/vtex/configure-payment-methods/checkout-pro.md): Redirect the buyer from the VTEX store to the Mercado Pago environment to complete their purchase.
    - [Meses sin tarjeta de Mercado Pago](https://omega.mercadopago.com.mx/developers/en/docs/vtex/configure-payment-methods/credits.md): Set up financed payments without a card in VTEX stores using Mercado Pago’s credit line.
    - [Offline payment methods](https://omega.mercadopago.com.mx/developers/en/docs/vtex/configure-payment-methods/offline.md): Offer payments with offline methods in VTEX stores.
  - [Go to production](https://omega.mercadopago.com.mx/developers/en/docs/vtex/go-to-production.md): Learn about the requirements to go to production with your Mercado Pago implementation in VTEX stores.
- Additional settings: Configure additional features to boost your Mercado Pago implementation in VTEX stores.
  - [Mercado Pago inStore](https://omega.mercadopago.com.mx/developers/en/docs/vtex/additional-settings/mp-instore.md): Integrate online sales channels with physical stores that are processing payments with Mercado Pago Point.
  - [VTEX Subscriptions](https://omega.mercadopago.com.mx/developers/en/docs/vtex/additional-settings/vtex-subscriptions.md): Enable recurring charges in VTEX stores with Mercado Pago.
- Resources
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/vtex/resources/application-details.md): Learn where to access the general data of your application.
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/vtex/resources/credentials.md): Find out how to get your unique credentials with which we identify an integration in your account. 
  - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/vtex/resources/test-accounts.md): Learn the steps required to create test users and test the integration.
  - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/vtex/resources/test-cards.md): Check local test cards used to simulate different payout results.
  - [Improve payment approval](https://omega.mercadopago.com.mx/developers/en/docs/vtex/resources/payment-approval.md): Learn about the procedures available to improve the approval of payments on your site.
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/vtex/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/vtex/additional-content/reports/released-money.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/vtex/additional-content/reports/released-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/vtex/additional-content/reports/released-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/vtex/additional-content/reports/released-money/report-fields.md): Learn how to read the report.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/vtex/additional-content/reports/account-money/introduction.md): Allows to view transactions that affected your balance on Mercado Pago.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/vtex/additional-content/reports/account-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/vtex/additional-content/reports/account-money/report-fields.md): Learn how to read the report.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/vtex/additional-content/reports/account-money/how-to-use.md): Learn how to use the report.

## Wix

- [Wix](https://omega.mercadopago.com.mx/developers/en/docs/wix/overview.md): Wix allows you to develop an online store where the customer can make payments using Checkout Pro.
- [Configuration and connection](https://omega.mercadopago.com.mx/developers/en/docs/wix/connection.md): Learn how to connect and configure Mercado Pago in your Wix store.
- [Ativar tipos de pagamento](https://omega.mercadopago.com.mx/developers/en/docs/wix/payment-methods.md): Learn how to turn on and configure the different types of payment offered by Mercado Pago in Wix.
- ADDITIONAL CONTENT: ADDITIONAL CONTENT
- [Your integrations](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/your-integrations/introduction.md): Get to know your integrations management environment created automatically with a user ID.
  - [Developer dashboard](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/your-integrations/dashboard.md): Create new and visualize all your applications.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/your-integrations/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/your-integrations/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - Test: Test the integrations: simulate different transactions with test credentials, accounts, and test cards.
    - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/your-integrations/test/accounts.md): Learn the steps required to create test users and test the integration.
    - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/your-integrations/test/cards.md): Check local test cards used to simulate different payout responses.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/your-integrations/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/your-integrations/notifications/webhooks.md): Get to know webhooks notifications and learn how to configure them for your applications.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/your-integrations/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
    - [Additional information about notifications](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/your-integrations/notifications/additional-info.md): Access extra information on notification topics, product specifics, and more.
- Security: Security
  - [OWASP](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/security/owasp.md): OWASP is an open community that provides tools and standards for developing and maintaining secure web applications.
  - [PCI DSS](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/security/pci.md): In order for us to operate with credit and debit cards, we must meet one of the most demanding security standards.
- [Your certifications](https://omega.mercadopago.com.mx/developers/en/docs/wix/additional-content/certifications.md): Learn more about Your certifications page and the Integrator ID.

## WooCommerce

- [WooCommerce](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/overview.md): An introduction to the Mercado Pago plugin for WooCommerce.
- INTEGRATION: INTEGRATION
- [Prerequisites](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/previous-requirements.md): What do you need to install the WooCommerce Mercado Pago plugin to a Wordpress site.
- [Install plugin](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/installation.md): See how to install the Mercado Pago plugin in your WooCommerce store.
  - [Installation via Wordpress](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/installation/wordpress.md): Check out how to install the Mercado Pago plugin on your store through Wordpress.
  - [Manual installation](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/installation/manual.md): Check how to manually install the Mercado Pago plugin on your store.
- [Configure integration](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/integration-configuration/plugin-configuration.md): Know the steps to follow to configure the integration of Mercado Pago with WooCommerce.
- [Configure payments](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/payments-configuration.md): Configure your integration to receive payments on your store.
  - [Checkout API](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/payments-configuration/checkout-api.md): Configure your integration to receive payments in your store with Checkout API.
    - [Cards](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/payments-configuration/checkout-api/cards.md): Set up debit or credit payments with the Checkout API.
    - [Efectivo](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/payments-configuration/checkout-api/offline-payments.md): Set up payments with offline payment methods.
  - [Checkout Pro](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/payments-configuration/checkout-pro.md): Configure your integration to receive payments in your store with Checkout Pro.
  - [Compra ahora, paga después](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/payments-configuration/mercado-credito.md)
- [Test payments](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/integration-test.md): Test your integration to verify it is complete.
- [Go to production](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/goto-production.md): Activate the store and go to production.
- Manage orders: description
  - [Process refunds](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/manage-orders/refunds.md): Learn how to issue refunds directly from the WooCommerce panel.
- HOW-TOS: HOW-TOS
- [ How to enable IPN notifications in your integration](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/integration-configuration/notifications.md): Learn to enable IPN notifications in your integration.
- [How to interpret sales information](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/sales-processing.md): Learn how to interpret sales information in WooCommerce.
  - [Payment status](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/payment-status.md): Learn what types of payment status generate sales and how to interpret them in WooCommerce.
  - [Reasons for refusals](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/reasons-refusals.md): We describe the most common reasons for rejections in the approval of sales at the WooCommerce store.
- How to improve payment approval: Check the main scenarios that can help improve payment approval in your store.
  - [Why is a payment rejected?](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/how-tos/improve-payment-approval/reasons-for-rejection.md): Learn which are the main reasons for payment rejections.
  - [Recommendations to improve payments approval](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/how-tos/improve-payment-approval/recommendations.md): Check the main scenarios that can help improve payment approval.
- ADDITIONAL CONTENT: ADDITIONAL CONTENT
- [Reports](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/introduction.md): Set of financial information that help you visualize the movements of your account.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/released-money.md): Allows you to know how your available balance is made up in Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/released-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/released-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/released-money/report-fields.md): Learn how to read the report.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/account-money/introduction.md): Allows to view transactions that affected your balance on Mercado Pago.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/account-money/how-to-use.md): Learn how to use the report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/account-money/generate.md): Learn how to generate the report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/account-money/report-fields.md): Learn how to read the report.
- [Requirements to go to production](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/goto-production.md): Check the requirements needed to put your store in production.
- [Your integrations](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/your-integrations/introduction.md): Get to know your integrations management environment created automatically with a user ID.
  - [Developer dashboard](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/your-integrations/dashboard.md): Create new and visualize all your applications.
  - [Application details](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/your-integrations/application-details.md): Learn where to access the general data of your application and how to measure its quality.
  - [Credentials](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/your-integrations/credentials.md): Credentials are unique passwords with which we identify an integration in your account. Find out how to get them.
  - Test: Test the integrations: simulate different transactions with test credentials, accounts, and test cards.
    - [Test accounts](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/your-integrations/test/accounts.md): Learn the steps required to create test users and test the integration.
    - [Test cards](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/your-integrations/test/cards.md): Check local test cards used to simulate different payout responses.
  - [Notifications](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/your-integrations/notifications.md): Notifications are messages sent by the Mercado Pago server from events carried out in your application.
    - [Webhooks](https://omega.mercadopago.com.mx/developers/en/docs/woocomerce/additional-content/your-integrations/notifications/webhooks.md): Get to know webhooks notifications and learn how to configure them for your applications.
    - [IPN](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/your-integrations/notifications/ipn.md): Learn about IPN notifications and check how to configure it.
    - [Additional information about notifications](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/your-integrations/notifications/additional-info.md): Access extra information on notification topics, product specifics, and more.
- [Your certifications](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/certifications.md): Learn more about Your certifications page and the Integrator ID.
- Security: Learn about Mercado Pago's security recommendations for your integration.
  - [OWASP](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/security/owasp.md): OWASP is an open community that provides tools and standards for developing and maintaining secure web applications.
  - [PCI DSS](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/security/pci.md): To operate with cards, you must comply with the payment industry's security standard: PCI DSS.
  - [3DS 2.0](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/security/3ds.md): Check out the 3DS, a technology that enables authentication of credit and debit card transactions in e-commerce.
- BEST PRACTICES: BEST PRACTICES
- UX best practices: Discover the best practices guide designed for developers, sellers and agencies.
  - [UX for checkouts](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/aditional-content/best-practices/ux-best-practices/ux-for-checkouts/introduction.md): Discover the best practices guide designed for developers, sellers and agencies.
    - [Introduction](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/best-practices/ux-best-practices/ux-for-checkouts/introduction.md): Discover the best practices guide designed for developers, sellers and agencies.
    - [Optimized experience](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/best-practices/ux-best-practices/ux-for-checkouts/optimized-experience.md): Learn about the main components of a checkout and how to optimize them
    - [Ease of conversion](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/best-practices/ux-best-practices/ux-for-checkouts/ease-of-conversion.md): Follow these steps to create an easy to navigate and understand checkout.
- [Credentials best practices](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/best-practices/credentials-best-practices/introduction.md): Discover our security best practices guide and learn how to protect your data and those of the accounts you manage.
  - [Keep your credentials safe](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/best-practices/credentials-best-practices/secure-credentials.md): We share some tips to keep your credentials safe.
- RESOURCES: RESOURCES
- [FAQs](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/resources/faq.md): A guide to the most frequently asked questions about the WooCommerce integration.
  - [Released money](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/released-money.md): Learn how to use this report.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/released-money/how-to-use.md): What are the most common uses of the release report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/released-money/generate.md): Learn how to generate a report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/released-money/report-fields.md): A detailed description of the different fields of the report.
  - [Account balance](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/account-money/introduction.md): Get to know this report in detail.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/account-money/how-to-use.md): What are the most common uses of the release report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/account-money/generate.md): Learn how to generate a report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/account-money/report-fields.md): A detailed description of the different fields of the report.
  - [Available money](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/available-money/introduction.md): Learn about this report.
    - [Report use](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/available-money/how-to-use.md): What are the most common uses of the release report.
    - [Generate report](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/available-money/generate.md): Learn how to generate a report.
    - [Report fields](https://omega.mercadopago.com.mx/developers/en/docs/woocommerce/additional-content/reports/available-money/report-fields.md): A detailed description of the different fields of the report.

## Mercado Pago CLI

- [Overview](https://omega.mercadopago.com.mx/developers/en/docs/mp-cli/overview.md): Official command-line interface for managing Mercado Pago resources directly from the terminal.
- [Install Mercado Pago CLI](https://omega.mercadopago.com.mx/developers/en/docs/mp-cli/install-mp-cli.md): Install MP CLI via Homebrew and authenticate with your access token.
- [Commands](https://omega.mercadopago.com.mx/developers/en/docs/mp-cli/commands.md): Complete reference of all available MP CLI commands.