v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

Retrieve a cardholder

Retrieves an Issuing Cardholder object.

get/v1/issuing/cardholders/{cardholder}

Path parameters

cardholderstring required

Query parameters

expandstring[]

Specifies which fields in the response should be expanded.

Response

Successful response.

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

emailstring nullable

The cardholder's email address.

idstring required

Unique identifier for the object.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

metadataobject required

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

namestring required

The cardholder's name. This will be printed on cards issued to them.

object'issuing.cardholder' required

String representing the object's type. Objects of the same type share the same value.

phone_numberstring nullable

The cardholder's phone number. This is required for all cardholders who will be creating EU cards. See the 3D Secure documentation for more details.

preferred_localesstring[] nullable

The cardholder’s preferred locales (languages), ordered by preference. Locales can be da, de, en, es, fr, it, pl, or sv. This changes the language of the 3D Secure flow and one-time password messages sent to the cardholder.

status'active' | 'blocked' | 'inactive' required

Specifies whether to permit authorizations on this cardholder's cards.

type'company' | 'individual' required

One of individual or company. See Choose a cardholder type for more details.