KycInfo
Contains information about the customer's KYC verification.
documentTypestring
Document type
Example:
NATIONAL_ID
documentNumberstring
Document number
Example:
123456789
KycInfo
{
"documentType": "NATIONAL_ID",
"documentNumber": "123456789"
}