Skip to content

klobyone/dwolla-perl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwolla-perl - Perl module to access the Dwolla OAuth+REST API

NOTE: This module is in the very early stages. Do not use this for anything but testing.

Version

0.03

Requrements (Module Dependcies)

  • LWP::UserAgent
  • Crypt::SSLeay
  • Digest::HMAC_SHA1
  • URI::Escape
  • Data::Dumper
  • IO::File
  • JSON
  • CGI (For examples)

Installation

The easiest way to install this module is via the CPAN command-line interface.

cpan> install WebService::Dwolla

It also be can obtained from here. If done this way you will have to resolve the dependecies yourself.

NaturalDocs code documatation will be made available here.

Examples / Quickstart

This repo includes various usage examples, including:

  • Authenticating with OAuth [oauth.cgi]
  • Deposit money [deposit.pl]
  • Withdraw money [withdraw.pl]
  • Register a new Dwolla account [register.pl]
  • Sending money [send.pl]
  • Request money [request.pl]
  • Transaction listings [listings.pl]
  • Transaction stats [stats.pl]
  • Fetching account information [account_info.pl]
  • Grabbing a user's contacts [contacts.pl]
  • Listing a user's funding sources [funding_sources.pl]
  • Creating offsite gateway sessions [gateway.cgi]
  • Webhook notifications [webhook.cgi]

Changelog

0.05

  • Added masspay methods / examples. Added groupId and fixed delimiter in listings. Corrected miscellaneous docs.

0.04

  • Fixed listings / stats. Added more eamples.

0.03

  • Numerous fixes. Added / corrected documentation. Added more examples.

0.02

  • Added dependenies to Makefile.PL. Added / corrected documentation. Added examples to MANIFEST.

0.01

  • Initial version.

Credits

Support

License

(The MIT License)

Copyright (c) 2013 Chris Kloberdanz <klobyone@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Perl module to access the Dwolla OAuth+REST API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages