@kepas/daraja-js
    Preparing search index...

    Interface StkStatusResult

    interface StkStatusResult {
        checkoutRequestId: string;
        merchantRequestId: string;
        responseCode: string;
        responseDescription: string;
        resultCode: string;
        resultDesc: string;
        success: boolean;
    }
    Index

    Properties

    checkoutRequestId: string
    merchantRequestId: string
    responseCode: string
    responseDescription: string
    resultCode: string
    resultDesc: string
    success: boolean