- added t/pod-coverage.t
[Business-OnlinePayment-PayflowPro.git] / README
1 Copyright (c) 2003 Ivan Kohler
2 Copyright (c) 2007 Freeside Internet Services, Inc.
3 All rights reserved. This program is free software; you can
4 redistribute it and/or modify it under the same terms as Perl itself.
5
6 This is Business::OnlinePayment::PayflowPro, a Business::OnlinePayment
7 back end module for PayPal Payflow Pro.  It is only useful if you have
8 a merchant account with PayPal Payment Services:
9   https://www.paypal.com/cgi-bin/webscr?cmd=_payflow-gateway-overview-outside
10
11 As of 0.07, this module communicates with the Payflow gateway directly and no
12 longer requires the Payflow Pro SDK.  Thanks to Phil Lobbes for this great
13 work.
14
15 The Payflow API that this module interfaces with is not yet an officially
16 supported service and is still subject to change.  At this time, you need to
17 contact payflowintegrator@paypal.com for a certification ID to connect and run
18 transactions using this module.
19
20 Based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles.
21 Currently maintained by Ivan Kohler <ivan-payflowpro@420.am> and Phil Lobbes
22 <phil at perkpartners.com>.
23
24 Business::OnlinePayment is a generic interface for processing payments
25 through online credit card processors, online check acceptance houses,
26 etc.  (If you like buzzwords, call it an "multiplatform
27 ecommerce-enabling middleware solution").