🔧 Change
New endpoint for assigned Stripe customer ID
The API now includes a new GET endpoint that returns the Stripe customer ID currently assigned to a customer. This makes it possible to check the assignment directly through the API instead of querying Stripe or the database separately.
More reliable rollback for partial cancellations
When the invoice correction for a partial cancellation failed, the cancellation was not always rolled back correctly. This has been fixed so that the subscription is reliably restored to its original state in such cases.