#kostas-sioupoulis_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
đ 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/1212386286690639872
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
â˛ď¸ 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. Thank you for your patience!
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.
- kostas-sioupoulis_code, 1 hour ago, 36 messages
- kostas-sioupoulis_best-practices, 3 hours ago, 11 messages
I see in the documentation and my code that this is added to the subscription{
"id": "sub_49ty4767H20z6a",
"object": "subscription",
"application_fee_percent": null,
"pending_update": {
"expires_at": 1571194285,
"subscription_items": [
{
"id": "si_09IkI4u3ZypJUk5onGUZpe8O",
"price": "price_CBb6IXqvTLXp3f"
}
]
},
}
Is it possible to set that manually when I modify the subcription?
Hi, let me help you with this.
No, I don't think there's a setting for this. You can instead monitor this on your own.
Here's more info, but ultimately, this is set automatically and cannot be edited: https://docs.stripe.com/billing/subscriptions/pending-updates-reference#expiration
Okay, thanks for your help, what I want to make sure is that the expire date isn't after the date the user is charged to renew his subscription
So if a user upgrades his subscription he has to pay for that invoice before the renewal of his subscription
No, it's explained in the doc that next renewal is usually set as the expiry date
Oh okay thank you I'll test it further thank you for your help
Happy to help.
Thank you very much for your time!