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

    Interface StkPushResult

    interface StkPushResult {
        checkoutRequestId: string;
        customerMessage: string;
        merchantRequestId: string;
        responseCode: string;
        responseDescription: string;
    }
    Index

    Properties

    checkoutRequestId: string
    customerMessage: string
    merchantRequestId: string
    responseCode: string
    responseDescription: string