#chemutur-subscriptions
1 messages · Page 1 of 1 (latest)
@brisk path you can use Subscription Schedules (https://stripe.com/docs/billing/subscriptions/subscription-schedules/)
e.g. a phase with a Price that has a daily interval with iterations:12 then the next phase change to a Price with a monthly interval
Learn about the Subscription Schedules object and how to use it.
@pseudo path
My scenario is;
there's an admin account who is subscribed for monthly, and when the admin add a user,
the user should follow his billing cycle and the user should be charged with the trailing days left to the admin billing date.
I see! Well bear in mind a subscription in Stripe is mostly tied directly to a given Customer object with some payment methods.
@pseudo path
What would you suggest in this scenario?
I'd suggest reading through the docs for subscriptions and experimenting in test mode, it's hard for me to advice in more specifics at the moment
So then I'll be scheduling a subscription for certain days and then set iteration to monthly. Is this what you would say?