The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "paypal"

Net::PayPal - Perl extension for PayPal's REST API server River stage zero No dependents

Net::PayPal implements PayPal's REST API. Visit http://developer.paypal.com for further information. To start using Net::PayPal the following actions must be completed to gain access to API endpoints: 1 Sign up for a developer account by visiting htt...

SHERZODR/Net-PayPal-0.02 - 10 Mar 2013 10:01:50 UTC - Search in distribution

Business::PayPal - Perl extension for automating PayPal transactions River stage one • 2 direct dependents • 2 total dependents

new() Creates a new Business::PayPal object, it can take the following parameters: id The Business::PayPal object id, if not specified a new id will be created using md5_hex(rand()) address The address of PayPal's payment server, currently: https://w...

JOSHR/Business-PayPal-0.20 - 24 Nov 2020 15:00:54 UTC - Search in distribution

OpenID::PayPal::LIPP - Login with PayPal River stage zero No dependents

OpenID::PayPal::LIPP is a simple implementation for the Login with PayPayl API. METHODS Following methods are available new( options ) Constructor take the following required arguments: * client_id: client id of your paypal application * client_secre...

PVIGIER/OpenID-PayPal-LIPP-0.02 - 30 Apr 2016 14:26:57 UTC - Search in distribution

Business::PayPal::API - PayPal SOAP API client with sandbox support River stage one • 5 direct dependents • 5 total dependents

Business::PayPal::API supports both certificate authentication and the new 3-token "Signature" authentication. It also supports PayPal's development *sandbox* for testing. See the sandbox parameter to new() below for details. Business::PayPal::API ca...

OALDERS/Business-PayPal-API-0.77 - 13 Nov 2017 16:19:36 UTC - Search in distribution

Business::PayPal::EWP - Perl extension for PayPal's Encrypted Website Payments River stage zero No dependents

This module wraps the sample C++/C# code which PayPal provides for working with Encrypted Web Payments. It contains a single function, SignAndEncrypt which takes the plaintext form code, private key file, public key file, and PayPal's public certific...

TBUSCH/Business-PayPal-EWP-1.03 - 24 Aug 2012 17:54:11 UTC - Search in distribution

Business::PayPal::IPN - Perl extension that implements PayPal IPN v1.5 River stage one • 1 direct dependent • 1 total dependent

SHERZODR/Business-PayPal-IPN-1.94 - 19 Aug 2003 07:49:45 UTC - Search in distribution

Business::PayPal::NVP - PayPal NVP API River stage one • 1 direct dependent • 1 total dependent

Business::PayPal::NVP makes calls to PayPal's NVP ("name-value pair"--a fancy name for HTTP POST queries) API. Making a call is as simple as creating an NVP object and invoking the PayPal API method with the appropriate arguments. Consult the PayPal ...

SCOTTW/Business-PayPal-NVP-1.10 - 30 Mar 2016 19:56:19 UTC - Search in distribution

Business::PayPal::SDK - An interface to paypals SDK's. River stage zero No dependents

