Optionalapplication_Optionalbilling_A future timestamp to anchor the subscription's billing cycle for new subscriptions. You can't set this parameter if ui_mode is custom.
Optionalbilling_Controls how prorations and invoices for subscriptions are calculated and orchestrated.
Optionaldefault_The tax rates that will apply to any subscription item that does not have
tax_rates set. Invoices created will have their default_tax_rates populated
from the subscription.
OptionaldescriptionThe subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in the customer portal.
Optionalinvoice_All invoices will be billed using the specified settings.
OptionalmetadataSet 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 to metadata.
Optionalon_The account on behalf of which to charge, for each of the subscription's invoices.
Optionalproration_Determines how to handle prorations resulting from the billing_cycle_anchor. If no value is passed, the default is create_prorations.
Optionaltransfer_If specified, the funds from the subscription's invoices will be transferred to the destination and the ID of the resulting transfers will be found on the resulting charges.
Optionaltrial_Unix timestamp representing the end of the trial period the customer will get before being charged for the first time. Has to be at least 48 hours in the future.
Optionaltrial_Integer representing the number of trial period days before the customer is charged for the first time. Has to be at least 1.
Optionaltrial_Settings related to subscription trials.
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. To use an application fee percent, the request must be made on behalf of another account, using the
Stripe-Accountheader or an OAuth key. For more information, see the application fees documentation.