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

    Interface B2cSendInput

    interface B2cSendInput {
        amount: number;
        commandId?: B2cCommandId;
        occasion?: string;
        phone: string;
        queueTimeoutUrl: string;
        remarks?: string;
        resultUrl: string;
    }
    Index

    Properties

    amount: number
    commandId?: B2cCommandId

    Default BusinessPayment.

    occasion?: string
    phone: string
    queueTimeoutUrl: string

    HTTPS URL for queue-timeout notifications.

    remarks?: string
    resultUrl: string

    HTTPS URL Safaricom posts the async result to.