Adds support for Canary Islands tax ID type
What’s new
Adds ic_nif as a new value for the type property of the Tax ID object. This value represents the Número de Identificación Fiscal (NIF) issued in the Canary Islands (Islas Canarias), which operates under the the related setting (Impuesto General Indirecto Canario) tax regime rather than mainland Spain’s standard VAT system.
The ic_nif type follows the same format as es_cif and isn’t subject to automated verification. This new type is available across all API endpoints that accept or return a tax ID type, including when creating or listing Tax IDs on Customer objects and within Tax Settings.
Impact
You can now specify ic_nif as the type when creating a Tax ID to represent a Canary Islands NIF for customers subject to the related setting. Because this type isn’t verifiable, the verification status for ic_nif tax IDs always returns as unverified.
Changes
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: 2026-07-29. dahlia
- 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.