get
/v1/products/{id} Retrieve a product
GetProductsId
<p>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.</p>
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
expand | query | string[] | no | Specifies which fields in the response should be expanded. |
id | path | string | yes |
Request Body
application/x-www-form-urlencoded Responses
200 Successful response.
default Error response.