The MercadoPago Hybrid SDK make it easy to collect your users' credit card details inside your Hybrid app using MercadoPago Native library. By creating tokens, MercadoPago handles the bulk of PCI compliance by preventing sensitive card data from hitting your server.
First, install MercadoPago Plugin by running the following
cordova plugin add mercadopago-plugin
It is also possible to install via repo url directly ( unstable )
cordova plugin add https://github.com/mercadopago/px-hybrid
If your having problems with the iOS version please see here.
This project includes an example on how to implement the plugin. Look for "plugin-example" branch.
[Check out MercadoPago Developers Site!] (http://mercadopago.github.io/px-hybrid/)