VerifyLipaNaMpesaRequest

  • identifier
    Type: string
    min length:  
    1
    required

    Paybill or till number to verify

  • identifierType
    Type: stringenum
    required

    Whether the identifier is a paybill or till number

    values
    • paybill
    • till
  • country
    Type: string
    min length:  
    2
    max length:  
    2

    ISO 3166-1 alpha-2 country code. Defaults to KE.

  • mode
    Type: stringenum

    sync returns the verification result in the response. async returns pending and delivers the final result via your registered webhooks (configure under /webhooks).

    values
    • sync
    • async