Initial import
[Business-OnlinePayment-Vanco.git] / README
1 Copyright (c) 1999 Jason Kohles.
2 Copyright (c) 2002-2003 Ivan Kohler
3 Copyright (c) 2008 Jeff Finucane
4 All rights reserved. This program is free software; you can redistribute it
5 and/or modify it under the same terms as Perl itself.
6
7 This is Business::OnlinePayment::Vanco, a Business::OnlinePayment backend
8 module for Vanco.  It is only useful if you have a merchant account with
9 Vanco Services: http://www.vancoservices.com
10
11 This module implements the Vanco Standeard Web Services XML API as of
12 February 29, 2008.
13
14 For testing edit t/test_account, then run make test.
15
16 Jeff Finucane is the original author.  Please send patches as unified
17 diffs (diff -u).  Mr. Kohles and Mr. Kohler provided material for cribbing.
18
19 Business::OnlinePayment is a generic interface for processing payments through
20 online credit card processors, online check acceptance houses, etc.  (If you
21 like buzzwords, call it an "multiplatform ecommerce-enabling middleware
22 solution").