0.3.0 ā€¢ Published 2 years ago

sberbank-acq v0.3.0

Weekly downloads
36
License
MIT
Repository
github
Last release
2 years ago

Sberbank acquiring module for Node.JS

Official Docs: Sberbank API Docs

Install

npm i sberbank-acq

Example usage

import SberbankAcquiring from "sberbank-acq";

const sberbankAcquiring = new SberbankAcquiring({
    credentials: {
        username: 'username',
        password: 'password',
    },
    restConfig: {
        apiUri: 'https://3dsec.sberbank.ru/payment/rest/',
    },
});

const result = sberbankAcquiring.register(options); // options contains request properties, ex.: orderNumber, amount, etc.
                                                    // see official docs for details of specific request

API

Methods
register
registerPreAuth
deposit
reverse
refund
getOrderStatusExtended
verifyEnrollment
decline
getReceiptStatus
unBindCard
bindCard
getBindings

Author

šŸ‘¤ Dmitry Bardyshev

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2021 Dmitry Bardyshev. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator

0.3.0

2 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago