---
title: "List all physical bundles"
method: GET
path: "/v1/issuing/physical_bundles"
---

# List all physical bundles

`GET /v1/issuing/physical_bundles`

Returns a list of physical bundle objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.

## Query parameters

- `ending_before` string
- `expand` string[]
- `limit` integer
- `starting_after` string
- `status` 'active' | 'inactive' | 'review'
- `type` 'custom' | 'standard'

## Response `200`

Successful response.

- object
  - `data` IssuingPhysicalBundle[], required
    - `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.
  - `has_more` boolean, required — True if this list has another page of items after this one that can be fetched.
  - `object` 'list', required — String representing the object's type. Objects of the same type share the same value. Always has the value `list`.
  - `url` string, required — The URL where this list can be accessed.

## Other responses

- `default` — Error response.

---

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