RyzeDeskRyzeDesk

Stripe

4105 articles

Cards now use both the unchecked and unavailable values to describe address and CVC checks by issuing banks


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

  1. View your current API version in Workbench.
  2. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?