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
| Parameter | Change | Resources or endpoints |
|---|---|---|
| business_name | Added | Issuing. Card#create. shipping Issuing. Card#update. shipping Issuing. Card. shipping |
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 .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
