
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your ProductHow to work with Products in Stripe API
Products Fields
| Field Name | API Key | Type | Description |
|---|---|---|---|
| Active | active | boolean | Whether the product is currently available for purchase. |
| Created | created | integer | Time at which the object was created. Measured in seconds since the Unix epoch. |
| Default Price | default_price | string | |
| Description | description | string | 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. |
| Features | features | array of items | A list of up to 15 features for this product. These are displayed in [pricing tables](https://stripe.com/docs/payments/checkout/pricing-table). |