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

    Interface CardInstrumentTransactionDetails

    Represents details about a customer's card payment instrument.

    interface CardInstrumentTransactionDetails {
        bankName: string;
        brand: string;
        description?: string;
        instrumentId?: string;
        instrumentType: CARD;
        pan: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bankName: string

    The bank name.

    brand: string

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

    description?: string

    Name to be associated with the card.

    instrumentId?: string

    Instrument ID.

    instrumentType: CARD

    CARD instrument type.

    pan: string

    Card number.