Project

paywhirl

0.0
No commit activity in last 3 years
No release in over 3 years
This library provides an interface to manage your PayWhirl account from within your own Ruby code.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 5.0

Runtime

~> 1.0.0
 Project Readme

A convenient PayWhirl API wrapper in Ruby

The Ruby PayWhirl library is provided to allow developers to access PayWhirl services without needing to write their own API wrappers.

The Documentation linked here and below contains all of the available methods for interacting with your PayWhirl account. If you would like to see additional functionality added, feel free to submit an issue or a pull request.

Usage Guide

Table of Contents

  • Requirements
  • Installation
  • License
  • About

Requirements

Installation

Suggeted installation method:

Use RubyGems and Bundler

Add this line to your application's Gemfile:

gem 'paywhirl'

And then execute:

$ bundle

If you're not using Bundler:

$ gem install paywhirl

Usage

get your API keys by signing up here

require "paywhirl"

api_key = "pwpk_xxxxxxxxxxxxxxx"
api_secret = "pwpsk_xxxxxxxxxxx"

paywhirl = PayWhirl.new(api_key, api_secret)

License

PayWhirl is copyright © 2016-2018 PayWhirl Inc. This library is free software, and may be redistributed under the terms specified in the license.

About

PayWhirl Inc. and the names and logos for PayWhirl are trademarks of PayWhirl inc.

For additional information, please see our Terms of Use and Privacy Policy