--- title: "Directory response" url: "https://docs.adyen.com/online-payments/classic-integrations/hosted-payment-pages/hosted-payment-pages-api/directory-response" source_url: "https://docs.adyen.com/online-payments/classic-integrations/hosted-payment-pages/hosted-payment-pages-api/directory-response.md" canonical: "https://docs.adyen.com/online-payments/classic-integrations/hosted-payment-pages/hosted-payment-pages-api/directory-response" last_modified: "2019-04-26T17:44:00+02:00" language: "en" --- # Directory response [View source](/online-payments/classic-integrations/hosted-payment-pages/hosted-payment-pages-api/directory-response.md) **Hosted Payment Pages are no longer available** To accept payments through an Adyen-hosted page, use our [Hosted Checkout](/online-payments/build-your-integration/sessions-flow?platform=Web\&integration=Hosted%2BCheckout). This page is for the classic Hosted Payment Pages (HPP) integration, which has reached end-of-life. We are no longer processing transactions though HPP. This table lists fields returned in a response to the  and  calls. | Field | Type | Required | Description | | ---------------- | ------ | ------------------------------------------------------------------------------------------- | --------------------------------------------------------------- | | `paymentMethods` | Array | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | Contains the information about the available payment methods. | | `brandCode` | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | Code of the payment method brand. | | `issuers` | Array | ![-x-](/user/data/smileys/emoji/x.png "-x-") | Returned only in case of bank payments. | | `issuerId` | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | ID of the issuer. | | `name` | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | Name of the issuer. | | `logos` | Object | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The payment method's logo of different sizes. | | `normal` | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The URL pointing to the payment method logo of the normal size. | | `small` | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The URL pointing to the payment method logo of the small size. | | `tiny` | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The URL pointing to the payment method logo of the tiny size. | | `name` | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | Name of the payment method. |