Skip to main content

KycVerificationItem

statusstringrequired

Possible values: [COMPLETED, NOT_COMPLETED, IN_PROGRESS]

datedate-time

Represents RFC 3339, section 5.6 date-time.

Example: 2021-07-15T17:54:12Z
electronicallyVerifiedboolean
vendorstring

Name of the vendor that performed the electronic verification

Possible values: <= 50 characters

KycVerificationItem
{
"status": "COMPLETED",
"date": "2021-07-15T17:54:12Z",
"electronicallyVerified": true,
"vendor": "string"
}