Mercado Pago payment gateway

Mercado Pago Payment Gateway for Merx

This plugin is Mercado Pago payment gateway for Kirby Merx plugin.

https://clicktonext.com/plugins/mercado-pago-merx

Installation

  1. Download the latest release
  2. Unzip downloaded file
  3. Copy/paste unzipped folder in your /site/plugins folder

Setup

Step 1: Get access token

Get API key from Mercado Pago Developers Panel.

Step 2: Set access token from config

Set accessToken option from config.php like following usage:

<?php

// /site/config/config.php
return [
    'clicktonext.merx-mercadopago.accessToken' => 'PROD_ACCESS_TOKEN'
];

Step 3: Add payment method

Enter the Kirby panel with Merx installed. Go to the payment methods section from the settings tab and add a new one. Make sure you type mercadopago in the value field.

Step 4: Test

:tada: Done! Now you’re ready for first order!

4 Likes