Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds the business name field to the shipping address for Issuing cards


Adds the business name field to the shipping address for Issuing cards

What’s new

Adds the optional business_name parameter to the shipping hash when you create or update an Issuing Card object. When you provide this value and it’s supported by the shipping configuration, the business name appears on the shipping label along with the cardholder’s address.

The business_name value (up to 50 characters) is returned in the Card object. It’s also returned in related Authorization, Transaction, and TransactionEntry objects.

Impact

You can now include a business name on the shipping label for an Issuing card. When you’re shipping to a commercial address, set shipping.business_name when you create or update a card to include a business name on the shipping label.

Including a business name helps ensure successful delivery when shipping cards to recipients at office buildings or other commercial addresses where a business name is required for delivery.

Changes

ParameterChangeResources or endpoints
business_nameAddedIssuing. Card#create. shipping Issuing. Card#update. shipping Issuing. Card. shipping

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 .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?