Skip to content

Payment Rails SDK in Ruby for v1 REST APIs

License

Notifications You must be signed in to change notification settings

fronugget/ruby-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payment Rails Ruby Library

Latest Stable Version

The Payment Rails Ruby library provides integration access to the Payment Rails API.

Requirements

Ruby version >= 2.4.3 is required. Bundler is required.

Installation & Usage (RubyGem)

Install the Gem

gem install paymentrails

Installation & Usage (Git)

Clone the SDK

git clone https://github.com/PaymentRails/ruby-sdk.git

Build & Install the gem

cd ruby-sdk
bundler install
gem build paymentrails.gemspec
gem install paymentrails-[version].gem

Getting Started

require 'paymentrails'

client = PaymentRails.client('YOUR-API-KEY', 'YOUR-SECRET-KEY')

recipient = client.recipient.find('R-1234567abcdefg')
print recipient.id

Documentation for API Endpoints

All URIs are available at http://docs.paymentrails.com/

About

Payment Rails SDK in Ruby for v1 REST APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%