#cian54
1 messages · Page 1 of 1 (latest)
what exact API field are you referring to?
billing reason in invoice
then I think https://stripe.com/docs/api/invoices/object#invoice_object-billing_reason explains it clearly
No it doesn’t. I don’t now if cycle is included in the update? Since the subscription is updated when it pass to new cycle.
it's not included
the update reason happens if e.g. you call the Update Subscription API to change from a yearly to a monthly plan, which is a change that forces an invoice to be created, or if you update with proration_behavior:always_invoice to force an invoice
a regular "end of one billing period, automatically generate an invoice for the upcoming one" is subscription_cycle
I understand thanks