Billing Portal Configuration always returns period end date in responses
What’s new
The Customer Portal Configuration API now always includes the schedule_at_period_end property in API responses. This means that you don’t have to handle null values in responses.
Changes
| Field | Change | From → to |
|---|---|---|
| BillingPortal. Configuration. features. subscription_update. schedule_at_period_end | Changed | optional → required |
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2024-12-18. acacia
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
