#parker.nie
1 messages · Page 1 of 1 (latest)
If the past_due invoice's status is still open, you customer can still pay it.
So what is the meaning of field daysUntilDue when create invoice ?
You can find the explanation of each param in the API reference https://stripe.com/docs/api/invoices/create?lang=dotnet#create_invoice-days_until_due
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Will the invoice status become uncollectable when over due ?
In fact I want to know what will happen when invoice become overdue
No the invoice won't become uncollectable if it's overdue
You need to explicitly to mark it uncollectable through Dashboard or API (https://stripe.com/docs/invoicing/overview?dashboard-or-api=api#uncollectible)
So if the invoice overdue, nothing will happen ?
What impact do you expect?
will this impact hostedInvoiceUrl 's Expiration date ?
No it won't.
Besides, if hostedInvoiceUrl 's expirated, how can customer pay the invoice ?
Sorry I forget about the 30 days
Yes it do impact the invoice URL, sorry about my oversight.
It is OK, so overdue date only used to impact the hostedInvoiceUrl 's Expiration date right ?
Besides, if hostedInvoiceUrl 's expirated, how can customer pay the invoice ?
Do you have a frontend integration (i.e., PaymentElement or CardElement) ?
No we just jump to stripe to show the invoice to customer
use the invoice url
So we care about the url's Expiration date
OK. If you have a frontend integration then you can use the invoice's payment_intent client_secret to render the element so that your customer can pay there.
No No , we don't have frontend integration
I misunderstanded you just now
Or you can revise the invoice by creating a new one (https://stripe.com/docs/invoicing/invoice-revisions) and send to your customer
So if the invoice url expired , we can only revise it then create a new one ?
😫 This is really a disaster.
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Seems like you can generate a new active link