#max_api

1 messages ยท Page 1 of 1 (latest)

grizzled quiverBOT
#

๐Ÿ‘‹ 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.

devout quail
#

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?

zenith cypress
#

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.

devout quail
#

can you share a Subscription ID (sub_xxx) with this issue?

zenith cypress
#

sub_1T2RtQLgm0aykZ7ikUjsvDkl

#

there is invoice in status draft - not paid

devout quail
#

you deleted that subscription, so the invoice will stay in draft

zenith cypress
#

i ll provide another example

#

sub_1SzE3sLgm0aykZ7iZynQY1dQ

#

subscribtion in active status

#

but the user wasnt charged

devout quail
#

I only one invoice, and it's already paid.

#

so I don't really understand your issue, sorry.

zenith cypress
#

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

devout quail
#

and you could also use the API to call the /finalize endpoint just after the invoice is created, to finalize it immediately

zenith cypress
#

thank u ๐Ÿ™‚

#

i ll try