---
title: "Retrieve a physical bundle"
method: GET
path: "/v1/issuing/physical_bundles/{physical_bundle}"
---

# Retrieve a physical bundle

`GET /v1/issuing/physical_bundles/{physical_bundle}`

Retrieves a physical bundle object.

## Path parameters

- `physical_bundle` string, required

## Query parameters

- `expand` string[]

## Response `200`

Successful response.

- IssuingPhysicalBundle — A Physical Bundle represents the bundle of physical items - card stock, carrier letter, and envelope - that is shipped to a cardholder when you create a physical card.
  - `features` IssuingPhysicalBundleFeatures, required
    - `card_logo` 'optional' | 'required' | 'unsupported', required — The policy for how to use card logo images in a card design with this physical bundle.
    - `carrier_text` 'optional' | 'required' | 'unsupported', required — The policy for how to use carrier letter text in a card design with this physical bundle.
    - `second_line` 'optional' | 'required' | 'unsupported', required — The policy for how to use a second line on a card with this physical bundle.
  - `id` string, required — Unique identifier for the object.
  - `livemode` boolean, required — If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
  - `name` string, required — Friendly display name.
  - `object` 'issuing.physical_bundle', required — String representing the object's type. Objects of the same type share the same value.
  - `status` 'active' | 'inactive' | 'review', required — Whether this physical bundle can be used to create cards.
  - `type` 'custom' | 'standard', required — Whether this physical bundle is a standard Stripe offering or custom-made for you.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/spec3.md) · [All operations](https://skmtc.net/stripe/apis/spec3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/spec3/revisions/3653ad45bbec/schema)
