#jwan_code
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/1436410188742529137
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there! Let me see what version of the API that sdk version is pinned to
okay so 49.2.0 is pinned to 2025-10-29.clover
current_period_end is not a property on the Subscription; it is a property on the SubscriptionItem:
I see! Thanks @celest sapphire, So I just need to get to the Items sub-collection and I should see that property there. What about the TrialEnd?
trial_end is a property on the Subscription though and it's documented on the Subscription class:
Thank you very much! For next time, where do I look to see what version of the API a particular .NET SDK version is pinned to?
it's in the changelog: https://github.com/stripe/stripe-dotnet/blob/master/CHANGELOG.md
You can see that the previous sdk version moved the pinned api version to 2025-10-29.clover and it has stayed there for the most recent release.
Also if you ever use preview features or things like that, it is good to be aware of this section in the readme:
Awesome, thank you very much ๐