Pular para o conteúdo
Documentação do usuário

Mercado Pago

Mercado Pago oferece soluções de pagamento através de terminais de pagamento para lidar com transações de clientes.

Configuração do Mercado Pago

A configuração do Mercado Pago requer criar uma conta, se necessário, e conectá-la ao seu terminal de pagamento e loja <pos/mercado-pago/terminal>. Em seguida, crie uma aplicação Point Smart <pos/mercado-pago/point-smart> para configuração técnica e obtenha as credenciais <pos/mercado-pago/credentials> necessárias para concluir a integração.

Conexão do terminal e da loja

  1. Create a Mercado Pago account if needed:

  2. Turn on the Point Smart terminal. Follow the on-screen instructions until prompted to link the terminal with your Mercado Pago account.

  3. Click Soy responsable del negocio to get a pairing QR code.

  4. Connect to your Mercado Pago account with a mobile device.

  5. Scan the QR code with the mobile device and complete the connection in your Mercado Pago account.

  6. Ensure the terminal is correctly linked to your store:

    1. Type your Mercado Pago account email address or phone number, then click Continuar.

    2. In the popover, click Continuar.

    3. On the Configura el lector para tu cuenta [account name] screen, click Empezar configuración.

    4. Click Crear nueva sucursal to add a new point of sale.

    5. Type the point of sale's name and address. Add more information if needed, then click Crear sucursal.

    6. Type your register's name and click Confirmar sucursal y caja.

    7. Click Crear clave to create a security key and protect the point of sale.

Aplicativo Point Smart

  1. Log in to the Mercado Pago Developer portal.

  2. Click Tus integraciones, then click Crear aplicación.

  3. In the Configuraciones básicas section, type the application name, select Pagos presencial and PointdeMercadoPago, then click Crear aplicación to receive the application number.

Geração de credenciais

Existem três credenciais para gerar e coletar do painel Mercado Pago Developer: uma chave secreta de webhook, um token de acesso e o número de série do terminal.

  1. Generate the webhook secret key:

    1. Click Webhooks under the Notificaciones section, then Modo productivo.

    2. Paste your Odoo database's URL followed by /pos_mercado_pago/notification. For example: https://mycompany.odoo.com/pos_mercado_pago/notification.

    3. Copy the generated webhook secret key and save it for the pos/mercado-pago/payment-method step.

  2. Generate the access token:

    1. Click Credenciales de producción under the Producción section, then Activar credenciales de producción.

    2. Copy the generated access token and save it for the pos/mercado-pago/payment-method step.

  3. Locate the terminal serial number on the back of the terminal and write it down for the pos/mercado-pago/payment-method step.

Após a configuração do Mercado Pago estar concluída, faça login no seu banco de dados Odoo para criar um método de pagamento <pos/mercado-pago/payment-method> usando as credenciais coletadas.

Configuração do Odoo POS

  1. Go to Point of Sale › Configuration › Settings, scroll down to the Payment Terminals section, enable Mercado Pago, and click Save.

  2. Go to Point of Sale › Configuration › Payment Methods and create the related payment method.

  3. Fill in the mandatory fields using the previously generated credentials <pos/mercado-pago/configuration>:

    • Paste the access token in the Production user token field.

    • Paste the webhook secret key in the Production secret key field.

    • Type the terminal serial number in the Terminal S/N field.

  4. Save the payment method.

ON THIS PAGE