nativescript-mercadopago-px
by alanneri | v4.0.0
Your awesome NativeScript plugin.
npm i --save nativescript-mercadopago-px

mercadopago-px apple android

Support

Support Android & iOS.

Installation

tns plugin add nativescript-mercadopago-px

Usage

this.mercadopagoPx
.start({
language: "es",
publicKey: "PUBLIC_KEY",
preferenceId: "PREFERENCE_ID" // Get custom preference_if of side server.
})
.then(result => {
// Success payment
})
.catch(error => {
// Cancel payment or Error payment
});

License

Apache License Version 2.0, January 2004