# Deploy and manage the PayPal adapter Deploy, configure, and maintain the PayPal adapter in your environment. Stripe supports adding PayPal as a custom payment method in your existing [full page](https://docs.stripe.com/checkout/quickstart.md), [embedded form](https://docs.stripe.com/checkout/form/quickstart.md), and [elements](https://docs.stripe.com/payments/quickstart-checkout-sessions.md) integrations. Stripe shares an adapter with you that you host in your environment and that integrates natively with Checkout for more efficient payment routing. ### Request access to the PayPal custom payment method. Enter your email to request access. ```bash curl https://docs.stripe.com/preview/register \ -X POST \ -H "Content-Type: application/json" \ -H "Referer: https://docs.stripe.com/payments/payment-methods/custom-payment-methods/paypal/deploy-and-manage-adapter" \ -d '{"email": "EMAIL", "preview": "paypal_custom_payment_method_preview"}' ```