sberbank-acq
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

Welcome to sberbank-acq 👋

Version Documentation Maintenance License: ISC

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

Readme

Keywords

Package Sidebar

Install

npm i sberbank-acq

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

37.3 kB

Total Files

15

Last publish

Collaborators

  • bd-dm