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 [2026/01/26 10:14] – [1.1 API Login: Authentication] admin | en:guide_du_developpeur_capture [2026/04/10 13:48] (Version actuelle) – [7. Retrieving the idClaim (optional)] jsellame | ||
|---|---|---|---|
| Ligne 221: | Ligne 221: | ||
| * **'' | * **'' | ||
| - | > For more information about callback_endpoints, | + | > For more information about callback_endpoints, |
| ---- | ---- | ||
| Ligne 260: | Ligne 260: | ||
| * This call **must be performed server-side**, | * This call **must be performed server-side**, | ||
| * ⚠️ **It is essential to keep both the enrollment '' | * ⚠️ **It is essential to keep both the enrollment '' | ||
| + | * If you need to **customize the interface** (text and button colors as well as the logo and the favicon) **per folder** (and not per process), you will need to **create themes** in the ID360 administration interface and add the following in the request body : < | ||
| ====== 3. Data Comparison (optional) ====== | ====== 3. Data Comparison (optional) ====== | ||
| Ligne 569: | Ligne 570: | ||
| | **Liveness** | ''" | | **Liveness** | ''" | ||
| - | ====== 7. Retrieving the idClaim ====== | + | ====== 7. Retrieving the idClaim |
| + | |||
| + | === Conditions to retrieve the phone number in the idClaim === | ||
| + | |||
| + | //In the administration console, configure the process as follows:// | ||
| + | |||
| + | * //In **Information input**, check **" | ||
| + | * //In the **Validations selection**, | ||
| + | |||
| + | //Then, in the user record creation request body, add:// | ||
| + | |||
| + | <code json> | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | ---- | ||
| [[https:// | [[https:// | ||
| Ligne 638: | Ligne 657: | ||
| === 🔧 CURL Request – Production === | === 🔧 CURL Request – Production === | ||
| <code javascript> | <code javascript> | ||
| - | curl -X GET \ | + | curl -X POST \ |
| " | " | ||
| -H " | -H " | ||
| Ligne 647: | Ligne 666: | ||
| === 🔧 CURL Request – Preproduction === | === 🔧 CURL Request – Preproduction === | ||
| <code javascript> | <code javascript> | ||
| - | curl -X GET \ | + | curl -X POST \ |
| " | " | ||
| -H " | -H " | ||
| Ligne 670: | Ligne 689: | ||
| The enrollment status will be changed to **DISCONTINUED**. | The enrollment status will be changed to **DISCONTINUED**. | ||
| - | |||
| - | |||