conekta-promise
v3.1.5
Published
Conekta node Wrapper with Promises
Downloads
19
Maintainers
Readme
Conekta Node v 3.1.1
Exactly the same package as conekta-node but this one uses promises instead of callbacks Wrapper to connect with https://api.conekta.io.
Install
npm i conekta-promise -S
Usage
var conekta = require('conekta');
conekta.api_key = '9YxqfRnx4sMQDnRsqdYn';
conekta.locale = 'es';
conekta.Order.create({
"currency": "MXN",
"customer_info": {
"name": "Jul Ceballos",
"phone": "+5215555555555",
"email": "[email protected]"
},
"line_items": [{
"name": "Box of Cohiba S1s",
"description": "Imported From Mex.",
"unit_price": 35000,
"quantity": 1,
"tags": ["food", "mexican food"],
"type": "physical"
}]
}).then(function(res){
console.log(res.toObject());
}).catch(function(err){
console.log(err.type);
});
Endpoints
Conekta.Order.create
Conekta.Order.update
Conekta.Order.find
Conekta.Order.where
Conekta.Order.createCharge
Conekta.Order.createLineItem
Conekta.Lineitem.update
Conekta.Order.createTaxLine
Conekta.TaxLine.update
Conekta.Order.createShippingLine
Conekta.ShippingLine.update
Conekta.Order.createDiscountLine
Conekta.DiscountLine.update
Conekta.Customer.create
Conekta.Customer.update
Conekta.Customer.find
Conekta.Customer.where
Conekta.Customer.destroy
Conekta.Customer.createSource
Conekta.Source.update
Conekta.Customer.createShippingContact
Conekta.ShippingContact.update
Conekta.Customer.createFiscalEntity
Conekta.FiscalEntity.update
Documentation
Please see https://www.conekta.io/docs/api-v1_1 for up-to-date documentation.
Contribute
Clone repo
$ git clone https://github.com/conekta/conekta-node
$ cd conekta-node
Install dependencies
$ npm install
Run interactive mode
$ bin/console
Welcome to Conekta node console!
Help: exit() to quit
> conekta.api_key = '9YxqfRnx4sMQDnRsqdYn';
'9YxqfRnx4sMQDnRsqdYn'
> conekta.locale = 'es';
'es'
>
Run tests
$ npm test
Send pull requests
We love pull requests, send them from your fork to branch dev into conekta/conekta-node
License
Developed in Mexico by Conekta. Available with MIT License.
We are always hiring!
If you are a comfortable working with a range of backend languages (Java, Python, Ruby, PHP, etc) and frameworks, you have solid foundation in data structures, algorithms and software design with strong analytical and debugging skills. Send us your CV and GitHub to [email protected]