--- title: "Express Checkout Shortcut" url: "https://docs.adyen.com/paypal-hpp/express-checkout-shortcut" source_url: "https://docs.adyen.com/paypal-hpp/express-checkout-shortcut.md" canonical: "https://docs.adyen.com/paypal-hpp/express-checkout-shortcut" last_modified: "2024-03-12T13:25:00+01:00" language: "en" --- # Express Checkout Shortcut [View source](/paypal-hpp/express-checkout-shortcut.md) **PayPal Express Checkout Shortcut will be deprecated by November 1, 2024.** We will release the new PayPal Express Checkout on Web Drop-in/Components in April 2024. The shopper enters the order data and initiates the payment. You send the submitted information using the following call with an HTTP POST message as: ```
``` For further details on the payment request fields included in this HTTP POST message example, see [Hosted Payment Pages](/online-payments/classic-integrations/hosted-payment-pages). On the PayPal website, you can download [PayPal-branded buttons](https://www.paypal.com/us/webapps/mpp/logos-buttons) for displaying on your site. To enable skins, contact our [Support Team](https://ca-test.adyen.com/ca/ca/contactUs/support.shtml?form=other). Before processing a request, make sure that PayPal has enabled the **Request Billing Address** option on your PayPal account. To enable this, [contact PayPal](https://www.paypal.com/us/smarthelp/contact-us). ## Redirecting The submitted order form on your site sends the data to the Adyen specified in the action attribute of the form element: `https://test.adyen.com/hpp/details.shtml` The `paypal_ecs BrandCode` value in the [Customer Area](https://ca-test.adyen.com/) sets the corresponding `brandCode` attribute value on the HTML page. The data redirects to the PayPal site, where Express Checkout initiates. A redirect takes the shopper from your site to the PayPal login page. After logging in with their PayPal credentials, the shopper should: 1. Choose a shipping address from the available ones in their PayPal account or add a new shipping address. 2. Choose the preferred card for the payment or add a new card. 3. Authorise the payment.