The Product Object

FieldTypeDescription
product_idstringThe product identifier in the purchase platform.
typestring– non_recurring_product
– subscription
currencystringThree-letter ISO currency code.
priceintThe cost of the item as a nonnegative integer in the currency unit.

For example 100 cents to charge $1.00, or 100 to charge ¥100, Japanese Yen being a zero-decimal currency.
introductory_priceintIntroductory price
introductory_payment_modestringSee payment modes
introductory_durationstringIntroductory period duration, specified in ISO 8601 format.
subscriptionSubscriptionSubscription linked to the product.
Exists only for subscription type products.
objectstringThe value is product. String representing the object’s type.

Introductory Payment Modes

NameDescription
pay_as_you_goNew subscribers pay an introductory price each billing period for a specific duration (for example, $1.99 per month for 3 months).
pay_up_frontNew subscribers pay a one-time introductory price for a specific duration (for example, $1.99 for 2 months).
free_trialIn this introductory offer, new subscribers access content for free for a specified duration.