@digittmx/cepmx

0.0.2 • Public • Published

cepmx

CEP node client library (http://www.banxico.org.mx/cep/)

Installation

npm install @digittmx/cepmx

Usage

const cepmx = require('@digittmx/cepmx');

const client = await cepmx.validate({
  fecha: '30-12-2019',  // d-m-y
  criterio: 'DIGITT123456',  // clave rastreo
  emisor: '90646',
  receptor: '40012',
  cuenta: '012180011421747234',
  monto: 3.55,
});
const response = await client.download('XML');

/@digittmx/cepmx/

    Package Sidebar

    Install

    npm i @digittmx/cepmx

    Weekly Downloads

    1

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    3.36 kB

    Total Files

    4

    Last publish

    Collaborators

    • fortino
    • saumotions