#ebellotpu6_api
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/1303737411989147763
📝 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.
- ebellotpu6_api, 24 minutes ago, 33 messages
My question is if I create the subscription on 5th of March for example, and I have configured the billing_cycle_anchor_config with DayOfMonth = 1, the next invoice will be created on 1st of April?
?
Hi, sure you can use it, https://docs.stripe.com/api/subscriptions/create#create_subscription-billing_cycle_anchor_config. I highly recommend that you test this using your test API, https://docs.stripe.com/keys.
okey
is this a new functionallity?
because it says me that don't recognize this field
Can you share the request id with me? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i havent done any request yet
I am trying to implement the creationSubcription method with that field in .net but it gives me an error
Please ensure that you're using our latest .Net: https://github.com/stripe/stripe-dotnet/blob/master/CHANGELOG.md
Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com. - stripe/stripe-dotnet
I am using 40.8.0
Stripe's .Net verison
Yeah, that is new: https://docs.stripe.com/changelog/daily#january-9,-2024. We recommend that you use the newer Stripe's .Net SDK version, https://github.com/stripe/stripe-dotnet/blob/master/CHANGELOG.md.
nice, I have achived
now I have a question. If I use BillingCycleAnchorConfig do I need to use the trielEnd field?
Glad to hear!
That is totally up to what you're trying to accomplish. That should be separate to BillingCycleAnchorConfig.
You can learn more about trials on subscriptions here: https://docs.stripe.com/billing/subscriptions/trials
so, I have to set both field?
the BillingCycleAnchorConfig = new SubscriptionBillingCycleAnchorConfigOptions
{
DayOfMonth = 1,
},
TrialEnd = startMonth,