🚀 Mercado Pago Integration Guide with Talonarium

You must take into account that events using Mercado Pago can only use the country's currency of your Mercado Pago account.

Talonarium is not responsible for failures or inconveniences resulting from an incorrect integration.

1. Prerequisites

  • Have an operative Mercado Pago account (seller account).

2. Creation and Configuration

  1. Access the 👉 developers section.
  2. Log in with your Mercado Pago account.
  3. Go to "Create application" (under "Tus integraciones").
  4. Fill out the application configuration:
    • Choose the application name.
    • Payment type: Select "Online".
    • How did you build the store?: Check "Desarrollo propio".
    • Store URL: Enter our website's URL:
      https://talonarium.com
    • Products to integrate: Select Checkout API and subsequently API de pagos.
  5. Save the application.

3. Webhooks Configuration (Notifications) 🔔

IMPORTANT: We must configure Mercado Pago to notify Talonarium's servers when a payment has been made.
  1. Inside the application, go to the "Webhooks" section and "Configurar notificaciones".
  2. Make sure you are in production mode.
  3. Copy and paste the notification URL into the corresponding field:
    https://api.talonarium.com/v1/mercado-pago-wh/payment
  4. Check to notify only "Pagos". The rest of the checkboxes can be left unchecked.
  5. Once the configuration is saved, a secret key will appear. You must copy and paste it into the Talonarium integration form.

4. Obtaining Production Credentials

For the rest of the credentials, you must obtain the keys that allow your application to interact with the API.

  1. Access the "Credenciales de producción" section.
  2. Copy the following two data, which are required by the Talonarium integration form:
    • Public Key
    • Access Token

5. Final Validation in Talonarium ✅

  1. Enter the Notification Secret Key, the "Public Key", and the "Access Token" in the Talonarium integration form.
  2. Above all, check that all credentials are correct (no typos or extra spaces).
  3. Save the changes. The system will validate if the data is correct.
  4. If everything goes well, the integration will appear as "Active".
  5. Once the first payment has been made, you will be able to measure the payment quality in your Mercado Pago application, which should be above 70%.
Talonarium | Mercado Pago Integration Guide