PayFanout API reference
    Preparing search index...

    Interface KrPaymentResponseLike

    interface KrPaymentResponseLike {
        clientAnswer?: KrClientAnswerLike;
        hash?: string;
        hashKey?: string;
        rawClientAnswer?: string;
    }
    Index
    clientAnswer?: KrClientAnswerLike
    hash?: string
    hashKey?: string
    rawClientAnswer?: string

    The signed kr-answer string — hashed server-side, never here (no key in the browser).