Giter VIP home page Giter VIP logo

trolley-ruby-sdk's Introduction

Payment Rails1 Ruby Library

Latest Stable Version

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

Requirements

Ruby version >= 2.4 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

Need a proxy?

client = PaymentRails.client('YOUR-API-KEY', 'YOUR-SECRET-KEY', 'production', proxy_uri: 'peter_the_proxy.com')

Documentation for API Endpoints

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

Footnotes

  1. Payment Rails is now Trolley, we'll be updating our SDKs to support the new domain during the second half of 2022. โ†ฉ

trolley-ruby-sdk's People

Contributors

aman-aalam avatar barnett avatar bassochette avatar fronugget avatar jhadeepakkumar14 avatar jsilber94 avatar koblas avatar maschwenk avatar phil-monroe avatar snkashis avatar suitedjimster avatar zero-bites avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.