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

sberbank

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sberbank

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Gem for working with the payment system of Sberbank

Гем для работы с платёжной системо Сбербанка

Вносим все переменные для запроса , в указанном порядке To begin with, we are adding data: username, password, returnurl, order_num, price

returnurl : "https://yoursite.com/payment" this is the full path to the page where the bank will return the status of your payment - for further processing by you. это полный путь к странице , в которую банк вернет статус вашего платежа - для последующей обработки вами.

order_num : unique payment number. Carefully, if your payment was declined or canceled by timeout for some reason - this number should be changed for retry. уникальный номер платежа. Внимательно , если ваш платеж был отклонен или отменен по таймауту по какойто причине - этот номер должен быть изменен для повторной попытки.

price : price - must be separated by a comma or be an integer цена - должна быть разделенна запятой или быть целым числом

@payment = Sberbank.reg_order( username, password, returnurl, order_num, price)

answer if an error occurs (ответ если произходит ошибка): {"errorCode"=>"5", "errorMessage"=>"Доступ запрещён"}

Information on errors and statuses you can read in the documentation from Sberbank информацию по ошибкам и статусам вы можете прочитать в документации от Сбербанка

FAQs

Package last updated on 22 Nov 2017

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