Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| en:guide_du_developpeur_capture [2025/08/13 16:12] – [2. Create a user folder] admin | en:guide_du_developpeur_capture [2026/01/26 14:44] (Version actuelle) – admin | ||
|---|---|---|---|
| Ligne 25: | Ligne 25: | ||
| - **Retrieve report**: Retrieve the user's folder report using the folder ID, with status and technical/ | - **Retrieve report**: Retrieve the user's folder report using the folder ID, with status and technical/ | ||
| - **Retrieve documents**: | - **Retrieve documents**: | ||
| + | - **Retrieving the idClaim (optional)**: | ||
| === 🔧 Additional options and tools === | === 🔧 Additional options and tools === | ||
| * **Run ID360 in a WebView (optional)**: | * **Run ID360 in a WebView (optional)**: | ||
| - | * **Health monitoring** | + | * **Interrupt a user folder** : To invalidate an identification URL and force the closure of a file in the case of an identification process that has not been started or is incomplete. |
| ---- | ---- | ||
| Ligne 62: | Ligne 63: | ||
| ^ Parameter | ^ Parameter | ||
| - | | '' | + | | '' |
| | '' | | '' | ||
| | '' | | '' | ||
| Ligne 220: | Ligne 221: | ||
| * **'' | * **'' | ||
| - | > For more information about callback_endpoints, | + | > For more information about callback_endpoints, |
| ---- | ---- | ||
| Ligne 262: | Ligne 263: | ||
| ====== 3. Data Comparison (optional) ====== | ====== 3. Data Comparison (optional) ====== | ||
| - | In the process configuration, | + | In the process configuration, |
| - | To do this, go to the **'' | + | To do so, go to the **'' |
| + | |||
| + | Then, under the “Validations selection”, | ||
| + | For example, “Verify coherence with the identity name.” | ||
| [[https:// | [[https:// | ||
| Ligne 274: | Ligne 278: | ||
| " | " | ||
| -H " | -H " | ||
| - | -H " | + | -H " |
| + | -H " | ||
| </ | </ | ||
| Ligne 284: | Ligne 289: | ||
| " | " | ||
| -H " | -H " | ||
| - | -H " | + | -H " |
| + | -H " | ||
| </ | </ | ||
| Ligne 403: | Ligne 409: | ||
| **HTTP Status**: '' | **HTTP Status**: '' | ||
| + | |||
| **Response format**: JSON | **Response format**: JSON | ||
| Ligne 561: | Ligne 568: | ||
| | **Car Registration** | ''" | | **Car Registration** | ''" | ||
| | **Liveness** | ''" | | **Liveness** | ''" | ||
| + | |||
| + | ====== 7. Retrieving the idClaim ====== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 🔧 CURL Request – Production === | ||
| + | <code javascript> | ||
| + | curl -X GET \ | ||
| + | " | ||
| + | -H " | ||
| + | -H " | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 🔧 CURL Request – Preproduction === | ||
| + | <code javascript> | ||
| + | curl -X GET \ | ||
| + | " | ||
| + | -H " | ||
| + | -H " | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 🛠 Technical information === | ||
| + | |||
| + | * **'' | ||
| + | * **Parameters** : none expected in this request. | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === ✅ Expected result === | ||
| + | |||
| + | **HTTP Status** : '' | ||
| + | |||
| + | **Response format** : ASIC-E | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 💬 Notes === | ||
| + | |||
| + | * The connection token is **valid for 15 minutes**, renewed with each call made using this token. | ||
| + | * If the token is expired or missing, you will receive a **401 Unauthorized** error. | ||
| + | * As long as your token remains valid, **you must not reuse the '' | ||
| + | * The token must be used in the header of subsequent calls as follows: | ||
| + | |||
| + | < | ||
| + | Authorization: | ||
| + | </ | ||
| ====== Conditions for running ID360 in a WebView ====== | ====== Conditions for running ID360 in a WebView ====== | ||
| Ligne 571: | Ligne 630: | ||
| * On Android, initialize the WebView with the **activity context** (and not the application' | * On Android, initialize the WebView with the **activity context** (and not the application' | ||
| - | ====== | + | ====== |
| - | You can use the health API to retrieve a JSON containing the status of services used by ID360. | + | [[https:// |
| - | curl " | + | ---- |
| - | **Example result:** | + | === 🔧 CURL Request – Production === |
| - | + | < | |
| - | < | + | curl -X GET \ |
| - | " | + | "https:// |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | }, | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | }, | + | |
| - | " | + | |
| - | "0": " | + | |
| - | " | + | |
| - | } | + | |
| - | }, | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | }, | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | | + | |
| - | | + | |
| - | " | + | |
| - | " | + | |
| - | }, …. | + | |
| - | }, …. | + | |
| </ | </ | ||
| - | **Time**: corresponds to the timestamp of the last update | + | ---- |
| - | **Two instances | + | === 🔧 CURL Request – Preproduction === |
| + | <code javascript> | ||
| + | curl -X GET \ | ||
| + | | ||
| + | -H "Authorization: Token 0123456789abcdef01234567" | ||
| + | </ | ||
| + | ---- | ||
| + | === 🛠 Technical Information === | ||
| + | |||
| + | * **'' | ||
| + | * **Parameters**: | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === ✅ Expected Result === | ||
| + | |||
| + | **HTTP Status**: '' | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === 💬 Notes === | ||
| + | The enrollment status will be changed to **DISCONTINUED**. | ||