The billing_reason of the first invoice of a subscription is now subscription_createBreaking changes
What’s new
The billing_
attribute of the Invoice
object can now take the value of subscription_
, indicating that it’s the first invoice of a subscription. For older API versions, billing_
is represented as subscription_
.
Impact
This change introduces a new value, subscription_
, for the billing_
attribute of Invoice
objects, specifically identifying first-time subscription invoices. You can now distinguish between initial subscription invoices and regular updates, enabling more precise tracking and reporting of subscription lifecycles.