The KYC process starts with a static page displaying the registration form and all the information about the process (To be written).
KYC required information:
First name & Last name
Address
Nationality
Identity document (photo or scan, both sides, PDF or JPEG)
Selfy with identity document (JPEG only)
The form has two different buttons : "save" and "submit"
The save button saves the content for future completion.
The submit button sends the content for validation.
The submit button is not available (shaded ?) until all the fields are filled and possibly valid (JS validation of content).
When the KYC form is saved, the status is changed to "Initiated".
Once the KYC form has been sent, the status is changed to "Sent".
This page is displayed when the KYC status is "To be done" or "Initiated".
When the status is "Initiated", the saved content must be recalled to pre-fill the form.
Added the following to be in sync with what got discussed :
"The submit button is not available (shaded ?) until all the fields are filled and possibly valid (JS validation of content)."
The KYC process starts with a static page displaying the registration form and all the information about the process (To be written).
KYC required information:
The form has two different buttons : "save" and "submit" The save button saves the content for future completion. The submit button sends the content for validation. The submit button is not available (shaded ?) until all the fields are filled and possibly valid (JS validation of content). When the KYC form is saved, the status is changed to "Initiated". Once the KYC form has been sent, the status is changed to "Sent".
This page is displayed when the KYC status is "To be done" or "Initiated". When the status is "Initiated", the saved content must be recalled to pre-fill the form.