KycVerificationCode
A KYC Verification Code.
type KycVerificationCode {
code: String!
description: String
resolution: String
}
Fields
KycVerificationCode.code ● String! non-null scalar
The specific code-string for this KYC data point. Maps to a code in the KYC provider system.
KycVerificationCode.description ● String scalar
A human-readable description of the fact that this KYC code signifies.
KycVerificationCode.resolution ● String scalar
A human-readable summary of how to resolve the issue indicated by the code
Member of
KycVerificationResult object