#DeliveryTiem

1 messages ยท Page 1 of 1 (latest)

bitter sparrowBOT
edgy finch
#

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

Learn how to move Billing objects through time in test mode.

tribal lotus
#

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.

edgy finch
#

It's like you read my mind ๐Ÿ˜„ yeah, I would suggest splitting into two phases.