KYC
The KYC flag may be triggered at any point, either during registration or subsequently. KYC data will only be accepted if there is an outstanding flag with the code KYC_MISSING
.
You can use the userQueries.kycFieldsConfig
query to obtain the KYC form definition. On other form definitions, you were using FieldsConfigType, but for the KYC it starts with FieldSetType.
Take note of the groupPolicy
property for the KYC definition. It defines which elements of FieldSetType can be omitted and which are required.
note
After successful flow, re-fetch all user data.