
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your ProductHow to work with Quotes in Stripe API
Quotes Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Amount Subtotal | amount_subtotal | integer | Total before any discounts or taxes are applied. |
Amount Total | amount_total | integer | Total after discounts and taxes are applied. |
Application | application | ||
Application Fee Amount | application_fee_amount | integer | The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. Only applicable if there are no line items with recurring prices on the quote. |
Application Fee Percent | application_fee_percent | number | A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. Only applicable if there are line items with recurring prices on the quote. |