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

    Interface AcknowledgePaymentInput

    interface AcknowledgePaymentInput {
        accountReference: string;
        appKey?: string;
        externalReference: string;
        fullName: string;
        invoiceName: string;
        paidAmount: string | number;
        paymentDate: string;
        phoneNumber: string;
        transactionId: string;
    }
    Index

    Properties

    accountReference: string
    appKey?: string
    externalReference: string
    fullName: string
    invoiceName: string
    paidAmount: string | number
    paymentDate: string
    phoneNumber: string
    transactionId: string