#itxve
1 messages · Page 1 of 1 (latest)
I created a daily subscription, but I found the latest invoices charge is null
Is there any delay in this charge
Could you share the id of the invoice (text)?
subscriptionID:sub_1LSFpKFL5ptMdjsjWhz5FcNb
newest invoiceID:in_1LScMyFL5ptMdjsjyfHR35Zl
This invoice was created 46min ago, Stripe finalize the invoice about one hour after creation
https://stripe.com/docs/billing/subscriptions/overview
Make sure to respond successfully if you listen to the webhook invoice.created event, because if Stripe fail to receive a successful response to it, then the finalize will be delayed 72 hours
https://stripe.com/docs/billing/subscriptions/webhooks#understand
If it is processed successfully, my webhookinvoice paid well call?
I need to monitor invoice Created returns the status of 200, because I didn't listen to invoice Created, I only monitored 'invoice.paid'
This bill should be automatically completed. I see auto_ advance:true
I didn't understand your message
Now if you recheck the invoice, you can see it has been paid
The bill has been paid, but I haven't been in invoice.paid receive the notice of stripe