Breaking changes
Customers now include a cards sublist and default_card field Breaking changes
What’s new
Replaces the active_card property on the Customer object with a cards sublist and a default_card ID property.
Impact
Replacing the active_card on the Customer object with the cards sublist and default_card ID lets you manage multiple cards.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| active_card | Removed | Customer |
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: 2013-07-05
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.