NAME

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

VERSION

version 0.2

ATTRIBUTES

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.

AUTHOR

André Walker <andre@andrewalker.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 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.