--- title: "Recurring details request" url: "https://docs.adyen.com/online-payments/classic-integrations/hosted-payment-pages/hosted-payment-pages-api/hpp-recurring-details-request" source_url: "https://docs.adyen.com/online-payments/classic-integrations/hosted-payment-pages/hosted-payment-pages-api/hpp-recurring-details-request.md" canonical: "https://docs.adyen.com/online-payments/classic-integrations/hosted-payment-pages/hosted-payment-pages-api/hpp-recurring-details-request" last_modified: "2026-05-26T13:48:54+02:00" language: "en" --- # Recurring details request [View source](/online-payments/classic-integrations/hosted-payment-pages/hosted-payment-pages-api/hpp-recurring-details-request.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 data that should be passed in an HPP payment request to create a [recurring contract](/online-payments/classic-integrations/classic-api-integration/tokenization). * `RECURRING` – Payment details can be used without the card security code to initiate [card-not-present transactions](/get-started-with-adyen/adyen-glossary/#card-not-present-cnp). * `ONECLICK,RECURRING` – Payment details can be used regardless of whether the shopper is on your site or not. * `PAYOUT` – Payment details can be used to [make a payout](/online-payments/online-payouts). | Field | Type | Required | Description | | ------------------- | ------ | ------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `recurringContract` | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The type of recurring contract to be used. Possible values:- `ONECLICK` – Payment details can be used to initiate a one-click payment, where the shopper enters the [card security code (CVC/CVV)](/get-started-with-adyen/adyen-glossary/#card-security-code-cvc-cvv-cid). | | `shopperEmail` | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The shopper's email address. | | `shopperReference` | String | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The shopper's reference for the payment transaction. |