Skip to content

knicefire/privat24-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Privat24 client

A simple client for privat24 banking

const Privat = require('privat24-client');

const card = new Privat({
    merchantId: '123321',
    password: 'asdfe2dadfe34dasdf',
    cardnumber: '12332123123123',
    country: 'UA'
});

card.balance()
    .then(result => {
        // balance result
    });

card.statements(startDate, endDate)
    .then(result => {
        // bank statements for given card
    });

About

A simple client for privat24 banking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published