Skip to main content

Mercado Pago

Quick Start
  1. Sign up at mercadopago.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Mercado Pago →

Overview

Mercado Pago payment integration

Provider IDmercado-pago
CategoryLocal Payment Methods
Websitemercadopago.com

Authentication

  • Method: Bearer token
  • Base URL: https://api.mercado_pago.com

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key

Example Configuration

{
"provider": "mercado_pago",
"provider_params": {
"api_key": "your_api_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
succeededcharged
pendingpending
failedrejected
canceledrejected

Resources