#fxmoon_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1415357868286410894
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- fxmoon_best-practices, 1 day ago, 13 messages
- fxmoon_api, 1 day ago, 10 messages
- fxmoon_best-practices, 2 days ago, 81 messages
Are you using Subscriptions?
si
Yes
yes
@still magnet You're in the wrong thread. Please return to yours
@rapid pendant So would the goal be just to generate the next Subscription invoice on the 16th then return back to the normal cadence on the 12th for subsequent invoices?
Correct!
Ok so you'd have to change the billing cycle anchor temporarily. Which you can do by the approaches outlined here: https://docs.stripe.com/billing/subscriptions/billing-cycle#changing . The problem with this is then you'd have to make another request to change it back to the 12th. Alternatively you can use a subscription schedule to schedule a change to the 16th in one phase and then another change back to the 12th in another phase: https://docs.stripe.com/billing/subscriptions/subscription-schedules#resetting-anchor
What if I want to move it to 16th permanently?
Without doing the revert change
https://docs.stripe.com/billing/subscriptions/billing-cycle#changing
Do I follow this docs?
yep
I'll be honest I did not understand how to change the billing cycle anchor to the new date through the dashboard
Recommend trying with a subscription in test mode or sandbox first
There should be a button on the dashboard to modify subscription
Yeah there is but I don't find the input where to change this
Navigate to the Subscription, click on the "Actions" button to the top right corner and select "Update subscription"
Yeah and then how do I proceed?
You can follow the steps in the docs my colleague shared [0]