#KRS-invoice
1 messages · Page 1 of 1 (latest)
usually it's because you have a webhook for the invoice.created event that is not responding with a 200, which delays finalisation until it does respond successfully
i dont see any failures on the events of this invoices.
i have added a invoice item to this invoice when it is created, do i need to do any additional step to finalize it or it is done automatically?
@slow summit what i want to understand is that if i need to invoke https://stripe.com/docs/api/invoices/finalize after adding the invoice line item or stripe can do it automatically after 1 hour?
either
well no, sorry
if you manually create the invoice you have to finalise it once you're done adding the items, yes
we don't do it automatically. After it's finalised, if auto_advance:true is set, then after an hour we will try to pay the invoice, or you can try to confirm the Invoice's PaymentIntent immediately to attempt a payment now