#ebellotpu6_api

1 messages · Page 1 of 1 (latest)

royal gorgeBOT
#

👋 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.

severe wing
#

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?

jade shuttleBOT
severe wing
#

?

lost hornet
severe wing
#

okey

#

is this a new functionallity?

#

because it says me that don't recognize this field

lost hornet
severe wing
#

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

lost hornet
severe wing
#

I am using 40.8.0

lost hornet
#

Stripe's .Net verison

severe wing
lost hornet
severe wing
#

nice, I have achived

#

now I have a question. If I use BillingCycleAnchorConfig do I need to use the trielEnd field?

lost hornet
#

Glad to hear!

#

That is totally up to what you're trying to accomplish. That should be separate to BillingCycleAnchorConfig.

severe wing
#

so, I have to set both field?
the BillingCycleAnchorConfig = new SubscriptionBillingCycleAnchorConfigOptions
{
DayOfMonth = 1,
},
TrialEnd = startMonth,