PayFanout API reference
    Preparing search index...

    Interface KrPaymentMethodsLike

    Documented shape of KR.getPaymentMethods() — structural, SDK variations tolerated.

    interface KrPaymentMethodsLike {
        cardBrands?: string[];
        paymentMethods?: string[];
    }
    Index
    cardBrands?: string[]
    paymentMethods?: string[]