Mayson Monorepo Documentation
    Preparing search index...
    interface WalletProvider {
        account_id?: string;
        account_trust_score?: number;
        card_number_source?: CardNumberSource;
        cardholder_address?: CardholderAddress;
        cardholder_name?: string;
        device_trust_score?: number;
        hashed_account_email_address?: string;
        reason_codes?: ReasonCode[];
        suggested_decision?: SuggestedDecision;
        suggested_decision_version?: string;
    }
    Index

    Properties

    account_id?: string

    The wallet provider-given account ID of the digital wallet the token belongs to.

    account_trust_score?: number

    An evaluation on the trustworthiness of the wallet account between 1 and 5. A higher score indicates more trustworthy.

    card_number_source?: CardNumberSource

    The method used for tokenizing a card.

    cardholder_address?: CardholderAddress
    cardholder_name?: string

    The name of the cardholder tokenizing the card.

    device_trust_score?: number

    An evaluation on the trustworthiness of the device. A higher score indicates more trustworthy.

    hashed_account_email_address?: string

    The hashed email address of the cardholder's account with the wallet provider.

    reason_codes?: ReasonCode[]

    The reasons for suggested tokenization given by the card network.

    suggested_decision?: SuggestedDecision

    The recommendation on responding to the tokenization request.

    suggested_decision_version?: string

    The version of the standard for mapping reason codes followed by the wallet provider.