#menkuichan_73425
1 messages · Page 1 of 1 (latest)
Hello menkuichan_73425, 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.
• menkuichan_73425, 2 days ago, 19 messages
• menkuichan_73425, 3 days ago, 5 messages
• menkuichan_73425, 3 days ago, 8 messages
• menkui-subscription-draftinvoice, 5 days ago, 13 messages
• menkuichan_73425, 5 days ago, 5 messages
• menkuichan_73425, 5 days ago, 8 messages
and 1 more
Hello! Yep, generally via adding a free trial period: https://stripe.com/docs/billing/subscriptions/billing-cycle#changing
So how it will work in my case?
- user created subscription on 1 april 2023 and was successfully charged
- next invoice will be 1 april 2024
- i need to change next billing date from april 2024 to november 2023
👋 taking over for my colleague. Let me catch up.
sorry for the delay, looking at this right now
to November 2023 or 2024?
2023!
So it will be earlier than next invoice date.
would you mind sharing the subscription ID?
sub_1MyibMGx60rNljHxGMnaN0Du
taking a look
do you want to keep the full initial amount paid, or do you want to calculate prorations?
Full amount.
ok
so you need to call this API https://stripe.com/docs/api/subscriptions/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
with
billing_cycle_anchor: "now",```
and that's it