provider POST /v1/issuing/cardholders/{cardholder}
@utdk/stripe /v1/issuing/cardholders/{cardholder}
Update a cardholder
<p>Updates the specified Issuing <code>Cardholder</code> object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.</p>
cardholder path required
string

Try it

Authentication
Configure credentials for Stripe API
postissuingcardholderscardholder
POST/v1/issuing/cardholders/{cardholder}
<p>Updates the specified Issuing <code>Cardholder</code> object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.</p>

Parameters

required

Input

The cardholder's billing address.

Additional information about a `company` cardholder.

The cardholder's email address.

Specifies which fields in the response should be expanded.

Additional information about an `individual` cardholder.

Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.

The cardholder's phone number. This is required for all cardholders who will be creating EU cards. See the [3D Secure documentation](https://docs.stripe.com/issuing/3d-secure) for more details.

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](https://docs.stripe.com/issuing/3d-secure) and one-time password messages sent to the cardholder.

Rules that control spending across this cardholder's cards. Refer to our [documentation](https://docs.stripe.com/issuing/controls/spending-controls) for more details.

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

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.postissuingcardholderscardholder()