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 valuesoptionalYou can use the feature in a personalization design or card with this physical bundle.
requiredYou must use the feature in a personalization design or card with this physical bundle.
unsupportedYou 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 valuesoptionalYou can use the feature in a personalization design or card with this physical bundle.
requiredYou must use the feature in a personalization design or card with this physical bundle.
unsupportedYou 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 valuesoptionalYou can use the feature in a personalization design or card with this physical bundle.
requiredYou must use the feature in a personalization design or card with this physical bundle.
unsupportedYou can’t use the feature in a personalization design or card with this physical bundle.
- livemodeboolean
Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - namestring
Friendly display name.
- statusenum
Whether this physical bundle can be used to create cards.
Possible enum valuesactiveCan be used to create cards that fulfill immediately.
inactiveCannot be used to create cards.
reviewCan 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 valuescustomAvailable only to you, you manage design and inventory.
standardPublicly 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"}