- tests updated for new B::OP::PayflowPro using HTTP protocol
[Business-OnlinePayment-PayflowPro.git] / README
1 Copyright (c) 2003 Ivan Kohler
2 All rights reserved. This program is free software; you can
3 redistribute it and/or modify it under the same terms as Perl itself.
4
5 This is Business::OnlinePayment::PayflowPro, a Business::OnlinePayment
6 back end module for PayPal Payflow Pro.  It is only useful if you have
7 a merchant account with PayPal Payment Services:
8   https://www.paypal.com/cgi-bin/webscr?cmd=_payflow-gateway-overview-outside
9 and the Payflow Pro SDK:
10   https://manager.paypal.com/
11
12 It is based on Business::OnlinePayment::AuthorizeNet written by Jason
13 Kohles.
14
15 Ivan Kohler <ivan-payflowpro@420.am>
16
17 Business::OnlinePayment is a generic interface for processing payments
18 through online credit card processors, online check acceptance houses,
19 etc.  (If you like buzzwords, call it an "multiplatform
20 ecommerce-enabling middleware solution").