This is the Unofficial Ruby API client/library for Xendit API.
Please check Xendit API Reference.
- Ruby 2.5+
Install the gem and add to the application's Gemfile by executing:
bundle add xendit-clientOr add gem xendit-client to Gemfile
gem 'xendit-client'Run this command in your terminal
bundle installGet your API key from Xendit Dashboard.
Add your API key to the initializer.
require 'xendit'
Xendit.api_key = 'xnd_...'