The Subscription Schedule object
Attributes
id(string) Unique identifier for the object.object(string) String representing the object’s type. Objects of the same type share the same value.application(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the Connect Application that created the schedule.billing_mode(object) The billing mode that will be used to process all future operations for the subscription schedule.billing_mode.flexible(object, nullable) Configure behavior for flexible billing modebilling_mode.flexible.proration_discounts(enum) Controls how invoices and invoice items display proration amounts and discount amounts. Possible enum values:includedAmounts are net of discounts, and discount amounts are zero.itemizedAmounts are gross of discounts, and discount amounts are accurate.
billing_mode.type(enum) Controls how prorations and invoices for subscriptions are calculated and orchestrated. Possible enum values:classicCalculations for subscriptions and invoices are based on legacy defaults.flexibleSupports more flexible calculation and orchestration options for subscriptions and invoices.
billing_mode.updated_at(timestamp, nullable) Details on when the current billing_mode was adopted.
canceled_at(timestamp, nullable) Time at which the subscription schedule was canceled. Measured in seconds since the Unix epoch.completed_at(timestamp, nullable) Time at which the subscription schedule was completed. Measured in seconds since the Unix epoch.created(timestamp) Time at which the object was created. Measured in seconds since the Unix epoch.current_phase(object, nullable) Object representing the start and end dates for the current phase of the subscription schedule, if it isactive.current_phase.end_date(timestamp) The end of this phase of the subscription schedule.current_phase.start_date(timestamp) The start of this phase of the subscription schedule.
customer(string, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the customer who owns the subscription schedule.customer_account(string, nullable) ID of the account who owns the subscription schedule.default_settings(object) Object representing the subscription schedule’s default settings.default_settings.application_fee_percent(float, nullable) 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 during this phase of the schedule.default_settings.automatic_tax(object) Default settings for automatic tax computation.default_settings.automatic_tax.disabled_reason(enum, nullable) If Stripe disabled automatic tax, this enum describes why. Possible enum values:requires_location_inputsStripe’s systems automatically turned off Tax for this subscription schedule when finalizing one of its invoices with a missing or incomplete location for your customer.
default_settings.automatic_tax.enabled(boolean) Whether Stripe automatically computes tax on invoices created during this phase.default_settings.automatic_tax.liability(object, nullable) The account that’s liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.default_settings.automatic_tax.liability.account(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The connected account being referenced whentypeisaccount.default_settings.automatic_tax.liability.type(enum) Type of the account referenced. Possible enum values:accountIndicates that the account being referenced is a connected account which is different from the account making the API request but related to it.selfIndicates that the account being referenced is the account making the API request.
default_settings.billing_cycle_anchor(enum) Possible values arephase_startorautomatic. Ifphase_startthen billing cycle anchor of the subscription is set to the start of the phase when entering the phase. Ifautomaticthen the billing cycle anchor is automatically modified as needed when entering the phase. For more information, see the billing cycle documentation. Possible enum values:automaticphase_start
default_settings.billing_thresholds(object, nullable) Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing perioddefault_settings.billing_thresholds.amount_gte(integer, nullable) Monetary threshold that triggers the subscription to create an invoicedefault_settings.billing_thresholds.reset_billing_cycle_anchor(boolean, nullable) Indicates if thebilling_cycle_anchorshould be reset when a threshold is reached. If true,billing_cycle_anchorwill be updated to the date/time the threshold was last reached; otherwise, the value will remain unchanged. This value may not betrueif the subscription contains items with plans that haveaggregate_usage=last_ever.
default_settings.collection_method(enum, nullable) Eithercharge_automatically, orsend_invoice. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription asactive. Possible enum values:charge_automaticallyAttempt payment using the default source attached to the customer.send_invoiceEmail payment instructions to the customer.
default_settings.default_payment_method(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the default payment method for the subscription schedule. If not set, invoices will use the default payment method in the customer’s invoice settings.default_settings.description(string, nullable) Subscription description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.default_settings.invoice_settings(object) The subscription schedule’s default invoice settings.default_settings.invoice_settings.account_tax_ids(array of strings, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The account tax IDs associated with the subscription schedule. Will be set on invoices generated by the subscription schedule.default_settings.invoice_settings.days_until_due(integer, nullable) Number of days within which a customer must pay invoices generated by this subscription schedule. This value will benullfor subscription schedules wherebilling=charge_automatically.default_settings.invoice_settings.issuer(object) The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.default_settings.invoice_settings.issuer.account(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The connected account being referenced whentypeisaccount.default_settings.invoice_settings.issuer.type(enum) Type of the account referenced. Possible enum values:accountIndicates that the account being referenced is a connected account which is different from the account making the API request but related to it.selfIndicates that the account being referenced is the account making the API request.
default_settings.on_behalf_of(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The account (if any) the charge was made on behalf of for charges associated with the schedule’s subscription. See the Connect documentation for details.default_settings.transfer_data(object, nullable) The account (if any) the associated subscription’s payments will be attributed to for tax reporting, and where funds from each payment will be transferred to for each of the subscription’s invoices.default_settings.transfer_data.amount_percent(float, nullable) 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 destination account. By default, the entire amount is transferred to the destination.default_settings.transfer_data.destination(string, expandable (can be expanded into an object with theexpandrequest parameter)) The account where funds from the payment will be transferred to upon payment success.
end_behavior(enum) Behavior of the subscription schedule and underlying subscription when it ends. Possible values arereleaseorcancelwith the default beingrelease.releasewill end the subscription schedule and keep the underlying subscription running.cancelwill end the subscription schedule and cancel the underlying subscription. Possible enum values:cancelCancel the underlying subscription when the subscription schedule ends.releasePersist the underlying subscription in its current state when the subscription schedule ends.
livemode(boolean) If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.metadata(object, nullable) Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.phases(array of objects) Configuration for the subscription schedule’s phases.phases.add_invoice_items(array of objects) A list of prices and quantities that will generate invoice items appended to the next invoice for this phase.phases.add_invoice_items.discountable(boolean, nullable) Controls whether discounts apply to this invoice item. Defaults to true if no value is provided.phases.add_invoice_items.discounts(array of objects) The stackable discounts that will be applied to the item.phases.add_invoice_items.discounts.coupon(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the coupon to create a new discount for.phases.add_invoice_items.discounts.discount(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of an existing discount on the object (or one of its ancestors) to reuse.phases.add_invoice_items.discounts.promotion_code(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the promotion code to create a new discount for.
phases.add_invoice_items.metadata(object, nullable) Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.phases.add_invoice_items.period(object) The period associated with this invoice item.phases.add_invoice_items.period.end(object) End of the invoice item period.phases.add_invoice_items.period.end.timestamp(timestamp, nullable) A precise Unix timestamp for the end of the invoice item period. Must be greater than or equal toperiod.start.phases.add_invoice_items.period.end.type(enum) Select how to calculate the end of the invoice item period. Possible enum values:min_item_period_endThe minimumcurrent_period_endof all underlying subscription items whose periods overlap this phasephase_endEnd of the phasetimestampCustom timestamp to use for the end of the invoice item period
phases.add_invoice_items.period.start(object) Start of the invoice item period.phases.add_invoice_items.period.start.timestamp(timestamp, nullable) A precise Unix timestamp for the start of the invoice item period. Must be less than or equal toperiod.end.phases.add_invoice_items.period.start.type(enum) Select how to calculate the start of the invoice item period. Possible enum values:max_item_period_startThe maximumcurrent_period_startof all underlying subscription items whose periods overlap this phasephase_startStart of the phasetimestampCustom timestamp to use for the start of the invoice item period
phases.add_invoice_items.price(string, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the price used to generate the invoice item.phases.add_invoice_items.quantity(integer, nullable) The quantity of the invoice item.phases.add_invoice_items.tax_rates(array of objects, nullable) The tax rates which apply to the item. When set, thedefault_tax_ratesdo not apply to this item.phases.add_invoice_items.tax_rates.id(string) Unique identifier for the object.phases.add_invoice_items.tax_rates.object(string) String representing the object’s type. Objects of the same type share the same value.phases.add_invoice_items.tax_rates.active(boolean) Defaults totrue. When set tofalse, this tax rate cannot be used with new applications or Checkout Sessions, but will still work for subscriptions and invoices that already have it set.phases.add_invoice_items.tax_rates.country(string, nullable) Two-letter country code (ISO 3166-1 alpha-2).phases.add_invoice_items.tax_rates.created(timestamp) Time at which the object was created. Measured in seconds since the Unix epoch.phases.add_invoice_items.tax_rates.description(string, nullable) An arbitrary string attached to the tax rate for your internal use only. It will not be visible to your customers.phases.add_invoice_items.tax_rates.display_name(string) The display name of the tax rates as it will appear to your customer on their receipt email, PDF, and the hosted invoice page.phases.add_invoice_items.tax_rates.effective_percentage(float, nullable) Actual/effective tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true, this percentage reflects the rate actually used to calculate tax based on the product’s taxability and whether the user is registered to collect taxes in the corresponding jurisdiction.phases.add_invoice_items.tax_rates.flat_amount(object, nullable) The amount of the tax rate when therate_typeisflat_amount. Tax rates withrate_typepercentagecan vary based on the transaction, resulting in this field beingnull. This field exposes the amount and currency of the flat tax rate.phases.add_invoice_items.tax_rates.flat_amount.amount(integer) Amount of the tax when therate_typeisflat_amount. This positive integer represents how much to charge in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).phases.add_invoice_items.tax_rates.flat_amount.currency(string) Three-letter ISO currency code, in lowercase.
phases.add_invoice_items.tax_rates.inclusive(boolean) This specifies if the tax rate is inclusive or exclusive.phases.add_invoice_items.tax_rates.jurisdiction(string, nullable) The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer’s invoice.phases.add_invoice_items.tax_rates.jurisdiction_level(enum, nullable) The level of the jurisdiction that imposes this tax rate. Will benullfor manually defined tax rates. Possible enum values:citycountrycountydistrictmultiplestate
phases.add_invoice_items.tax_rates.livemode(boolean) If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.phases.add_invoice_items.tax_rates.metadata(object, nullable) Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.phases.add_invoice_items.tax_rates.percentage(float) Tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true, this percentage includes the statutory tax rate of non-taxable jurisdictions.phases.add_invoice_items.tax_rates.rate_type(enum, nullable) Indicates the type of tax rate applied to the taxable amount. This value can benullwhen no tax applies to the location. This field is only present for TaxRates created by Stripe Tax. Possible enum values:flat_amountA fixed amount applied as tax, regardless of the taxable amount, such as a retail delivery fee.percentageA tax rate expressed as a percentage of the taxable amount, such as the sales tax rate in California.
phases.add_invoice_items.tax_rates.state(string, nullable) ISO 3166-2 subdivision code, without country prefix. For example, “NY” for New York, United States.phases.add_invoice_items.tax_rates.tax_type(enum, nullable) The high-level tax type, such asvatorsales_tax. Possible enum values:admissions_taxAdmissions Taxamusement_taxAmusement Taxattendance_taxAttendance Taxcommunications_taxCommunications Taxentertainment_taxEntertainment Taxgross_receipts_taxGross Receipts TaxgstGoods and Services Taxhospitality_taxHospitality TaxhstHarmonized Sales TaxigstIntegrated Goods and Services TaxjctJapanese Consumption Taxlease_taxChicago Lease Taxluxury_taxLuxury TaxpstProvincial Sales TaxqstQuebec Sales Taxresort_taxResort Taxretail_delivery_feeRetail Delivery FeerstRetail Sales Taxsales_taxSales Taxservice_taxService Taxtourism_taxTourism TaxvatValue-Added Tax
phases.application_fee_percent(float, nullable) 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 during this phase of the schedule.phases.automatic_tax(object, nullable) Automatic tax settings for this phase.phases.automatic_tax.disabled_reason(enum, nullable) If Stripe disabled automatic tax, this enum describes why. Possible enum values:requires_location_inputsStripe’s systems automatically turned off Tax for this subscription schedule when finalizing one of its invoices with a missing or incomplete location for your customer.
phases.automatic_tax.enabled(boolean) Whether Stripe automatically computes tax on invoices created during this phase.phases.automatic_tax.liability(object, nullable) The account that’s liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.phases.automatic_tax.liability.account(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The connected account being referenced whentypeisaccount.phases.automatic_tax.liability.type(enum) Type of the account referenced. Possible enum values:accountIndicates that the account being referenced is a connected account which is different from the account making the API request but related to it.selfIndicates that the account being referenced is the account making the API request.
phases.billing_cycle_anchor(enum, nullable) Possible values arephase_startorautomatic. Ifphase_startthen billing cycle anchor of the subscription is set to the start of the phase when entering the phase. Ifautomaticthen the billing cycle anchor is automatically modified as needed when entering the phase. For more information, see the billing cycle documentation. Possible enum values:automaticphase_start
phases.billing_thresholds(object, nullable) Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing periodphases.billing_thresholds.amount_gte(integer, nullable) Monetary threshold that triggers the subscription to create an invoicephases.billing_thresholds.reset_billing_cycle_anchor(boolean, nullable) Indicates if thebilling_cycle_anchorshould be reset when a threshold is reached. If true,billing_cycle_anchorwill be updated to the date/time the threshold was last reached; otherwise, the value will remain unchanged. This value may not betrueif the subscription contains items with plans that haveaggregate_usage=last_ever.
phases.collection_method(enum, nullable) Eithercharge_automatically, orsend_invoice. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription asactive. Possible enum values:charge_automaticallysend_invoice
phases.currency(enum) Three-letter ISO currency code, in lowercase. Must be a supported currency.phases.default_payment_method(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the default payment method for the subscription schedule. It must belong to the customer associated with the subscription schedule. If not set, invoices will use the default payment method in the customer’s invoice settings.phases.default_tax_rates(array of objects, nullable) The default tax rates to apply to the subscription during this phase of the subscription schedule.phases.default_tax_rates.id(string) Unique identifier for the object.phases.default_tax_rates.object(string) String representing the object’s type. Objects of the same type share the same value.phases.default_tax_rates.active(boolean) Defaults totrue. When set tofalse, this tax rate cannot be used with new applications or Checkout Sessions, but will still work for subscriptions and invoices that already have it set.phases.default_tax_rates.country(string, nullable) Two-letter country code (ISO 3166-1 alpha-2).phases.default_tax_rates.created(timestamp) Time at which the object was created. Measured in seconds since the Unix epoch.phases.default_tax_rates.description(string, nullable) An arbitrary string attached to the tax rate for your internal use only. It will not be visible to your customers.phases.default_tax_rates.display_name(string) The display name of the tax rates as it will appear to your customer on their receipt email, PDF, and the hosted invoice page.phases.default_tax_rates.effective_percentage(float, nullable) Actual/effective tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true, this percentage reflects the rate actually used to calculate tax based on the product’s taxability and whether the user is registered to collect taxes in the corresponding jurisdiction.phases.default_tax_rates.flat_amount(object, nullable) The amount of the tax rate when therate_typeisflat_amount. Tax rates withrate_typepercentagecan vary based on the transaction, resulting in this field beingnull. This field exposes the amount and currency of the flat tax rate.phases.default_tax_rates.flat_amount.amount(integer) Amount of the tax when therate_typeisflat_amount. This positive integer represents how much to charge in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).phases.default_tax_rates.flat_amount.currency(string) Three-letter ISO currency code, in lowercase.
phases.default_tax_rates.inclusive(boolean) This specifies if the tax rate is inclusive or exclusive.phases.default_tax_rates.jurisdiction(string, nullable) The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer’s invoice.phases.default_tax_rates.jurisdiction_level(enum, nullable) The level of the jurisdiction that imposes this tax rate. Will benullfor manually defined tax rates. Possible enum values:citycountrycountydistrictmultiplestate
phases.default_tax_rates.livemode(boolean) If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.phases.default_tax_rates.metadata(object, nullable) Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.phases.default_tax_rates.percentage(float) Tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true, this percentage includes the statutory tax rate of non-taxable jurisdictions.phases.default_tax_rates.rate_type(enum, nullable) Indicates the type of tax rate applied to the taxable amount. This value can benullwhen no tax applies to the location. This field is only present for TaxRates created by Stripe Tax. Possible enum values:flat_amountA fixed amount applied as tax, regardless of the taxable amount, such as a retail delivery fee.percentageA tax rate expressed as a percentage of the taxable amount, such as the sales tax rate in California.
phases.default_tax_rates.state(string, nullable) ISO 3166-2 subdivision code, without country prefix. For example, “NY” for New York, United States.phases.default_tax_rates.tax_type(enum, nullable) The high-level tax type, such asvatorsales_tax. Possible enum values:admissions_taxAdmissions Taxamusement_taxAmusement Taxattendance_taxAttendance Taxcommunications_taxCommunications Taxentertainment_taxEntertainment Taxgross_receipts_taxGross Receipts TaxgstGoods and Services Taxhospitality_taxHospitality TaxhstHarmonized Sales TaxigstIntegrated Goods and Services TaxjctJapanese Consumption Taxlease_taxChicago Lease Taxluxury_taxLuxury TaxpstProvincial Sales TaxqstQuebec Sales Taxresort_taxResort Taxretail_delivery_feeRetail Delivery FeerstRetail Sales Taxsales_taxSales Taxservice_taxService Taxtourism_taxTourism TaxvatValue-Added Tax
phases.description(string, nullable) Subscription description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.phases.discounts(array of objects) The stackable discounts that will be applied to the subscription on this phase. Subscription item discounts are applied before subscription discounts.phases.discounts.coupon(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the coupon to create a new discount for.phases.discounts.discount(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of an existing discount on the object (or one of its ancestors) to reuse.phases.discounts.promotion_code(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the promotion code to create a new discount for.
phases.end_date(timestamp) The end of this phase of the subscription schedule.phases.invoice_settings(object, nullable) The invoice settings applicable during this phase.phases.invoice_settings.account_tax_ids(array of strings, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The account tax IDs associated with this phase of the subscription schedule. Will be set on invoices generated by this phase of the subscription schedule.phases.invoice_settings.days_until_due(integer, nullable) Number of days within which a customer must pay invoices generated by this subscription schedule. This value will benullfor subscription schedules wherebilling=charge_automatically.phases.invoice_settings.issuer(object, nullable) The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.phases.invoice_settings.issuer.account(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The connected account being referenced whentypeisaccount.phases.invoice_settings.issuer.type(enum) Type of the account referenced. Possible enum values:accountIndicates that the account being referenced is a connected account which is different from the account making the API request but related to it.selfIndicates that the account being referenced is the account making the API request.
phases.items(array of objects) Subscription items to configure the subscription to during this phase of the subscription schedule.phases.items.billing_thresholds(object, nullable) Define thresholds at which an invoice will be sent, and the related subscription advanced to a new billing periodphases.items.billing_thresholds.usage_gte(integer, nullable) Usage threshold that triggers the subscription to create an invoice
phases.items.discounts(array of objects) The discounts applied to the subscription item. Subscription item discounts are applied before subscription discounts. Useexpand[]=discountsto expand each discount.phases.items.discounts.coupon(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the coupon to create a new discount for.phases.items.discounts.discount(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of an existing discount on the object (or one of its ancestors) to reuse.phases.items.discounts.promotion_code(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the promotion code to create a new discount for.
phases.items.metadata(object, nullable) Set of key-value pairs that you can attach to an item. Metadata on this item will update the underlying subscription item’smetadatawhen the phase is entered.phases.items.price(string, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the price to which the customer should be subscribed.phases.items.quantity(integer, nullable) Quantity of the plan to which the customer should be subscribed.phases.items.tax_rates(array of objects, nullable) The tax rates which apply to thisphase_item. When set, thedefault_tax_rateson the phase do not apply to thisphase_item.phases.items.tax_rates.id(string) Unique identifier for the object.phases.items.tax_rates.object(string) String representing the object’s type. Objects of the same type share the same value.phases.items.tax_rates.active(boolean) Defaults totrue. When set tofalse, this tax rate cannot be used with new applications or Checkout Sessions, but will still work for subscriptions and invoices that already have it set.phases.items.tax_rates.country(string, nullable) Two-letter country code (ISO 3166-1 alpha-2).phases.items.tax_rates.created(timestamp) Time at which the object was created. Measured in seconds since the Unix epoch.phases.items.tax_rates.description(string, nullable) An arbitrary string attached to the tax rate for your internal use only. It will not be visible to your customers.phases.items.tax_rates.display_name(string) The display name of the tax rates as it will appear to your customer on their receipt email, PDF, and the hosted invoice page.phases.items.tax_rates.effective_percentage(float, nullable) Actual/effective tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true, this percentage reflects the rate actually used to calculate tax based on the product’s taxability and whether the user is registered to collect taxes in the corresponding jurisdiction.phases.items.tax_rates.flat_amount(object, nullable) The amount of the tax rate when therate_typeisflat_amount. Tax rates withrate_typepercentagecan vary based on the transaction, resulting in this field beingnull. This field exposes the amount and currency of the flat tax rate.phases.items.tax_rates.flat_amount.amount(integer) Amount of the tax when therate_typeisflat_amount. This positive integer represents how much to charge in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).phases.items.tax_rates.flat_amount.currency(string) Three-letter ISO currency code, in lowercase.
phases.items.tax_rates.inclusive(boolean) This specifies if the tax rate is inclusive or exclusive.phases.items.tax_rates.jurisdiction(string, nullable) The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer’s invoice.phases.items.tax_rates.jurisdiction_level(enum, nullable) The level of the jurisdiction that imposes this tax rate. Will benullfor manually defined tax rates. Possible enum values:citycountrycountydistrictmultiplestate
phases.items.tax_rates.livemode(boolean) If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.phases.items.tax_rates.metadata(object, nullable) Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.phases.items.tax_rates.percentage(float) Tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true, this percentage includes the statutory tax rate of non-taxable jurisdictions.phases.items.tax_rates.rate_type(enum, nullable) Indicates the type of tax rate applied to the taxable amount. This value can benullwhen no tax applies to the location. This field is only present for TaxRates created by Stripe Tax. Possible enum values:flat_amountA fixed amount applied as tax, regardless of the taxable amount, such as a retail delivery fee.percentageA tax rate expressed as a percentage of the taxable amount, such as the sales tax rate in California.
phases.items.tax_rates.state(string, nullable) ISO 3166-2 subdivision code, without country prefix. For example, “NY” for New York, United States.phases.items.tax_rates.tax_type(enum, nullable) The high-level tax type, such asvatorsales_tax. Possible enum values:admissions_taxAdmissions Taxamusement_taxAmusement Taxattendance_taxAttendance Taxcommunications_taxCommunications Taxentertainment_taxEntertainment Taxgross_receipts_taxGross Receipts TaxgstGoods and Services Taxhospitality_taxHospitality TaxhstHarmonized Sales TaxigstIntegrated Goods and Services TaxjctJapanese Consumption Taxlease_taxChicago Lease Taxluxury_taxLuxury TaxpstProvincial Sales TaxqstQuebec Sales Taxresort_taxResort Taxretail_delivery_feeRetail Delivery FeerstRetail Sales Taxsales_taxSales Taxservice_taxService Taxtourism_taxTourism TaxvatValue-Added Tax
phases.metadata(object, nullable) Set of key-value pairs that you can attach to a phase. Metadata on a schedule’s phase will update the underlying subscription’smetadatawhen the phase is entered. Updating the underlying subscription’smetadatadirectly will not affect the current phase’smetadata.phases.on_behalf_of(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) The account (if any) the charge was made on behalf of for charges associated with the schedule’s subscription. See the Connect documentation for details.phases.proration_behavior(enum) When transitioning phases, controls how prorations are handled (if any). Possible values arecreate_prorations,none, andalways_invoice. Possible enum values:always_invoicecreate_prorationsnone
phases.start_date(timestamp) The start of this phase of the subscription schedule.phases.transfer_data(object, nullable) The account (if any) the associated subscription’s payments will be attributed to for tax reporting, and where funds from each payment will be transferred to for each of the subscription’s invoices.phases.transfer_data.amount_percent(float, nullable) 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 destination account. By default, the entire amount is transferred to the destination.phases.transfer_data.destination(string, expandable (can be expanded into an object with theexpandrequest parameter)) The account where funds from the payment will be transferred to upon payment success.
phases.trial_end(timestamp, nullable) When the trial ends within the phase.
released_at(timestamp, nullable) Time at which the subscription schedule was released. Measured in seconds since the Unix epoch.released_subscription(string, nullable) ID of the subscription once managed by the subscription schedule (if it is released).status(enum) The present status of the subscription schedule. Possible values arenot_started,active,completed,released, andcanceled. You can read more about the different states in our behavior guide. Possible enum values:activecanceledcompletednot_startedreleased
subscription(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the subscription managed by the subscription schedule.test_clock(string, nullable, expandable (can be expanded into an object with theexpandrequest parameter)) ID of the test clock this subscription schedule belongs to.