Socket
Socket
Sign inDemoInstall

tapioca-stripe

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tapioca-stripe

Stripe API wrapper using tapioca


Maintainers
1

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!

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc