The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Business::CPI::Gateway::PayPal - Business::CPI's PayPal driver

VERSION

version 0.905

ATTRIBUTES

sandbox

Boolean attribute to set whether it's running on sandbox or not. If it is, it will post the form to the sandbox url in PayPal.

api_username

api_password

signature

nvp

Business::PayPal::NVP object, built using the api_username, api_password and signature attributes.

date_format

DateTime::Format::Strptime object, to format dates in a way PayPal understands.

METHODS

notify

Translate IPN information from PayPal to a standard hash, the same way other Business::CPI gateways do.

query_transactions

Searches transactions made by this account.

get_transaction_details

Get more data about a given transaction.

get_hidden_inputs

Get all the inputs to make a checkout form.

SPONSORED BY

Aware - http://www.aware.com.br

AUTHOR

André Walker <andre@andrewalker.net>

CONTRIBUTORS

  • Olaf Alders <olaf@wundersolutions.com>

  • Renato CRON <rentocron@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by André Walker.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.