#berteotti
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- berteotti-subscription-dashboard, 23 hours ago, 16 messages
I want to create a subscription that starts the billing cycle on friday.
The client joins on monday and pays the registration fee. On friday he pays the subscription fee
If he joins on friday, it takes the registration fee and subscription fee
Hi, you can configure the day of the month when creating a subscription: https://stripe.com/docs/api/subscriptions/create#create_subscription-billing_cycle_anchor_config. Is that what you're looking for?
Is it possible to define the day of the week?
Is this a weekly subscription?
yes
You can set the billing cycle anchor to be on Friday and pass in the UTC time: https://stripe.com/docs/api/subscriptions/create#create_subscription-billing_cycle_anchor. Then, it will be billed on Fridays every week.
You can test this using our Test Clocks: https://stripe.com/docs/billing/testing/test-clocks