Breaking changes
Cards now use both the unchecked and unavailable values to describe address and CVC checks by issuing banks Breaking changes
What’s new
Updates the Card object so a value of unchecked for the address_line1_check, address_zip_check, or cvc_check properties means the property hasn’t been checked. Previously, it meant the issuing bank didn’t support the particular check. That state now shows as unavailable. Unchecked properties are checked when a card is charged or added to a Customer object.
Impact
This change allows you to more accurately understand the status of address and CVC checks on a Card object.
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: 2014-12-22
- 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.