ProductService::create()
Method: Creates a new product object.
ProductService::create Read More »
Method: Delete a product. Deleting a product is only possible if it has no prices associated with it. Additionally, deleting a product with type=good is only possible if it has no SKUs associated with it.
ProductService::delete Read More »
Method: Retrieves the details of an existing product. Supply the unique product ID from either a product creation request or the product list, and Stripe will return the corresponding product information.
ProductService::retrieve Read More »
Method: A quote models prices and services for a customer. Default options for header, description, footer, and expires_at can be set in the dashboard via the quote template.
QuoteService::create Read More »
Method: Creates a new shipping rate object.
ShippingRateService::create Read More »
Method: Retrieves the quote with the given ID.
QuoteService::retrieve Read More »
Method: Returns the shipping rate object with the given ID.
ShippingRateService::retrieve Read More »
Method: A quote models prices and services for a customer.
QuoteService::update Read More »
Method: Updates an existing shipping rate object.
ShippingRateService::update Read More »
Method: Returns a list of all refunds you’ve previously created. The refunds are returned in sorted order, with the most recent refunds appearing first. For convenience, the 10 most recent refunds are always available by default on the charge object.
RefundService::all Read More »
Method: Retrieves the details of an existing refund.
RefundService::retrieve Read More »
Method: Updates the specified refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
RefundService::update Read More »
Method: When retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of upfront line items.
QuoteService::allComputedUpfrontLineItems Read More »
Method: When retrieving a quote, there is an includable line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
QuoteService::allLineItems Read More »