Stripe Express Checkout enables you to integrate quick, branded payment options – including PayPal, Apple Pay, and Link – directly within your paywall interface
Configuration Steps for Stripe Express Checkout
Access Paywall Editor:
Payment Method Setup:
Navigate to Paywall Settings
Click "Customize"
Choose "StripeExpressCheckoutElement" from the Payment Method Kind dropdown
Select your Stripe environment (test or live)
Important: All Stripe elements (products, prices, coupons, payment methods) must match the selected environment.
Optional PMC Setup:
Error Message Customization:
Advanced Configuration:
Click "Customize Stripe Parameters"
Appearance Field: Enter valid JSON for styling (follows Stripe's Appearance API)
Warning: JSON is not automatically validated - verify correctnessExpress Checkout Options: Provide JSON to control element behavior
Configurable options include:
allowedShippingCountries
billingAddressRequired
paymentMethodOrder
buttonTheme
layout
and more...
Reference: Stripe Express Checkout Options
!Warning: Invalid JSON may cause integration issues