0.0
The project is in a healthy, maintained state
Xendit Ruby Client Library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0

Runtime

~> 2.7.2
 Project Readme

Xendit Ruby library

This is the Unofficial Ruby API client/library for Xendit API.

  • API Documentation
  • Requirements
  • Installation
  • Usage
    • Invoice Service

API Documentation

Please check Xendit API Reference.

Requirements

  • Ruby 2.5+

Installation

Using Gemfile

Install the gem and add to the application's Gemfile by executing:

bundle add xendit-client

Or add gem xendit-client to Gemfile

gem 'xendit-client'

Run this command in your terminal

bundle install

Usage

Get your API key from Xendit Dashboard.

Add your API key to the initializer.

require 'xendit'

Xendit.api_key = 'xnd_...'