Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sberbank-acq-no-module

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sberbank-acq-no-module

Sberbank acquiring module for Node.JS

  • 0.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

  • Github: @bd-dm

🤝 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

Keywords

FAQs

Package last updated on 05 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc