Contents

stripe 14.3.0

0

Python bindings for the Stripe API

The stripe Python package is a powerful tool for developers looking to integrate Stripe's payment processing capabilities into their Python applications. This library provides a set of predefined classes for Stripe API resources, allowing developers to interact with a wide range of Stripe's services, from creating customers to handling payments. It's designed to be flexible and easy to use, with support for per-request configuration, automatic retries on failed requests, and even the ability to configure a proxy. This package is an essential tool for developers working on e-commerce platforms or any application that requires payment processing.

Stars: 1953, Watchers: 1953, Forks: 493, Open Issues: 22

The stripe/stripe-python repo was created 14 years ago and the last code push was 18 hours ago.
The project is very popular with an impressive 1953 github stars!

How to Install stripe

You can install stripe using pip

pip install stripe

or add it to a project with poetry

poetry add stripe

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/stripe/
GitHub Repo:
https://github.com/stripe/stripe-python

Classifiers

  • Software Development/Libraries/Python Modules
No  stripe  pypi packages just yet.

Errors

A list of common stripe errors.

Code Examples

Here are some stripe code examples and snippets.

GitHub Issues

The stripe package has 22 open issues on GitHub

  • Update generated code for private-preview
  • Update generated code
  • Update generated code for beta
  • Delete API_VERSION file as it is no longer needed
  • Provide a public helper to sign webhook data
  • Direct update metadata causes DeprecationWarning

See more issues on GitHub

Related Packages & Articles