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

    Properties

    card_reference_id?: string

    A unique reference ID from MasterCard 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 MasterCard.

    token_requestor_name?: string

    The name of the entity requesting tokenization, if known. This is directly provided from MasterCard.