Use this endpoint to initiate an IDMobile Matching without OTP request, using the POST method.
Related IDMobile Matching without OTP documentation:
- ID Mobile introduction
- Matching without OTP GET request
- Matching without OTP response
- IDMobile Matching without OTP Swagger documentation
IDMobile Matching without OTP POST request
Endpoint
https://{SERVER_ADDRESS}/IDMOBILE/
Add the following parameters in the request body using x-www-form-urlencoded.
| Parameter | Value | Description | Mandatory/Optional |
|---|---|---|---|
| licence | {LICENCE_CODE} |
Number assigned to you as your license code. | Mandatory |
| number | {NUM} |
Phone number. | Mandatory |
| token | {TOKEN} |
Token retrieved through authentication. | Mandatory |
| mode | {MODE} |
2: authentication by code. |
Mandatory |
| name | {NAME} |
Partner name in the DQE database, usually your company name. | Mandatory |
| code_name | {CODE_NAME} |
Optional field containing a code associated with {NAME}. |
Optional |
| user_infos | {INFORMATION} |
JSON object containing the client information. | Optional. Mandatory if the scope is matching_notp. |
| scope | {SCOPE} |
Static value. Must be matching_notp for this scope. |
Mandatory |
| redirect_uri | {URL_REDIRECT} |
Redirection URL. DQE adds the session token and status to the redirect. | Optional |
| country | {COUNTRY} |
Use only for international Matching NOTP. Expected value: ISO 2 country code. | Optional |
Related to