File: README

package info (click to toggle)
libbusiness-onlinepayment-payflowpro-perl 1.01-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 100 kB
  • ctags: 11
  • sloc: perl: 583; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,325 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Copyright (c) 2003 Ivan Kohler
Copyright (c) 2007 Freeside Internet Services, Inc.
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.

This is Business::OnlinePayment::PayflowPro, a Business::OnlinePayment
back end module for PayPal Payflow Pro.  It is only useful if you have
a merchant account with PayPal Payment Services:
  https://www.paypal.com/cgi-bin/webscr?cmd=_payflow-gateway-overview-outside

As of 0.07, this module communicates with the Payflow gateway directly and no
longer requires the Payflow Pro SDK.  Thanks to Phil Lobbes for this great
work.

The Payflow API that this module interfaces with is not yet an officially
supported service and is still subject to change.  At this time, you need to
contact payflowintegrator@paypal.com for a certification ID to connect and run
transactions using this module.

Based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles.
Currently maintained by Ivan Kohler <ivan-payflowpro@420.am> and Phil Lobbes
<phil at perkpartners.com>.

Business::OnlinePayment is a generic interface for processing payments
through online credit card processors, online check acceptance houses,
etc.  (If you like buzzwords, call it an "multiplatform
ecommerce-enabling middleware solution").