# Profile Request
###### The profile-request allows the merchant to read the stored configuration for his merchant profile.
## Request Parameters
### `
` Section
| Parameter | Condition | Restriction |
| --- | --- | --- |
| [`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 | `PROFILE_REQUEST` |
| [`credential`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/head/credential) | Mandatory | |
The **PAYMENT_INIT request** do not contain a `` section.
#### XML Example
```xml
myshop
PROFILE_REQUEST
INTEGRATION_TE_DACH
4c0a11923fa3433fb168f9c7176429e9
```
## Response Parameters
### `` Section
| Parameter | Condition | Restriction |
| --- | --- | --- |
| [`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 | `PROFILE_REQUEST` |
| [`response-type`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/head/response-type) | Mandatory | success: `STATUS_RESPONSE`failure: `STATUS_ERROR` |
| [`processing`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/head/processing) | Mandatory | |
### `` Section
The `` section of the **PROFILE_REQUEST** response contains the requested profile information splitted in the sections `master-data` and if applicable `installment-configuration-result` and `b2b-configuration-result`.
#### master-data
| Parameter | Enumeration | Comment |
| --- | --- | --- |
| `profile-id` | name of requested profile | Name of requested profile-id |
| `merchant-name` | | Name of merchant |
| `shop-name` | | Name of web shop |
| `merchant-status` | 1 = not active2 = active | Merchant status |
| `activation-status-invoice` | 1 = not active2 = active3 = phased out (no new orders are allowed but existing orders can be updated [e.g. capture or refund]) | Status of payment method invoice |
| `activation-status-installment` | see activation-status-invoice | Status of payment method instalment |
| `activation-status-elv` | see activation-status-invoice | Status of payment method direct debit |
| `activation-status-prepayment` | see activation-status-invoice | Status of payment method prepayment |
| `eligibility-ratepay-invoice` | "yes" = payment method active"no" = payment method not active | Status of payment method invoice |
| `eligibility-ratepay-installment` | see eligibility-ratepay-invoice | Status of payment method instalment |
| `eligibility-ratepay-elv` | see eligibility-ratepay-invoice | Status of payment method direct debit |
| `eligibility-ratepay-prepayment` | see eligibility-ratepay-invoice | Status of payment method prepayment |
| `eligibility-ratepay-pq-light` | [deprecated] | [deprecated] |
| `eligibility-ratepay-pq-full` | "yes" = available"no" = not available | Status of IBS (integrated payment management) / is the `PAYMENT_QUERY` usable |
| `tx-limit-invoice-min` | type Decimal | Minimum shopping basket amount for invoice |
| `tx-limit-invoice-max` | type Decimal | Maximum shopping basket amount for invoice |
| `tx-limit-elv-max` | type Decimal | Maximum shopping basket amount for direct debit |
| `tx-limit-elv-max-b2b` | type Decimal | Maximum shopping basket amount for direct debit B2B customers |
| `tx-limit-prepayment-min` | type Decimal | Minimum shopping basket amount for prepayment |
| `tx-limit-prepayment-max` | type Decimal | Maximum shopping basket amount for prepayment |
| `tx-limit-prepayment-max-b2b` | type Decimal | Maximum shopping basket amount for prepayment B2B customers |
| `b2b-invoice` | "yes" = allowed"no" = not allowed | are B2B orders for payment method invoice are allowed |
| `delivery-address-invoice` | "yes" = allowed"no" = not allowed | is a different delivery address for the payment method invoice allowed |
| `b2b-installment` | see b2b-invoice | b2b-invoice |
| `delivery-address-installment` | see delivery-address-invoice | see delivery-address-invoice |
| `b2b-elv` | see b2b-invoice | see b2b-invoice |
| `delivery-address-elv` | see delivery-address-invoice | see delivery-address-invoice |
| `b2b-prepayment` | see b2b-invoice | see b2b-invoice |
| `delivery-address-prepayment` | see delivery-address-invoice | see delivery-address-invoice |
| `b2b-PQ-light` | [deprecated] | [deprecated] |
| `delivery-address-PQ-light` | [deprecated] | [deprecated] |
| `b2b-PQ-full` | see b2b-invoice | see b2b-invoice |
| `delivery-address-PQ-full` | see delivery-address-invoice | see delivery-address-invoice |
| `country-code-billing` | enumeration of countries | List of allowed countries (reference billing address) |
| `country-code-delivery` | enumeration of countries | List of allowed countries (reference delivery address) |
| `currency` | enumeration of allowed currencies | List of allowed currencies e.g. EUR or CHF |
#### installment-configuration-result (if applicable)
| Parameter | Enumeration | Comment |
| --- | --- | --- |
| [`interestrate-min`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/interestrate-min) | decimal | Minimum value of percentage applied to the loan drawn down |
| [`interestrate-default`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/interestrate-default) | decimal | Default value of percentage applied to the loan drawn down |
| [`interestrate-max`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/interestrate-max) | decimal | Maximum value of percentage applied to the loan drawn |
| [`interest-rate-merchant-towards-bank`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/interest-rate-merchant-towards-bank) | decimal | The interest-rate defined contractually between the merchant and factoring entity |
| [`month-number-min`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/month-number-min) | integer | Minimum duration in months |
| [`month-number-max`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/month-number-max) | integer | Maximum duration in months |
| [`month-longrun`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/month-longrun) | deprecated | deprecated |
| [`amount-min-longrun`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/amount-min-longrun) | deprecated | deprecated |
| [`month-allowed`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/month-allowed) | string | Comma separated list of allowed durations, stated in months e.g. 3,6,9,12,24 |
| [`valid-payment-firstdays`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/valid-payment-firstdays) | string | Comma separated list of calendar days which are allowed as starting days of the installment plan:2 (direct-debit)28 (bank transfer)2,28 (both options are possible) |
| [`payment-firstday`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/payment-firstday) | string | Default calendar day of the first payment |
| [`payment-amount`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/payment-amount) | decimal | Minimum shopping basket amount incl. shipping |
| [`payment-lastrate`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/payment-lastrate) | decimal | Partial amount due in the last month |
| [`rate-min-normal`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/rate-min-normal) | decimal | Minimum monthly instalment due |
| [`rate-min-longrun`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/rate-min-longrun) | deprecated | deprecated |
| [`service-charge`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/service-charge) | decimal | In case of payment by instalments, additional costs of financing |
| [`min-difference-dueday`](/docs/developer/api_integration/payment_1.8/payment_api_documentation/api_explorer/content/installment-configuration-result/min-difference-dueday) | integer | Minimum difference in days until due date |
#### b2b-configuration-result (if applicable)
This section contains information about the optional and mandatory fields per company type.
#### XML Example
```xml
myshop
PROFILE_REQUEST
PROFILE_SETTINGS
2020-04-27T10:13:04.000
Successfully
Profile read successful
Profile processed
INTEGRATION_TE_DACH
INTEGRATION_TE_DACH
INTEGRATION_TE_DACH
2
2
2
2
2
yes
yes
yes
yes
yes
yes
10
9999.99
30
5000
0
9999.99
0
999999
yes
yes
no
yes
yes
yes
yes
yes
no
no
no
no
DE,NL,AT,CH
DE,NL,CH,AT
EUR,CHF
0
0
0
0
3
3
0
0
3
2
2
30
0
10
0
0
28
1
2
3
6
8
9
10
11
12
7
3
6
7
1
2
3
6
8
9
10
11
12
7
1
2
3
6
8
9
10
11
12
7
1
2
3
6
7
1
2
3
6
8
9
10
11
12
7
2
3
4
6
7
2
3
5
6
7
1
2
3
6
8
9
10
11
12
7
1
2
3
6
8
9
10
11
12
7
3
6
7
3
6
7
13
1
2
3
6
8
9
10
11
12
7
2
3
6
8
9
10
11
12
14
7
3
6
7
3
6
7
3
6
7
3
6
7
3
6
7
Handelsregisternummer
Sitz Registergericht
Homepage
Vereinsregisternummer
Genossenschaftsregisternummer
Umsatzsteuer-ID
Telefonnummer
Meldeadresse/Reg: Straße
Meldeadresse/Reg: Hausnummer
Meldeadresse/Reg: PLZ
Meldeadresse/Reg: Stadt
Meldeadresse/Reg: Land
Geburtsdatum
Partnerschaftsregisternummer
Registernummer
Firmenbuchnummer (FN)
```