Use this endpoint to initiate an IDMobile Billing consent request, using the POST method.
Related IDMobile Billing documentation:
- ID Mobile introduction
- Billing Consent GET request
- Billing Consent response
- Billing Retrieval POST request
- IDMobile Billing Swagger documentation
IDMobile Billing Consent 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 |
| scope | {SCOPE} |
Static value. Must be billing for this scope. |
Mandatory |
| redirect_uri | {URL_REDIRECT} |
Redirection URL. DQE adds the session token and status to the redirect. | Optional |
Related to