#tymm
1 messages · Page 1 of 1 (latest)
Is the start date past or future date?
past
i will show a preview/ upcoming invoice before customer confirm the order. i want all the dates shown in the preview to be the same as the actual subscription when they confirm
You can set backdate_start_date and proration_behavior: 'none' when creating the subscription: https://stripe.com/docs/billing/subscriptions/backdating?dashboard-or-api=api#backdating-no-charge
thanks