# PayPal adapter changelog Release notes for the Stripe-written PayPal adapter. ### 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/adapter-changelog" \ -d '{"email": "EMAIL", "preview": "paypal_custom_payment_method_preview"}' ```