
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your ProductHow to work with Subscriptions in Stripe API
Subscriptions Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Application | application | ||
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. |
SubscriptionAutomaticTax | automatic_tax | object | |
Enabled | automatic_tax.enabled | boolean | Whether Stripe automatically computes tax on this subscription. |
Billing Cycle Anchor | billing_cycle_anchor | integer | Determines the date of the first full invoice, and, for plans with `month` or `year` intervals, the day of the month for subsequent invoices. The timestamp is in UTC format. |