An integer denoting how many intervals to bill for the. A monthly product
would have month as interval and 1 as interval counts, etc. One time
products should have an interval count of 1.
A list of one or more of the below integration price objects. Not required in the case of a custom integration using the
Subscription and
Charge endpoints where Corrily product IDs are passed to alert us of
payment gateway revenue activity.
The frequency at which a subscription is billed. One of day, week,
month or year. Sometimes Stripe products actually encompass more than
what Corrily would consider a product. For example, the Stripe product for a
company’s “Pro Plan” might have two Price
objects one for the monthly
version of the plan, the other for its annual version. Meanwhile, Corrily
would consider these to be two distinct products pro_monthly and
pro_annual. To capture such differences you can pass a
stripe_with_interval integration object which can help separate such
cases.
The number of intervals (specified in the interval attribute) between
subscription billings. For example, interval=month and interval_count=3
bills every 3 months.