It's an example of Ruby code for Monobank API webhook sign verification
- Clone this repo
- Go to the repo folder
- Run:
ruby lib/main.rb
The output should be:
OK
- Clone this repo
- Go to the repo folder
- Run:
bundle install
- Run:
bundle exec rspec
An example of Ruby code how to verificate Monobank acquiring API webhook sign
RubyMIT
It's an example of Ruby code for Monobank API webhook sign verification
ruby lib/main.rb
The output should be:
OK
bundle install
bundle exec rspec