API Reference livery_stripe v#0.2.1
View SourceModules
Public facade for the Stripe client.
Application callback.
Stripe Checkout Sessions API.
Low-level Stripe request pipeline over livery_client.
Stripe Coupons API (define a discount: percent_off or amount_off).
Stripe Customers API.
Stripe Events API (re-fetch a webhook event by id, or list events).
Encode parameters as application/x-www-form-urlencoded, the body format
Stripe expects, including its bracketed nesting for maps and lists.
Stripe Invoices API.
Stripe Mandates API (the customer authorization behind a SEPA/debit payment).
Stripe PaymentIntents API.
Stripe PaymentMethods API.
Stripe Billing Portal (Customer Portal) sessions.
Stripe Prices API.
Stripe Products API.
Stripe Promotion Codes API (customer-facing codes mapping to a coupon).
Stripe Refunds API.
Stripe SetupIntents API (save a payment method for future use).
Stripe Subscriptions API.
Top supervisor.
Small shared helpers.
Verify and decode Stripe webhook events, the equivalent of
stripe.Webhook.construct_event.
A mountable livery handler for the Stripe webhook endpoint.