MercadoPago

This is a payment method for Ubercart 7.x-3.x that implements Mercadopago checkout process.

It supports all four methods (modal, popup, blank and redirect) and handles IPNs if configured correctly.

Installation notes

  1. Download and install the module
  2. Download MercadoPago PHP SDK (download) and place it in sites/all/libraries/mercadopago. See this article for more information on installing external libraries.
  3. You will need to add the IPN url in mercadopago which should point to your drupal site with "/uc_mercadopago/ipn" appended.

    ie: http://www.example.com/uc_mercadopago/ipn or http://www.example.com?q=uc_mercadopago/ipn without clean URLs enabled.

    It plugs to ubercart very similar to how the paypal WPS module works.

  4. Once enabled, you will need to configure your client Id and secrets in the payment method settings' page and you should be set to go.

Contribute back

- Gittip
- PayPal

If you like the module, if you find it useful, and/or if you just want to contribute to this module development, please feel free to contribute to it. I will appreciate it.

I try to contribute as many modules as I can as soon as I need new functionality that can be re-used by others. A lot of times, doing the module for others means a lot more time than if I were to do it just quick and dirty, but I like both the challenge and the process. I also try to maintain them in my spare time as time gets available.

You can also support the Drupal project as well, information is in their project page.

Project information

Releases