Parameters for subscription schedule update.
Summary
Types
@type default_settings() :: %{ optional(:application_fee_percent) => float() | nil, optional(:automatic_tax) => default_settings_automatic_tax() | nil, optional(:billing_cycle_anchor) => String.t() | nil, optional(:billing_thresholds) => map() | nil, optional(:collection_method) => String.t() | nil, optional(:default_payment_method) => String.t() | nil, optional(:description) => map() | nil, optional(:invoice_settings) => default_settings_invoice_settings() | nil, optional(:on_behalf_of) => map() | nil, optional(:transfer_data) => map() | nil, optional(String.t()) => term() }
application_fee_percent- 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. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees documentation.automatic_tax- Default settings for automatic tax computation.billing_cycle_anchor- Can be set tophase_startto set the anchor to the start of the phase orautomaticto automatically change it if needed. Cannot be set tophase_startif this phase specifies a trial. For more information, see the billing cycle documentation. Possible values:automatic,phase_start.billing_thresholds- Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period. Pass an empty string to remove previously-defined thresholds.collection_method- 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. Defaults tocharge_automaticallyon creation. Possible values:charge_automatically,send_invoice.default_payment_method- 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. Max length: 5000.description- 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.invoice_settings- All invoices will be billed using the specified settings.on_behalf_of- The account on behalf of which to charge, for each of the associated subscription's invoices.transfer_data- The data with which to automatically create a Transfer for each of the associated subscription's invoices.
@type default_settings_automatic_tax() :: %{ optional(:enabled) => boolean() | nil, optional(:liability) => default_settings_automatic_tax_liability() | nil, optional(String.t()) => term() }
enabled- Enabled automatic tax calculation which will automatically compute tax rates on all invoices generated by the subscription.liability- 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.
@type default_settings_automatic_tax_liability() :: %{ optional(:account) => String.t() | nil, optional(:type) => String.t() | nil, optional(String.t()) => term() }
account- The connected account being referenced whentypeisaccount.type- Type of the account referenced in the request. Possible values:account,self.
@type default_settings_invoice_settings() :: %{ optional(:account_tax_ids) => map() | nil, optional(:days_until_due) => integer() | nil, optional(:issuer) => default_settings_invoice_settings_issuer() | nil, optional(String.t()) => term() }
account_tax_ids- The account tax IDs associated with the subscription schedule. Will be set on invoices generated by the subscription schedule.days_until_due- Number of days within which a customer must pay invoices generated by this subscription schedule. This value will benullfor subscription schedules wherecollection_method=charge_automatically.issuer- The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.
@type default_settings_invoice_settings_issuer() :: %{ optional(:account) => String.t() | nil, optional(:type) => String.t() | nil, optional(String.t()) => term() }
account- The connected account being referenced whentypeisaccount.type- Type of the account referenced in the request. Possible values:account,self.
@type phases() :: %{ optional(:add_invoice_items) => [phases_add_invoice_items()] | nil, optional(:application_fee_percent) => float() | nil, optional(:automatic_tax) => phases_automatic_tax() | nil, optional(:billing_cycle_anchor) => String.t() | nil, optional(:billing_thresholds) => map() | nil, optional(:collection_method) => String.t() | nil, optional(:currency) => String.t() | nil, optional(:default_payment_method) => String.t() | nil, optional(:default_tax_rates) => map() | nil, optional(:description) => map() | nil, optional(:discounts) => map() | nil, optional(:duration) => phases_duration() | nil, optional(:end_date) => map() | nil, optional(:invoice_settings) => phases_invoice_settings() | nil, optional(:items) => [phases_items()] | nil, optional(:metadata) => %{required(String.t()) => String.t()} | nil, optional(:on_behalf_of) => String.t() | nil, optional(:proration_behavior) => String.t() | nil, optional(:start_date) => map() | nil, optional(:transfer_data) => phases_transfer_data() | nil, optional(:trial) => boolean() | nil, optional(:trial_end) => map() | nil, optional(String.t()) => term() }
add_invoice_items- A list of prices and quantities that will generate invoice items appended to the next invoice for this phase. You may pass up to 20 items.application_fee_percent- 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. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees documentation.automatic_tax- Automatic tax settings for this phase.billing_cycle_anchor- Can be set tophase_startto set the anchor to the start of the phase orautomaticto automatically change it if needed. Cannot be set tophase_startif this phase specifies a trial. For more information, see the billing cycle documentation. Possible values:automatic,phase_start.billing_thresholds- Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period. Pass an empty string to remove previously-defined thresholds.collection_method- 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. Defaults tocharge_automaticallyon creation. Possible values:charge_automatically,send_invoice.currency- Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.default_payment_method- 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. Max length: 5000.default_tax_rates- A list of Tax Rate ids. These Tax Rates will set the Subscription'sdefault_tax_rates, which means they will be the Invoice'sdefault_tax_ratesfor any Invoices issued by the Subscription during this Phase.description- 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.discounts- The coupons to redeem into discounts for the schedule phase. If not specified, inherits the discount from the subscription's customer. Pass an empty string to avoid inheriting any discounts.duration- The number of intervals the phase should last. If set,end_datemust not be set.end_date- The date at which this phase of the subscription schedule ends. If set,durationmust not be set.invoice_settings- All invoices will be billed using the specified settings.items- List of configuration items, each with an attached price, to apply during this phase of the subscription schedule.metadata- 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, adding new keys and replacing existing keys in the subscription'smetadata. Individual keys in the subscription'smetadatacan be unset by posting an empty value to them in the phase'smetadata. To unset all keys in the subscription'smetadata, update the subscription directly or unset every key individually from the phase'smetadata.on_behalf_of- The account on behalf of which to charge, for each of the associated subscription's invoices.proration_behavior- Controls whether the subscription schedule should create prorations when transitioning to this phase if there is a difference in billing configuration. It's different from the request-level proration_behavior parameter which controls what happens if the update request affects the billing configuration (item price, quantity, etc.) of the current phase. Possible values:always_invoice,create_prorations,none.start_date- The date at which this phase of the subscription schedule starts ornow. Must be set on the first phase.transfer_data- The data with which to automatically create a Transfer for each of the associated subscription's invoices.trial- If set to true the entire phase is counted as a trial and the customer will not be charged for any fees.trial_end- Sets the phase to trialing from the start date to this date. Must be before the phase end date, can not be combined withtrial
@type phases_add_invoice_items() :: %{ optional(:discounts) => [phases_add_invoice_items_discounts()] | nil, optional(:metadata) => %{required(String.t()) => String.t()} | nil, optional(:period) => phases_add_invoice_items_period() | nil, optional(:price) => String.t() | nil, optional(:price_data) => phases_add_invoice_items_price_data() | nil, optional(:quantity) => integer() | nil, optional(:tax_rates) => map() | nil, optional(String.t()) => term() }
discounts- The coupons to redeem into discounts for the item.metadata- 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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value tometadata.period- The period associated with this invoice item. If not set,period.start.typedefaults tomax_item_period_startandperiod.end.typedefaults tomin_item_period_end.price- The ID of the price object. One ofpriceorprice_datais required. Max length: 5000.price_data- Data used to generate a new Price object inline. One ofpriceorprice_datais required.quantity- Quantity for this item. Defaults to 1.tax_rates- The tax rates which apply to the item. When set, thedefault_tax_ratesdo not apply to this item.
@type phases_add_invoice_items_discounts() :: %{ optional(:coupon) => String.t() | nil, optional(:discount) => String.t() | nil, optional(:promotion_code) => String.t() | nil, optional(String.t()) => term() }
coupon- ID of the coupon to create a new discount for. Max length: 5000.discount- ID of an existing discount on the object (or one of its ancestors) to reuse. Max length: 5000.promotion_code- ID of the promotion code to create a new discount for. Max length: 5000.
@type phases_add_invoice_items_period() :: %{ optional(:end) => phases_add_invoice_items_period_end() | nil, optional(:start) => phases_add_invoice_items_period_start() | nil, optional(String.t()) => term() }
end- End of the invoice item period.start- Start of the invoice item period.
@type phases_add_invoice_items_period_end() :: %{ optional(:timestamp) => integer() | nil, optional(:type) => String.t() | nil, optional(String.t()) => term() }
timestamp- A precise Unix timestamp for the end of the invoice item period. Must be greater than or equal toperiod.start. Format: Unix timestamp.type- Select how to calculate the end of the invoice item period. Possible values:min_item_period_end,phase_end,timestamp.
@type phases_add_invoice_items_period_start() :: %{ optional(:timestamp) => integer() | nil, optional(:type) => String.t() | nil, optional(String.t()) => term() }
timestamp- A precise Unix timestamp for the start of the invoice item period. Must be less than or equal toperiod.end. Format: Unix timestamp.type- Select how to calculate the start of the invoice item period. Possible values:max_item_period_start,phase_start,timestamp.
@type phases_add_invoice_items_price_data() :: %{ optional(:currency) => String.t() | nil, optional(:product) => String.t() | nil, optional(:tax_behavior) => String.t() | nil, optional(:unit_amount) => integer() | nil, optional(:unit_amount_decimal) => String.t() | nil, optional(String.t()) => term() }
currency- Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.product- The ID of the Product that this Price will belong to. Max length: 5000.tax_behavior- Only required if a default tax behavior was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One ofinclusive,exclusive, orunspecified. Once specified as eitherinclusiveorexclusive, it cannot be changed. Possible values:exclusive,inclusive,unspecified.unit_amount- A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge or a negative integer representing the amount to credit to the customer.unit_amount_decimal- Same asunit_amount, but accepts a decimal value in cents (or local equivalent) with at most 12 decimal places. Only one ofunit_amountandunit_amount_decimalcan be set. Format: decimal string.
@type phases_automatic_tax() :: %{ optional(:enabled) => boolean() | nil, optional(:liability) => phases_automatic_tax_liability() | nil, optional(String.t()) => term() }
enabled- Enabled automatic tax calculation which will automatically compute tax rates on all invoices generated by the subscription.liability- 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.
@type phases_automatic_tax_liability() :: %{ optional(:account) => String.t() | nil, optional(:type) => String.t() | nil, optional(String.t()) => term() }
account- The connected account being referenced whentypeisaccount.type- Type of the account referenced in the request. Possible values:account,self.
@type phases_duration() :: %{ optional(:interval) => String.t() | nil, optional(:interval_count) => integer() | nil, optional(String.t()) => term() }
interval- Specifies phase duration. Eitherday,week,monthoryear. Possible values:day,month,week,year.interval_count- The multiplier applied to the interval.
@type phases_invoice_settings() :: %{ optional(:account_tax_ids) => map() | nil, optional(:days_until_due) => integer() | nil, optional(:issuer) => phases_invoice_settings_issuer() | nil, optional(String.t()) => term() }
account_tax_ids- 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.days_until_due- Number of days within which a customer must pay invoices generated by this subscription schedule. This value will benullfor subscription schedules wherebilling=charge_automatically.issuer- The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.
@type phases_invoice_settings_issuer() :: %{ optional(:account) => String.t() | nil, optional(:type) => String.t() | nil, optional(String.t()) => term() }
account- The connected account being referenced whentypeisaccount.type- Type of the account referenced in the request. Possible values:account,self.
@type phases_items() :: %{ optional(:billing_thresholds) => map() | nil, optional(:discounts) => map() | nil, optional(:metadata) => %{required(String.t()) => String.t()} | nil, optional(:plan) => String.t() | nil, optional(:price) => String.t() | nil, optional(:price_data) => phases_items_price_data() | nil, optional(:quantity) => integer() | nil, optional(:tax_rates) => map() | nil, optional(String.t()) => term() }
billing_thresholds- Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period. Pass an empty string to remove previously-defined thresholds.discounts- The coupons to redeem into discounts for the subscription item.metadata- Set of key-value pairs that you can attach to a configuration item. Metadata on a configuration item will update the underlying subscription item'smetadatawhen the phase is entered, adding new keys and replacing existing keys. Individual keys in the subscription item'smetadatacan be unset by posting an empty value to them in the configuration item'smetadata. To unset all keys in the subscription item'smetadata, update the subscription item directly or unset every key individually from the configuration item'smetadata.plan- The plan ID to subscribe to. You may specify the same ID inplanandprice. Max length: 5000.price- The ID of the price object. Max length: 5000.price_data- Data used to generate a new Price object inline.quantity- Quantity for the given price. Can be set only if the price'susage_typeislicensedand notmetered.tax_rates- A list of Tax Rate ids. These Tax Rates will override thedefault_tax_rateson the Subscription. When updating, pass an empty string to remove previously-defined tax rates.
@type phases_items_price_data() :: %{ optional(:currency) => String.t() | nil, optional(:product) => String.t() | nil, optional(:recurring) => phases_items_price_data_recurring() | nil, optional(:tax_behavior) => String.t() | nil, optional(:unit_amount) => integer() | nil, optional(:unit_amount_decimal) => String.t() | nil, optional(String.t()) => term() }
currency- Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.product- The ID of the Product that this Price will belong to. Max length: 5000.recurring- The recurring components of a price such asintervalandinterval_count.tax_behavior- Only required if a default tax behavior was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One ofinclusive,exclusive, orunspecified. Once specified as eitherinclusiveorexclusive, it cannot be changed. Possible values:exclusive,inclusive,unspecified.unit_amount- A positive integer in cents (or local equivalent) (or 0 for a free price) representing how much to charge.unit_amount_decimal- Same asunit_amount, but accepts a decimal value in cents (or local equivalent) with at most 12 decimal places. Only one ofunit_amountandunit_amount_decimalcan be set. Format: decimal string.
@type phases_items_price_data_recurring() :: %{ optional(:interval) => String.t() | nil, optional(:interval_count) => integer() | nil, optional(String.t()) => term() }
interval- Specifies billing frequency. Eitherday,week,monthoryear. Possible values:day,month,week,year.interval_count- The number of intervals between subscription billings. For example,interval=monthandinterval_count=3bills every 3 months. Maximum of three years interval allowed (3 years, 36 months, or 156 weeks).
@type phases_transfer_data() :: %{ optional(:amount_percent) => float() | nil, optional(:destination) => String.t() | nil, optional(String.t()) => term() }
amount_percent- 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.destination- ID of an existing, connected Stripe account.
@type t() :: %Stripe.Params.SubscriptionScheduleUpdateParams{ default_settings: default_settings() | nil, end_behavior: String.t() | nil, expand: [String.t()] | nil, metadata: map() | nil, phases: [phases()] | nil, proration_behavior: String.t() | nil }
default_settings- Object representing the subscription schedule's default settings.end_behavior- 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 values:cancel,none,release,renew.expand- Specifies which fields in the response should be expanded.metadata- 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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value tometadata.phases- List representing phases of the subscription schedule. Each phase can be customized to have different durations, plans, and coupons. If there are multiple phases, theend_dateof one phase will always equal thestart_dateof the next phase. Note that past phases can be omitted.proration_behavior- If the update changes the billing configuration (item price, quantity, etc.) of the current phase, indicates how prorations from this change should be handled. The default value iscreate_prorations. Possible values:always_invoice,create_prorations,none.