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

    Interface RegisterUrlsInput

    interface RegisterUrlsInput {
        confirmationUrl: string;
        responseType?: C2bResponseType;
        validationUrl: string;
    }
    Index

    Properties

    confirmationUrl: string
    responseType?: C2bResponseType

    Fallback when validation can't be reached. Default Completed.

    validationUrl: string