#luzzardik
1 messages · Page 1 of 1 (latest)
- yes: https://docs.stripe.com/billing/subscriptions/billing-cycle
- yes. can you explain more what you're trying to do?
Hi ! A little more details on what I'm trying to achieve : we're billing our customers by "users bracket", you pay for 1, 5 or 10 licences/users max.
We're trying to update the subscription to the bracket according to users count
For 1., I just put
let subscription = { billing_cycle_anchor_config: { day_of_month: 5 } };
And I'm done right ?