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

NAME

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

VERSION

version 0.903

ATTRIBUTES

token

The token provided by PagSeguro

base_url

The url for PagSeguro API. Not to be confused with the checkout url, this is just for the API.

METHODS

get_notifications_url

Reader for the notifications URL in PagSeguro's API. This uses the base_url attribute.

get_transaction_details_url

Reader for the transaction details URL in PagSeguro's API. This uses the base_url attribute.

get_transaction_query_url

Reader for the transaction query URL in PagSeguro's API. This uses the base_url attribute.

get_and_parse_notification

Gets the url from "get_notifications_url", and loads the XML from there. Returns a parsed standard Business::CPI hash.

get_and_parse_transactions

get_transaction_details

query_transactions

Alias for "get_and_parse_transactions" to maintain compatibility with other Business::CPI modules.

notify

get_hidden_inputs

SPONSORED BY

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

SEE ALSO

Business::CPI::Gateway::Base

AUTHOR

André Walker <andre@andrewalker.net>

CONTRIBUTOR

Renato CRON <rentocron@cpan.org>

COPYRIGHT AND LICENSE

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