Adds support for custom expiration dates to Issuing virtual cards
What’s new
Adds the ability to specify a custom expiration date using the new exp_month and exp_year parameters when creating an Issuing virtual card using the API.
Impact
You can now specify a custom expiration date when creating an Issuing virtual card using the API. A custom expiration date must be at least one month in the future and less than five years in the future.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| exp_month exp_year | Added | Issuing. Card#create |
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: 2025-08-27. basil
- 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.
