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

    Interface ExpressCheckoutInput

    interface ExpressCheckoutInput {
        amount: string | number;
        callbackUrl: string;
        partnerName: string;
        paymentRef: string;
        primaryShortCode: string;
        receiverShortCode: string;
        requestRefId?: string;
    }
    Index

    Properties

    amount: string | number
    callbackUrl: string
    partnerName: string

    Vendor friendly name as known by the merchant.

    paymentRef: string

    Reference shown in the merchant's prompt text.

    primaryShortCode: string

    Debit party: the MERCHANT's till/shortcode (money sender).

    receiverShortCode: string

    Credit party: the VENDOR's paybill (receives money).

    requestRefId?: string

    Unique per request. Generated (UUID) if omitted. Sent as RequestRefID.