grove.connectors.stripe package

Stripe connectors for Grove.

Submodules

grove.connectors.stripe.events module

Stripe Events connector for Grove.

class grove.connectors.stripe.events.Connector(config: ConnectorConfig, context: Dict[str, str])[source]

Bases: BaseConnector

LOG_ORDER = 'REVERSE_CHRONOLOGICAL'
NAME = 'stripe_events'
POINTER_PATH = 'id'
collect()[source]

Collects all events from the Stripe Events API.

Stripe’s list API methods use cursor-based pagination with a unique ID value for each event. The Stripe API allows up to 100 read operations per second, which is set as the limit in the params object below.