The payload will be sent as a application/json as a part of the request body.
Payload
idstring
An identifier will be randomly generated by Stripe. You can optionally override this ID but the ID must be unique across all products in your Stripe account.
namestring
The product’s name; meant to be displayable to the customer.
activeboolean
Whether the product is currently available for purchase
descriptionstring
The product’s description; meant to be displayable to the customer. Use this field to optionally store a long form explanation of the product being sold for your own rendering purposes.
metadataobject
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.
Response
API response data will be shown here once the request is completed.