VerifyIdentityRequest
- countryType: stringmin length:2max length:2required
ISO 3166-1 alpha-2 country code. Currently supported: NG.
- idType: string
Number min length:1requiredIdentity document number. For BVN: exactly 11 digits.
- idType: string
Type min length:2max length:30requiredIdentity document type. For NG:
bvn. - modeType: stringenum
syncreturns the verification result in the response.asyncreturnspendingand delivers the final result via your registered webhooks (configure under/webhooks).values- sync
- async
- validationType: object
Optional fields to cross-check against the registry response. When provided, the verification fails if values do not match.
- dateType: string
Of Birth Pattern: ^\d{4}-\d{2}-\d{2}$Format YYYY-MM-DD
- firstType: string
Name - lastType: string
Name - selfieType: string
Base64-encoded selfie image for biometric match (data URI or raw base64)
