Skip to content

Lib para construção de boleto a partir de linha digitavel

Notifications You must be signed in to change notification settings

ErickWendel/boleto.js-linhadigitavel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boleto.js-linhadigitavel

Rodar

yarn install
bower install
node index.js

Teste

  • url: localhost:8081/

Emitindo

  • url: localhost:8081/emitirBoleto
  • type: POST
  • data:
    {
         "cpf": "64802590334", 
         "linhaDigitavel": "62390001172100004610800000000117971680000042234", 
         "dataEmissao": "2017-05-02T18:30:16.791Z", 
         "dataVencimento": "2017-05-02T18:30:16.791Z",
         "valor": "422.34", 
         "nossoNumero": "11", 
         "numeroDocumento": "1", 
         "cedente": "Meu Banco", 
         "cedenteCnpj": "64802590334", 
         "agencia": "123", 
         "codigoCedente": "123", 
         "carteira": "1", 
         "pagador": "ERICK WENDEL",
         "logoURL": "https://www.banconeon.com.br/Content/assets/imagens/banco-neon.jpg"
    } 
    

Baseada nas seguintes libs:

About

Lib para construção de boleto a partir de linha digitavel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published