VerifyMpesaAgentRequest

  • agentCode
    Type: string
    min length:  
    1
    required

    M-Pesa agent code to verify

  • 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