Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

List all 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.

Parameters

  • status enum Only return physical bundles with the given status. 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.
  • type enum Only return physical bundles with the given type. Possible enum values custom Available only to you, you manage design and inventory. standard Publicly 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

Last verified 2026-09-24

Is this helpful?