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").
IMPORTANT: Business::OnlinePayment only defines the frontend interface to the
system, in order to use it you also need to have at least one backend
processing module installed, the processors supported are listed below along
with the types of transactions supported.
Business::PayPal::IPN - Perl extension that implements PayPal IPN
The Data::Currency module provides basic currency formatting and conversion.
This module generates commands for the Epson RP-U420 invoice printer for
printing the Unified Invoice in Taiwan.
You must install the driver and printer processor properly before you can
use the module.
You can define multiple lines of headers that will appear on each page of
the printed invoices, and when you do println the module does all the
necessary paging and stamping for you.
This module provides utility functions for the convenient store payment
collection service by TSIB (Taishin International Bank, Taiwan).
This module provides utility functions for the virtual account service by
TSIB (Taishin International Bank, Taiwan).
This module provides a simple way to handle transactions sent to WorldPay
for payment when using the WorldPay Select Junior service.
This module aims for simplicity. All it does is track the transaction and
then verify the callback data supplied by WorldPay after a payment has been
made. The module is designed with the requirement to immediately verify that
a payment has been made and is as expected in mind.
Perl functions for converting monetary values to different formats.
Math::Financial contains common functions for loans and annuities.
Interface to HTTP gateway for PayPal's Payflow Pro service, as described on
the PayPal developer site at https://www.x.com/docs/DOC-1642
See also the developer area:
https://www.x.com/community/ppx/xspaces/web_checkout/payflow?view=documents
This module is intended to be a drop-in replacement for PFProAPI (a couple of
minor changes to your code are necessary to use this module instead of
PFProAPI). The major difference is that it is pure Perl, and not architecture
dependent (ie, you can use this on your 64-bit FreeBSD platform.)