#nolan-thach-nguyen_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/1375413973775810570
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
I think this happened because you've passed proration_behavior:"none"
which means that you don't to create the first invoice
where did he (the admin) set that parameter proration_behavior:"none" in dashboard? And where can I find the logs that show that parameter?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I'm honestly not sure how you set this in the dashboard
we're more familiar with the API functionality
if you need help with the dashboard flows you need to contact https://support.stripe.com/?contact=true
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.
okay, then is there any option that help me to create first invoice? To fix and close this issue.
you can update the subscription and keep the coupon and price but pass propration_behavior:"always" and billing_cycle_anchor: <some time in the future>
the date of the next renewal basically
one last question, why next billing date is 6 Dec, is that because the previous subscription (sub_1QSsZAFvG2PBfrpSU59Vb3re) cycle end at 6 Dec?
yes
sorry
I misread your question
the billing_cycle_anchor was also set in that request I shared earlier
I'm not sure how the admin did this to be honest, like what are the steps they took on the dashboard
sure let me know if you need any more help