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.
Parameters
- status enum Only return physical bundles with the given status. Possible enum values
activeCan 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. - type enum Only return physical bundles with the given type. Possible enum values
customAvailable only to you, you manage design and inventory.standardPublicly available, Stripe manages design and inventory.
More parameters
- ending _ before string
- limit integer
- starting _ after string
Returns
A dictionary with a data property that contains an array of up to limit cards, starting after card starting_after. Each entry in the array is a separate physical bundle object. If no more cards are available, the resulting array will be empty.
Response
