#DeliveryTiem
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I'm not certain off-hand if iterations and trial_end work well together. Did you receive any sort of error when you tried to use them together?
You can also use Test Clocks to be able to see the full behavior of a Subscription so you can test the various combinations and ensure they behave the way you're hoping they will:
https://stripe.com/docs/billing/testing/test-clocks
Purely hypothetical haven't done any implementation... I came up with a better solution too since I typed this (always happens once you rubber duck it in public). I'll create a schedule with 2 phases, 1st phase is the trial iteration and 2nd is non-trial iterations.
It's like you read my mind ๐ yeah, I would suggest splitting into two phases.