Skip to content

moacyrricardo/bank-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bank-importer

Brazilian bank statements reader. Depends on authentication through id (agency+account or cpf) + password

Supported Banks

  1. Itau
  2. Itau Poupança (Itau Savings Account)
  3. Nubank
  4. Santander
  5. Itau Cartão de Crédito

future

  1. transaction currency
  2. Nubank: grouped Related transactions

BancoSyncer Usage

Create a file on your home directory named bancosyncer.config.

####engines
engines=itau,itaup

itau.class=.itau.ItauImportador
##method,agency,account,verify digit,eletronic password
itau.config=login,0000,00000,0,000000

itaup.class=.itau.ItauPoupancaImportador
##method,agency,account,verify digit,eletronic password
itaup.config=login,0000,00000,0,000000

nubank.class=.nubank.NubankImportador
##method,cpf,eletronic password
nubank.config=login,cpf,password

Run the class:

br.com.kibutx.minhabufunfa.services.bank.BancoSyncer

About

Brazilian bank statements reader. Nubank and Itau for now

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages