PayFanout API reference
    Preparing search index...

    Interface StripeJsErrorLike

    interface StripeJsErrorLike {
        code?: string;
        decline_code?: string;
        message?: string;
        type?: string;
    }
    Index
    code?: string
    decline_code?: string
    message?: string
    type?: string