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.
Add this line to your application's Gemfile:
gem 'paywhirl'
And then execute:
$ bundle
$ gem install paywhirl
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)
PayWhirl is copyright © 2016-2018 PayWhirl Inc. This library is free software, and may be redistributed under the terms specified in the license.
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