#Greggles
1 messages · Page 1 of 1 (latest)
Hi there! Yes, the invoice remains open. The additional deadline is configured in the billing settings in your Dashboard: https://dashboard.stripe.com/settings/billing/automatic
Under "Manage invoices sent to customers"
This setting only applies to customers who have collection_method===send_invoiceand not collection_method===charge_automatically?
That is correct. with charge_automatically, Stripe will attempt to charge the customer's default payment method: https://stripe.com/docs/api/invoices/object#invoice_object-collection_method
Excellent. Last question, if a payment fails when updating a subscription and adding a unit to a tiered pricing item, does the subscription remain at the original unit amount until a successful payment is made?
That is correct, the subscription remain at the original unit amount until the payment succeeds.
That's great. Thank you for your help!