Attributes
- idstring
Unique identifier for the object.
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- featuresobject
Information about the features available for this physical bundle.
- features.
card_ logoenum The policy for how to use card logo images in a card design with this physical bundle.
Possible enum valuesoptional
You can use the feature in a personalization design or card with this physical bundle.
required
You must use the feature in a personalization design or card with this physical bundle.
unsupported
You can’t use the feature in a personalization design or card with this physical bundle.
- features.
carrier_ textenum The policy for how to use carrier letter text in a card design with this physical bundle.
Possible enum valuesoptional
You can use the feature in a personalization design or card with this physical bundle.
required
You must use the feature in a personalization design or card with this physical bundle.
unsupported
You can’t use the feature in a personalization design or card with this physical bundle.
- features.
second_ lineenum The policy for how to use a second line on a card with this physical bundle.
Possible enum valuesoptional
You can use the feature in a personalization design or card with this physical bundle.
required
You must use the feature in a personalization design or card with this physical bundle.
unsupported
You can’t use the feature in a personalization design or card with this physical bundle.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - namestring
Friendly display name.
- statusenum
Whether this physical bundle can be used to create cards.
Possible enum valuesactive
Can be used to create cards that fulfill immediately.
inactive
Cannot be used to create cards.
review
Can be used to create cards but cards will only be fulfilled when this physical bundle is activated.
- typeenum
Whether this physical bundle is a standard Stripe offering or custom-made for you.
Possible enum valuescustom
Available only to you, you manage design and inventory.
standard
Publicly available, Stripe manages design and inventory.
{ "id": "ics_NLuXJPDYSTjFON", "object": "issuing.physical_bundle", "livemode": false, "name": "US Visa Credit White", "features": { "card_logo": "required", "carrier_text": "optional" }, "status": "active", "type": "standard"}