holgersindbaek / ruby-sdk

Payment Rails SDK in Ruby for v1 REST APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Installation & Usage

Library

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

Getting Started

client = Gateway.new(Configuration.new('YOUR-API-KEY', 'YOUR-SECRET-KEY', 'production'))

recipient = client.recipient.find('R-124353cdfgh65g')
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

License:MIT License


Languages

Language:Ruby 100.0%