Business::PinPayment is a Perl interface to Pin Payment API. It supports charges, refunds, creating customers, and charging customer cards (tokens).

INSTALLATION

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

   perldoc Business::PinPayment

You can also look for information at:

   Github
       http://github.com/dannyglue/Business-PinPayment

   CPAN Ratings
       http://cpanratings.perl.org/d/Business-PinPayment

   Search CPAN
       http://search.cpan.org/dist/Business-PinPayment


COPYRIGHT AND LICENCE

Copyright (C) 2013 Xufeng (Danny) Liang

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.