Skip to main content
Schema2020-08-27object

issuing.authorization

When an [issued card](https://stripe.com/docs/issuing) is used to make a purchase, an Issuing `Authorization` object is created. [Authorizations](https://stripe.com/docs/issuing/purchases/authorizations) must be approved for the purchase to be completed successfully. Related guide: [Issued Card Authorizations](https://stripe.com/docs/issuing/purchases/authorizations).

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

IssuingCardholder

object

An Issuing `Cardholder` object represents an individual or business entity who is [issued](https://stripe.com/docs/issuing) cards. Related guide: [How to create a Cardholder](https://stripe.com/docs/issuing/cards#create-cardholder)

company
optionalnullable

Additional information about a `company` cardholder.

created integer (unix-time)
required

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

email string
optionalnullable

The cardholder's email address.

id string
required

Unique identifier for the object.

individual
optionalnullable

Additional information about an `individual` cardholder.

livemode boolean
required

Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.

metadata object
required

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

name string
required

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

object string
required

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

phone_number string
optionalnullable

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

spending_controls
optionalnullable

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

status string
required

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

type string
required

One of `individual` or `company`.