Stripe offers online payment infrastructure, fraud prevention, and APIs enabling businesses to accept and manage payments globally
Cancels a customer's active stripe subscription at the end of the current billing period, with options to invoice immediately for metered usage and prorate charges for unused time.
Creates a new customer in stripe, required for creating charges or subscriptions; an email is highly recommended for customer communications.
Creates a new draft stripe invoice for a customer; use to revise an existing invoice, bill for a specific subscription (which must belong to the customer), or apply detailed customizations.
Creates a stripe paymentintent to initiate and process a customer's payment; using `application fee amount` for a connected account requires the `stripe-account` header.
Creates a new stripe price for a product, defining its charges (one-time or recurring) and billing scheme; requires either an existing `product` id or `product data`.
Creates a new product in stripe, encoding the request as `application/x-www-form-urlencoded` by flattening nested structures.