@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface CardPaymentInstrument

    Card Payment Instrument.

    interface CardPaymentInstrument {
        bankCodeId?: string;
        bankName?: string;
        cardHolderName?: string;
        cardScheme: CardScheme;
        creationTime: string;
        customerId?: string;
        description?: string;
        expiryDate: CardExpiryDate;
        id?: string;
        instrumentType: InstrumentType;
        pan: string;
        status?: PaymentInstrumentStatus;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bankCodeId?: string

    The bank code identifier.

    bankName?: string

    The bank name.

    cardHolderName?: string

    Card holder name.

    cardScheme: CardScheme

    Represents the card scheme information. The scheme is derived from the card PAN.

    creationTime: string

    Creation time.

    Format should be ISO 8601 in UTC. Represents RFC 3339, section 5.6 date-time.

    "2021-07-15T17:54:12Z"
    
    customerId?: string

    The customer to which this instrument belongs.

    description?: string

    Name to be associated with the card.

    expiryDate: CardExpiryDate

    Card expiry date.

    id?: string

    The instrument id.

    instrumentType: InstrumentType

    The instrument type.

    pan: string

    Card number.

    The instrument status.