Contents

stripe 9.6.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: 1555, Watchers: 1555, Forks: 404, Open Issues: 13

The stripe/stripe-python repo was created 12 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1555 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
Stripe
License
MIT
Homepage
https://github.com/stripe/stripe-python
PyPi:
https://pypi.org/project/stripe/
Documentation:
https://stripe.com/docs/api/?lang=python
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 13 open issues on GitHub

  • Update generated code
  • How to delete a price using API
  • "Client" object to encapsulate non-global usage of the library?

See more issues on GitHub

Related Packages & Articles