#animesh5991_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/1243165573181866087
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! days_until_due is how long the invoice is open to be paid.
But we can only use it with send invoice option in the collection method.
And when will be mail sent in this case?
And can this be done without sending a mail.
our use case requires us to create a mail.
Is there any option in charge automatically collection method so that the invoice.voided event comes on a decided date?
correct
when the invoice is finalized
no
not sure how that would work
can we finalize whenever we want in case of send_invoice? or it will happen automatically?
and can you look for the charge automatically time period extension from 23 hours to some days?
And can we change the email address we are sending the mail to, to some internal email address?
it's finalized when the subscription is created
no that's not possible
I suppose, but that would be a weird workaround
right.
it's finalized when the subscription is created
In this case as we hit the subscription.create api the email will be sent?
ANd the invoice in finalized.
as far as I know yes, that's how it works
Cool, thanks a lot.