Business-Stripe
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
env_proxy => 1,
agent => 'myApp',
ssl_opts => { verify_hostname => 0 },
);
my $stripe = Business::Stripe->new(
-api_key => 'xxxxxxxx',
-ua => $ua,
);
=item C<-url> Overrides the default API endpoint (C<https://api.stripe.com/v1/>)
=item C<-stripe_account> If you use the
L<< OAauth authentication flow for managed accounts|https://stripe.com/docs/connect/authentication >>
You can use this argument to make operations on behalf of a managed account.
=back
=cut
sub new {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.469 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )