- CPAN Bug# 23587: _pre_submit() would return success if fraud detection is
[Business-OnlinePayment.git] / README
1 *****************************************************************************
2 * Copyright (c) 1999-2004 Jason Kohles.                                     *
3 * Copyright (c) 2004 Ivan Kohler                                            *
4 * All rights reserved. This program is free software; you can redistribute  *
5 * it and/or modify it under the same terms as Perl itself.                  *
6 *****************************************************************************
7
8 Business::OnlinePayment is a generic interface for processing payments through
9 online credit card processors, online check acceptance houses, etc.  (If you
10 like buzzwords, call it an "multiplatform ecommerce-enabling middleware
11 solution").
12
13 IMPORTANT: Business::OnlinePayment only defines the frontend interface to the
14 system, in order to use it you also need to have at least one backend
15 processing module installed.
16
17 Homepage:
18   http://420.am/business-onlinepayment/
19
20 Search CPAN for backends:
21   http://search.cpan.org/search?m=all&q=Business::OnlinePayment::
22