#GiovanniV - Invoice Data
1 messages · Page 1 of 1 (latest)
Hello! Those values are not always the same, they're only the same for the first Invoice of a Subscription. Those properties define the range of time when Invoice Items were added to the Invoice, and a new Subscription has no previous period during which Invoice Items could be added, so they're the same. Subsequent Invoices will have the values you want though.
For the first period I think you want to look at the current_period_start and current_period_end values on the Subscription: https://stripe.com/docs/api/subscriptions/object#subscription_object-current_period_end
ok got it. 1 more question Do you know if there are any effects to open invoices caused by payment failures when a customer updates their card?
Does stripe tries to charge the customer again automatically?
Hi there! Taking over for Rubeus.
Do you know if there are any effects to open invoices caused by payment failures when a customer updates their card?
Are you asking if the invoice is updated or modified in some way when a customer updates their card?
Or are you asking about when a payment fails specifically?
Yes. I want to know if stripe will attempt to charge the customer and close the invoice.
are you asking about when a payment fails specifically?
yes