ePages 6.12.0 - DE_EPAGES/Billsafe/API/Impl.pm

Package DE_EPAGES::Billsafe::API::Impl

This file provides an easy client to the BillSAFE NVP API. See the BillSAFE API Integration Guide to learn more about what that is. That doc is available at http://billsafe.de/.

Example
use DE_EPAGES::Billsafe::API::Impl; # provides Billsafe etc
my $bs = Billsafe->new( $account, $options );
# call in list context to see request parameters
my %requestparms = $bs->getTransactionResult( $token );
# call in scalar context to build request object
my $httprequest  = $bs->getTransactionResult( $token );
my $httpresponse = $bs->request( $httprequest );
my %result = $bs->parse_nvp( $httpresponse );

Package Billsafe::Account

Package Billsafe

Package Billsafe::Customer

Package Billsafe::Order

Package Billsafe::Article