How to Prefill Email Addresses for Stripe Payment Link Buttons

Payment Link Email is an add-on for the free WordPress Stripe Checkout plugin that can be used to collect email addresses from buyers and prefill on the Stripe payment page. This lets buyers specify their email addresses before clicking on a Stripe payment link button.

prefilled email on the stripe payment page from a payment link button created by the wordpress stripe checkout plugin

How Payment Link Email with Stripe Works

When a Stripe payment link button is rendered on the front end with the prefill email feature enabled, an email input field will appear that will let buyers enter an email address.

email input field using the wordpress stripe checkout plugin and its payment link button

How to Enable Prefill Email

If you are using the “wp_stripe_checkout_payment_link” shortcode in the Stripe Checkout plugin, you can change it to the following to enable this feature.

[wp_stripe_checkout_payment_link url="https://buy.stripe.com/live_6gPE4jw7dMbUKdd3345" prefill_email="1"]

Setting the “prefill_email” parameter to “1” implies that you wish to collect email addresses from buyers.

If you would like the email address of a user to be automatically prefilled when they are logged in to WordPress, you can add the “prefill_wp_email” parameter for it.

[wp_stripe_checkout_payment_link url="https://buy.stripe.com/live_6gPE4jw7dMbUKdd3345" prefill_email="1" prefill_wp_email="1"]
prefilled email address of wordpress user using the wordpress stripe checkout plugin and its payment link button

The default label is “Email:”. It can be customized using the “prefill_email_label” paramter.

[wp_stripe_checkout_payment_link url="https://buy.stripe.com/live_6gPE4jw7dMbUKdd3345" prefill_email="1" prefill_email_label="Email Address:"]

Please note that customers will still be able to edit their email addresses on the Stripe payment page (Stripe allows it).

Get the Payment Link Email Add-on

WP Stripe Checkout Payment Link Email
WP Stripe Checkout Payment Link Email
Prefill email addresses for your Stripe checkout payment link buttons.

Note:
* Do not purchase before setting up the core plugin first. The add-on is not at fault if the core plugin does not work on your website.
* Do not purchase if you are not sure about a feature, contact us instead.
* Do not purchase to ask for more features or make the product work in a certain way.
* Do not try to scam us, we take it seriously. We are contributing to the WordPress community with free plugins and themes. If you cannot appreciate this our product is not the right choice for you.
* There is no refund/cancellation as it is a digital product.

Price: $39.99
Price: $29.99

7 thoughts on “How to Prefill Email Addresses for Stripe Payment Link Buttons”

  1. Will the email address be prefilled when a WordPress user is logged in?

    Reply
    • @Richard, Yes as long as you set the prefill_wp_email parameter in the shortcode.

      Reply
  2. can the plugin send an email to the user with the payment link instead ?

    Reply
    • @Alex, The plugin cannot do this unfortunately.

      Reply
  3. I noticed that if a user waits a day before clicking the email link, their email address is not pre-filled on the Stripe page.
    Are you familiar with this issue?
    Perhaps cache related?
    Is it possible to fix it?

    Reply
    • @Chris, We are not sure what you mean. Can you please explain what is happening?

      Reply
      • Hi. I’ll contact you to explain in more detail. Thanks

        Reply

Leave a Comment