#Travis8374
1 messages · Page 1 of 1 (latest)
Unfortunately that isn't currently possible with checkout Sessions. You can see all the available modifications you can make to the generated Subscription object here: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
So is there no way to avoid charging for a non-metered price 30 days after sign-up that does not involve the use of the trial_end attribute?
If the billing cycle is 30 days then it will start when the Checkout Session is confirmed, unless you specify a trial_end or trial_period_days
As you said, you can do this if you create the Subscriptions directly and use another Stripe product to collect payment method information
Ah ok: thanks for your help!