Adds Correos as an Issuing card shipping carrier in the EU
What’s new
Adds correos as a new value for shipping.carrier on the Card object. The Spanish company Correos is now available as a card delivery carrier along with the existing options of DHL, FedEx, Royal Mail, and the related setting.
Impact
If your integration reads or stores the carrier property on an Issuing Card’s shipping hash, update your code to handle the new correos value to avoid unexpected behaviour when cards are shipped using Correos.
Changes
| Value | Change | Enum |
|---|---|---|
| correos | Added | Issuing. Card. shipping. carrier |
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.