Skip to main content

Stripe API wrapper using tapioca

Project description

Tapioca Stripe

Installation

pip install tapioca-stripe

Documentation

from tapioca_stripe import Stripe

client = Stripe(
    api_key='sk_test_4eC39HqLyjWDarjtT1zdp7dc',
)

client.charges_list().get()

Stripe file creation endpoint

This endpoint has a special base api_root.

If you want to use this endpoint make sure your tapioca-wrapper version is higher than 1.5.1 that has support to resource aware get_api_root.

  • Learn how Tapioca works here
  • Explore this package using iPython
  • Have fun!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tapioca-stripe-0.2.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

tapioca_stripe-0.2-py2.py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page