Business::PayPal::SDK is a perl interface to the SDK provided by paypal (http://www.paypal.com/sdk). You can use this module to implement paypal pro and paypal express transactions in perl. On the back end this modules uses Inline::Java to interface ...

LINNIN/Business-PayPal-SDK-0.14 - 09 Dec 2005 20:35:46 UTC - Search in distribution

WebService::PayPal::NVP - PayPal NVP API River stage zero No dependents

A pure object oriented interface to PayPal's NVP API (Name-Value Pair). A lot of the logic in this module was taken from Business::PayPal::NVP. I re-wrote it because it wasn't working with Catalyst adaptors and I couldn't save instances of it in Moos...

OALDERS/WebService-PayPal-NVP-0.006 - 13 Mar 2017 20:51:18 UTC - Search in distribution

Catalyst::Model::PayPal::API - PayPal Model for Catalyst River stage zero No dependents

This is a Catalyst model for Business::PayPal::API, allowing you to use PayPal to bill your clients in your Catalyst application. When naming this model, I have chosen to drop the 'Business::' so as to shorten the name somewhat....

DJZORT/Catalyst-Model-PayPal-API-0.32 - 24 Aug 2012 02:09:46 UTC - Search in distribution

Catalyst::Model::PayPal::IPN - Handle Instant Payment Notifications and PayPal Button Generation River stage zero No dependents

This model handles all the latest PayPal IPN vars, and provides an easy method for checking that the transaction was successful. There are also convenience methods for generating encrypted and non-encrypted PayPal forms and buttons. See Business::Pay...

BOBTFISH/Catalyst-Model-PayPal-IPN-0.04 - 27 Jun 2013 19:50:48 UTC - Search in distribution

Business::PayPal::Permissions - PayPal Permissions River stage zero No dependents

PayPal Permissions <https://www.x.com/developers/paypal/documentation-tools/permissions/per missions-service> METHODS CONSTRUCTION my $ppp = Business::PayPal::Permissions->new( username => $cfg{username}, password => $cfg{password}, signature => $cfg...

FAYLAND/Business-PayPal-Permissions-0.02 - 12 Feb 2013 03:59:43 UTC - Search in distribution

DateTime::Format::PayPal::IPN - Parse PayPal IPN timestamps River stage zero No dependents

This module parses and formats timestamps returned by PayPal's IPN (Instant Payment Notification) system....

OALDERS/DateTime-Format-PayPal-IPN-0.000001 - 11 Sep 2014 20:46:25 UTC - Search in distribution

Parse::PayPal::TxDetailReport - Parse PayPal transaction detail report into data structure River stage one • 2 direct dependents • 2 total dependents

PayPal provides various kinds reports which you can retrieve from their website under Reports menu. This module provides routine to parse PayPal transaction detail report (from the website under Reports > Transactions > Transactions detail) into a Pe...

PERLANCAR/Parse-PayPal-TxDetailReport-0.007 - 03 Jul 2017 15:20:33 UTC - Search in distribution

Parse::PayPal::TxFinderReport - Parse PayPal transaction detail report into data structure River stage one • 2 direct dependents • 2 total dependents

PayPal provides various kinds reports which you can retrieve from their website under Reports menu. This module provides routine to parse PayPal transaction finder report into a Perl data structure. The CSV format is supported. No official documentat...

PERLANCAR/Parse-PayPal-TxFinderReport-0.003 - 06 Nov 2018 09:50:22 UTC - Search in distribution

Business::CPI::Gateway::PayPal - Business::CPI's PayPal driver River stage zero No dependents

ANDRE/Business-CPI-Gateway-PayPal-0.905 - 24 Jan 2015 12:11:43 UTC - Search in distribution

Business::OnlinePayment::PayPal - PayPal backend for Business::OnlinePayment River stage zero No dependents

Business::OnlinePayment::PayPal is a plugin for using PayPal as a payment processor backend with the Business::OnlinePayment API. Specifically, this module uses PayPal's 'DoDirectPayment' operation which utilizes the 'DoDirectPaymentRequest' message ...

PLOBBES/Business-OnlinePayment-PayPal-0.11 - 16 Feb 2007 05:17:41 UTC - Search in distribution

Parse::PayPal::TxDetailReport::Old - Parse PayPal transaction detail report (older version, 2015 and earlier) into data structure River stage one • 2 direct dependents • 2 total dependents

PayPal provides various kinds of reports which you can retrieve from their website under Reports menu. This module provides routine to parse PayPal old transaction detail report (2015 and earlier). Both the tab-separated format and comma-separated (C...

PERLANCAR/Parse-PayPal-TxDetailReport-Old-0.002 - 07 Nov 2018 08:19:40 UTC - Search in distribution

WebService::PayPal::PaymentsAdvanced - A simple wrapper around the PayPal Payments Advanced web service River stage zero No dependents

This is a wrapper around the "PayPal Payments Advanced" (AKA "PayPal Payflow Link") hosted forms. This code does things like facilitating secure token creation, providing an URL which you can use to insert an hosted_form into your pages and processin...

MAXMIND/WebService-PayPal-PaymentsAdvanced-0.000028 - 01 Jan 2022 22:16:33 UTC - Search in distribution

lib/PEF/Front/Oauth/Paypal.pm River stage one • 1 direct dependent • 1 total dependent

ANTONPETR/PEF-Front-0.26 - 28 Dec 2017 11:36:57 UTC - Search in distribution
113 results (0.066 seconds)