
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your ProductHow to work with Invoice Line Items in Stripe API
Invoice Line Items Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Amount | amount | integer | The amount, in cents (or local equivalent). |
Amount Excluding Tax | amount_excluding_tax | integer | The integer amount in cents (or local equivalent) representing the amount for this line item, excluding all tax and discounts. |
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). |
Description | description | string | An arbitrary string attached to the object. Often useful for displaying to users. |
Discount Amounts | discount_amounts | array of items | The amount of discount calculated per discount for this line item. |