diff --git a/config/v3/document_upload/send.json b/config/v3/document_upload/send.json index aea0aaa9..0ca4098b 100644 --- a/config/v3/document_upload/send.json +++ b/config/v3/document_upload/send.json @@ -51,6 +51,7 @@ "passport", "national_identity_card", "identification_number_document", + "service_id_card", "driving_licence", "utility_bill", "bankstatement", diff --git a/config/v3/mt5_new_account/send.json b/config/v3/mt5_new_account/send.json index 5ab78dc7..46f136ad 100644 --- a/config/v3/mt5_new_account/send.json +++ b/config/v3/mt5_new_account/send.json @@ -38,12 +38,12 @@ "address": { "description": "[Optional] The address of the user. The maximum length of this address field is 128 characters.", "type": "string", - "pattern": "^[\\p{L}\\p{Nd}'.,:;()\\x{b0}@#/-][\\p{L}\\p{Nd}\\s'.,:;()\\x{b0}@#/-]{0,128}$" + "pattern": "^(?:[\\p{L}\\p{Nd}'.,:;()\\x{b0}@#/-][\\p{L}\\p{Nd}\\s'.,:;()\\x{b0}@#/-]{0,128})?$" }, "city": { "description": "[Optional] User's city of residence.", "type": "string", - "pattern": "^\\p{L}[\\p{L}\\s'.-]{0,99}$" + "pattern": "^(?:\\p{L}[\\p{L}\\s'.-]{0,99})?$" }, "company": { "description": "[Optional] Name of the client's company. The maximum length of the company name is 64 characters.",