#leejis1234
1 messages · Page 1 of 1 (latest)
Hi there
Here are the list of Invoice status available on the API:
https://stripe.com/docs/api/invoices/object#invoice_object-status
You can list the customer invoice using this API:
https://stripe.com/docs/api/invoices/list
I have already used that. but I can't find failure or pending status of invoice. how can I get failure or pending status from invoice?
I'm thinking that paid -> succeed, open -> failure, draft -> pending. is that right?
There is no status failure or pending of the invoice, those are status of the PaymentIntent