# Configuration Request
###### The Configuration Request allows the merchant to read the stored instalment configuration parameters for his merchant profile.
## Request Parameters
### `
` Section
| Parameter | Condition | Enumeration |
| --- | --- | --- |
| [`system-id`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/head/system-id) | Mandatory | |
| [`operation`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/head/operation) | Mandatory | `CONFIGURATION_REQUEST` |
| [`credential`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/head/credential) | Mandatory | |
The **CONFIGURATION_REQUEST request** does not have a `` section.
## XML Example
```xml
MyTestsystem
CONFIGURATION_REQUEST
INTEGRATION_TE_DACH
4c0a11923fa3433fb168f9c7176429e9
```
## Response Parameters
### `` Section
| Parameter | Condition | Enumeration |
| --- | --- | --- |
| [`system-id`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/head/system-id) | Mandatory | |
| [`operation`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/head/operation) | Mandatory | `CONFIGURATION_REQUEST` |
| [`response-type`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/head/response-type) | Mandatory | CONFIGURATION_SETTINGSSTATUS_ERROR |
| [`processing`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/head/processing) | Mandatory | |
### `` Section
The `` section of the **CONFIGURATION_REQUEST response** contains the merchant specific parameters concerning the Installment Calculator configuration.
| Parameter | Condition |
| --- | --- |
| [`installment-configuration-result`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result) | Mandatory |
## XML Example
```xml
MyTestsystem
CONFIGURATION_REQUEST
CONFIGURATION_SETTINGS
2016-01-11T15:50:09.000
Successfully
Calculation configuration read successful
Calculation configuration processed
0
0
0
0
3
3
0
0
3
2
2
30
0
10
0
0
28
```