IssuingCardholder
An Issuing Cardholder object represents an individual or business entity who is issued cards.
Related guide: How to create a cardholder
Summary
Types
@type t() :: %Stripe.Resources.Issuing.Cardholder{ billing: term(), company: term(), created: term(), email: term(), id: term(), individual: term(), livemode: term(), metadata: term(), name: term(), object: term(), phone_number: term(), preferred_locales: term(), requirements: term(), spending_controls: term(), status: term(), type: term() }
billing- Expandable.company- Additional information about acompanycardholder. Nullable. Expandable.created- Time at which the object was created. Measured in seconds since the Unix epoch. Format: Unix timestamp.email- The cardholder's email address. Max length: 5000. Nullable.id- Unique identifier for the object. Max length: 5000.individual- Additional information about anindividualcardholder. Nullable. Expandable.livemode- If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.metadata- 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.name- The cardholder's name. This will be printed on cards issued to them. Max length: 5000.object- String representing the object's type. Objects of the same type share the same value. Possible values:issuing.cardholder.phone_number- 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. Max length: 5000. Nullable.preferred_locales- The cardholder’s preferred locales (languages), ordered by preference. Locales can beda,de,en,es,fr,it,pl, orsv. This changes the language of the 3D Secure flow and one-time password messages sent to the cardholder. Nullable.requirements- Expandable.spending_controls- Rules that control spending across this cardholder's cards. Refer to our documentation for more details. Nullable. Expandable.status- Specifies whether to permit authorizations on this cardholder's cards. Possible values:active,blocked,inactive.type- One ofindividualorcompany. See Choose a cardholder type for more details. Possible values:company,individual.