Business::PayPal::API

Business::PayPal::API is a PayPal API.
Download

Business::PayPal::API Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Scott Wiersdorf
  • Publisher web site:
  • http://search.cpan.org/~scottw/

Business::PayPal::API Tags


Business::PayPal::API Description

Business::PayPal::API is a PayPal API. Business::PayPal::API is a PayPal API.SYNOPSIS use Business::PayPal::API qw( ExpressCheckout GetTransactionDetails ); ## certificate authentication my $pp = new Business::PayPal::API ( Username => 'my_api1.domain.tld', Password => 'this_is_my_password', PKCS12File => '/path/to/cert.pkcs12', PKCS12Password => '(pkcs12 password)', sandbox => 1 ); ## PEM cert authentication my $pp = new Business::PayPal::API ( Username => 'my_api1.domain.tld', Password => 'this_is_my_password', CertFile => '/path/to/cert.pem', KeyFile => '/path/to/cert.pem', sandbox => 1 ); ## 3-token (Signature) authentication my $pp = new Business::PayPal::API ( Username => 'my_api1.domain.tld', Password => 'Xdkis9k3jDFk39fj29sD9', ## supplied by PayPal Signature => 'f7d03YCpEjIF3s9Dk23F2V1C1vbYYR3ALqc7jm0UrCcYm-3ksdiDwjfSeii', ## ditto sandbox => 1 ); my %response = $pp->SetExpressCheckout( ... ); Requirements: · Perl


Business::PayPal::API Related Software