Skip to main content

How to configure Express Checkout?

L
Written by Leanid Yuryeu
Updated over 2 weeks ago

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

  1. Access Paywall Editor:

    • Open the Paywall editor

    • Select the Web platform

  2. 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.

  3. Optional PMC Setup:

    1. To link a Payment Method Configuration:

      1. Create the configuration in Stripe

      2. Paste its ID in the designated field

  4. Error Message Customization:

    1. Adjust error message styling (text color, font size, etc.)

    2. Applies to both Payment Element and Express Checkout

  5. 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 correctness

    • Express Checkout Options: Provide JSON to control element behavior

    • Configurable options include:

      • allowedShippingCountries

      • billingAddressRequired

      • paymentMethodOrder

      • buttonTheme

      • layout

      • and more...

  6. Reference: Stripe Express Checkout Options
    !Warning: Invalid JSON may cause integration issues


Did this answer your question?