/monobank_webhook_sign_verification

An example of Ruby code how to verificate Monobank acquiring API webhook sign

Primary LanguageRubyMIT LicenseMIT

Actions Status

A ruby example of Monobank acquiring API webhook sign verification

It's an example of Ruby code for Monobank API webhook sign verification

How to run

  1. Clone this repo
  2. Go to the repo folder
  3. Run:
ruby lib/main.rb

The output should be:

OK

Development

  1. Clone this repo
  2. Go to the repo folder
  3. Run:
bundle install
  1. Run:
bundle exec rspec