objectissuing.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
objectAn 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)
Additional information about a `company` cardholder.
Time at which the object was created. Measured in seconds since the Unix epoch.
The cardholder's email address.
Unique identifier for the object.
Additional information about an `individual` cardholder.
Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
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.
The cardholder's name. This will be printed on cards issued to them.
String representing the object's type. Objects of the same type share the same value.
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.
Rules that control spending across this cardholder's cards. Refer to our [documentation](https://stripe.com/docs/issuing/controls/spending-controls) for more details.
Specifies whether to permit authorizations on this cardholder's cards.
One of `individual` or `company`.