#chemutur-subscriptions

1 messages · Page 1 of 1 (latest)

pseudo path
brisk path
#

@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.

pseudo path
#

I see! Well bear in mind a subscription in Stripe is mostly tied directly to a given Customer object with some payment methods.

brisk path
#

@pseudo path
What would you suggest in this scenario?

pseudo path
#

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

brisk path
#

So then I'll be scheduling a subscription for certain days and then set iteration to monthly. Is this what you would say?