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

    Interface BillManagerOptInResult

    interface BillManagerOptInResult {
        appKey: string;
        errors?: unknown[];
        raw: unknown;
        rescode: string;
        resmsg: string;
        statusMessage?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    appKey: string

    Whitelisting key to send as the app_key header on later calls.

    errors?: unknown[]
    raw: unknown
    rescode: string

    Always '200' on the success path (non-200 throws).

    resmsg: string
    statusMessage?: string