Mayson Monorepo Documentation
    Preparing search index...
    interface Visa {
        card_reference_id: string;
        token_reference_id: string;
        token_requestor_id: string;
        token_risk_score?: string;
    }
    Index

    Properties

    card_reference_id: string

    A unique reference ID from Visa to represent the card account number.

    token_reference_id: string

    The network-unique identifier for the token.

    token_requestor_id: string

    The ID of the entity requesting tokenization, specific to Visa.

    token_risk_score?: string

    Degree of risk associated with the token between 01 and 99, with higher number indicating higher risk. A 00 value indicates the token was not scored by Visa.