stripe v0.8.0 API Reference
Modules
Main module for handling sending/receiving requests to Stripe’s API
Functions related to Connect
Utility functions for stripe
Exceptions
Failure to connect to Stripe’s API
API errors cover any other type of problem (e.g., a temporary problem with Stripe’s servers) and are extremely uncommon
Failure to properly authenticate yourself in the request
Card errors are the most common type of error you should expect to handle. They result when the user enters a card that can’t be charged for some reason
Invalid request errors arise when your request has invalid parameters
Too many requests hit the API too quickly
Failure to verify payload with signature attached to webhook requests