PayFanout API reference
    Preparing search index...

    Interface PaysafeCardLike

    Masked instrument facts as the real API echoes them back (cardType/lastDigits/cardExpiry).

    interface PaysafeCardLike {
        cardBrand?: string;
        cardExpiry?: { month?: number; year?: number };
        cardType?: string;
        lastDigits?: string;
    }
    Index
    cardBrand?: string
    cardExpiry?: { month?: number; year?: number }
    cardType?: string
    lastDigits?: string