
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your ProductHow to work with Invoice Items in Stripe API
Invoice Items Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Amount | amount | integer | Amount (in the `currency` specified) of the invoice item. This should always be equal to `unit_amount * quantity`. |
Currency | currency | string | Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). |
Customer | customer | string | |
Date | date | integer | Time at which the object was created. Measured in seconds since the Unix epoch. |
Description | description | string | An arbitrary string attached to the object. Often useful for displaying to users. |