Outils pour utilisateurs

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
en:identifier_les_etapes_en_echec [2025/08/12 11:48] – [📄 How to Identify Failed Steps in an ID360 JSON Report] adminen:identifier_les_etapes_en_echec [2025/09/19 15:29] (Version actuelle) – [1. 📌 Major Errors: ''all_status_codes''] admin
Ligne 14: Ligne 14:
 ✅ For this reason, it is essential to review **all the steps mentioned in this guide** in order to anticipate and properly handle future changes 🚀. ✅ For this reason, it is essential to review **all the steps mentioned in this guide** in order to anticipate and properly handle future changes 🚀.
  
-===== 1. 📄 Validation Details: ''validations'' =====+===== 1. 📌 Major Errors: ''all_status_codes'' ===== 
 + 
 +**JSON Path**: ''all_status_codes'' 
 + 
 +This array contains the major errors detected during verification. 
 + 
 +Each status_code element contains: 
 +  * ''code'': the error code (e.g., VLD_VALIDATION_KO, exhaustive list [[https://id360docaposte.com/fr/documentation/status-codes|here]])) 
 +  * ''message'': a description of the failed validations 
 + 
 +**Example**: 
 +<code json> 
 +
 +  "all_status_codes": [{ 
 +     "status_code":
 +        "code": "VLD_VALIDATION_KO", 
 +        "message": "1 validations failed: . Max allowed: 0" 
 +        }, 
 +        "where": "ID360" 
 +      },{ 
 +     "status_code":
 +        "code": "MDL_INPUT_INVALID", 
 +        "message": "No MRZ could be read on the uploaded image(s)" 
 +       }, 
 +       "where": "id_document" 
 +      },{ 
 +      "status_code":
 +        "code": "VLD_ID_INVALID", 
 +        "message": "Id from id_document_result is ignored because the format is not recognized" 
 +        }, 
 +        "where": "validation" 
 +      }] 
 +
 +</code> 
 + 
 +**🎯 Purpose**: Identification of major errors. 
 + 
 + 
 +===== 2. 📄 Validation Details: ''validations'' =====
  
 **JSON Path**: ''finalizer_reports > validator_report > validations'' **JSON Path**: ''finalizer_reports > validator_report > validations''
Ligne 42: Ligne 80:
 ----- -----
  
-===== 2. 🆚 Cross-Source Comparisons: ''comparisons'' =====+===== 3. 🆚 Cross-Source Comparisons: ''comparisons'' =====
  
 **JSON Path**: ''finalizer_reports > validator_report > comparisons'' **JSON Path**: ''finalizer_reports > validator_report > comparisons''
Ligne 67: Ligne 105:
 ----- -----
  
-===== 3. ⚙️ Custom Rules: ''customs'' =====+===== 4. ⚙️ Custom Rules: ''customs'' =====
  
 **JSON Path**: ''finalizer_reports > validator_report > customs'' **JSON Path**: ''finalizer_reports > validator_report > customs''
Ligne 91: Ligne 129:
 ----- -----
  
-===== 4. 🔢 Step-Level Analysis: ''steps'' =====+===== 5. 🔢 Step-Level Analysis: ''steps'' =====
  
 **JSON Path**: ''steps'' **JSON Path**: ''steps''
Ligne 123: Ligne 161:
  
 ^ Element          ^ JSON Path                                                  ^ Check Criteria                                                  ^                          ^ Element          ^ JSON Path                                                  ^ Check Criteria                                                  ^                         
 +| All Status Code  | ''all_status_code''         | at least one ''status_code'' exists                                             |
 | Validations      | ''finalizer_reports > validator_report > validations''     | ''is_valid: false''                                             | | Validations      | ''finalizer_reports > validator_report > validations''     | ''is_valid: false''                                             |
 | Comparisons      | ''finalizer_reports > validator_report > comparisons''     | ''is_equivalent: false''                                         | | Comparisons      | ''finalizer_reports > validator_report > comparisons''     | ''is_equivalent: false''                                         |
-| Customs          | ''finalizer_reports > validator_report > customs''         | ''is_valid: false''                                             +| Customs          | ''finalizer_reports > validator_report > customs''         | ''is_valid: false''                                        
-| Steps            | ''steps > [step_name] > status'' + ''status_codes''        | If ''status: KO'', review associated ''status_codes'' entries     +| Steps            | ''steps > [step_name] > status'' + ''status_codes''        | If ''status: KO'', review associated ''status_codes'' entries    | 
-|+
  

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

Plus d’informations