Mayson Monorepo Documentation
    Preparing search index...
    interface CardCreateParams {
        currency: string;
        type: Stripe.Issuing.CardCreateParams.Type;
        cardholder?: string;
        exp_month?: number;
        exp_year?: number;
        expand?: string[];
        financial_account?: string;
        metadata?: MetadataParam;
        personalization_design?: string;
        pin?: Stripe.Issuing.CardCreateParams.Pin;
        replacement_for?: string;
        replacement_reason?: Stripe.Issuing.CardCreateParams.ReplacementReason;
        second_line?: string;
        shipping?: Stripe.Issuing.CardCreateParams.Shipping;
        spending_controls?: Stripe.Issuing.CardCreateParams.SpendingControls;
        status?: Stripe.Issuing.CardCreateParams.Status;
    }
    Index

    Properties

    currency: string

    The currency for the card.

    The type of card to issue. Possible values are physical or virtual.

    cardholder?: string

    The Cardholder object with which the card will be associated.

    exp_month?: number

    The desired expiration month (1-12) for this card if specifying a custom expiration date.

    exp_year?: number

    The desired 4-digit expiration year for this card if specifying a custom expiration date.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    financial_account?: string

    The new financial account ID the card will be associated with. This field allows a card to be reassigned to a different financial account.

    metadata?: MetadataParam

    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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.

    personalization_design?: string

    The personalization design object belonging to this card.

    The desired PIN for this card.

    replacement_for?: string

    The card this is meant to be a replacement for (if any).

    If replacement_for is specified, this should indicate why that card is being replaced.

    second_line?: string

    The second line to print on the card. Max length: 24 characters.

    The address where the card will be shipped.

    Rules that control spending for this card. Refer to our documentation for more details.

    Whether authorizations can be approved on this card. May be blocked from activating cards depending on past-due Cardholder requirements. Defaults to inactive.