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

NAME

WebService::Braintree::IdealPayment

PURPOSE

This class finds IdealPayment payment methods.

CLASS METHODS

find()

This takes a token and returns a response with the ideal_payment() set.

sale()

This takes a token and an optional hashref of parameters. This delegates to "sale" in WebService::Braintree::Transaction, setting the payment_method_token appropriately and submitting the transaction for settlement.