Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

List all cardholders


List all cardholders

GET / v1 / issuing / cardholders

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

Parameters

No parameters.

More parameters

  • created object
  • email string
  • ending _ before string
  • limit integer
  • phone _ number string
  • starting _ after string
  • status enum
  • type enum

Returns

A dictionary with a data property that contains an array of up to limit cardholders, starting after cardholder starting_after. Each entry in the array is a separate Issuing Cardholder object. If no more cardholders are available, the resulting array will be empty.

Response

Last verified 2026-09-24

Is this helpful?