VerifyAccountRequest

  • accountNumber
    Type: string
    min length:  
    4
    max length:  
    15
    Pattern: ^\d+$
    required

    Bank account number (digits only)

  • bankCode
    Type: string
    min length:  
    2
    max length:  
    10
    required

    Bank routing code for the account country

  • country
    Type: stringenum
    required

    ISO 3166-1 alpha-2 country code. Supported: NG, GH, ZM, TZ.

    values
    • NG
    • GH
    • ZM
    • TZ
  • 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