Business::Stripe

Interface for Stripe payment system
Download

Business::Stripe Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Paul Phạm
  • Publisher web site:
  • http://search.cpan.org/~pham/

Business::Stripe Tags


Business::Stripe Description

Business::Stripe is a Perl module that provides common bindings for Stripe payment system. Any API calls that do not have bindings can be access through the generic api method.SYNOPSIS my $stripe = StripeLite->new( -api_key => 'c6EiNIusHip8x5hkdIjtur7KNUA3TTpE' ); $stripe->charges_create( amount => 400, card => 'tok_5EuIyKyCTc0f2V', description => 'Ice cream' ) and return $stripe->success; print $stripe->error->{message}, "\n";Product's homepage


Business::Stripe Related Software