PriceService
Class: No description found
Method: Creates a new price for an existing product. The price can be recurring or one-time.
PriceService::create Read More »
Method: Retrieves the price with the given ID.
PriceService::retrieve Read More »
Method: Updates the specified price by setting the values of the parameters passed. Any parameters not provided are left unchanged.
PriceService::update Read More »
Method: Returns a list of your orders. The orders are returned sorted by creation date, with the most recently created orders appearing first.
Method: Updates a Reader object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
ReaderService::update Read More »
Method: Retrieves the details of an existing order. Supply the unique order ID from either an order creation request or the order list, and Stripe will return the corresponding order information.
OrderService::retrieve Read More »
Method: Return all or part of an order. The order must have a status of paid or fulfilled before it can be returned. Once all items have been returned, the order will become canceled or returned depending on which status the order started in.
OrderService::returnOrder Read More »
Method: Updates the specific order by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
OrderService::update Read More »
Method: Creates a new Location object. For further details, including which address fields are required in each country, see the Manage locations guide.
LocationService::create Read More »