The Physical Bundle object 

Issuing
Physical Bundles
The Physical Bundle object

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.enum

      The policy for how to use card logo images in a card design with this physical bundle.

      Possible enum values
      optional

      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 values
      optional

      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 values
      optional

      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 value false if the object exists in test mode.

  • namestring

    Friendly display name.

  • statusenum

    Whether this physical bundle can be used to create cards.

    Possible enum values
    active

    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 values
    custom

    Available only to you, you manage design and inventory.

    standard

    Publicly available, Stripe manages design and inventory.

The Physical Bundle object
{
"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"
}