RyzeDeskRyzeDesk

Stripe

4105 articles

Adds Correos as an Issuing card shipping carrier in the EU


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

ValueChangeEnum
correosAddedIssuing. Card. shipping. carrier

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: 2026-07-29. dahlia
  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?