#max_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/1473989091874963574
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
the invoice should be created at the beginning of each month. it's not what you see?
can you share a Subscription ID (sub_xxx) with this issue?
Hi,
I have active subscriptions, but some invoices stay in draft status instead of being charged. Iโd like these invoices to be paid at the beginning of each subscription period (e.g. as soon as the period starts), and not left as drafts or charged later.
Am I missing something in:
Stripe Dashboard (Settings โ Billing / Subscriptions),
or API parameters when creating or updating subscriptions/invoices?
What should I change so renewal invoices for active subscriptions are finalized and charged at the start of each billing period instead of remaining in draft? Any pointers would be very helpful.
can you share a Subscription ID (sub_xxx) with this issue?
you deleted that subscription, so the invoice will stay in draft
i ll provide another example
sub_1SzE3sLgm0aykZ7iZynQY1dQ
subscribtion in active status
but the user wasnt charged
I only one invoice, and it's already paid.
so I don't really understand your issue, sorry.
invoice id in_1T2UpjLgm0aykZ7iNZnzKxO6
its n ot paid immediately
i wasn charged in th moment
subid- sub_1T2UpjLgm0aykZ7iR9vM1qUR
according to the reality i ll get charged only in a few hours
help me please ๐
summmary: subs is active, invoice in draft status (still not paid)
i would like it to be immediately
there is a setting here to set when you want the invoice to finalize: https://dashboard.stripe.com/settings/billing/invoices/general
and you could also use the API to call the /finalize endpoint just after the invoice is created, to finalize it immediately