Skip to content

humrochagf/tapioca-stripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Stripe API Tapioca Flavor Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published