How to configure different redirect URLs in Stripe checkout for upsell flow vs email verification? Answered

Post author
TAYLOR DAVIDSON

Hey there,
I'm attempting to finalize my sales flow and here is what I'm looking at:
Product #1 Sales Page
->
Stripe Checkout Page
->
Product #2 Upsell Page
->
Stripe Checkout Page OR Email Verification Page
IF Stripe Checkout Page -> Email Verification Page -> Verify Email -> Onboarding Flow
IF Email Verification Page -> Verify Email -> Onboarding Flow


I'm currently stuck on how to set it up after the first Stripe Checkout Page and differentiating the On Sign up URL when they purchase compared to when they verify their email

https://www.loom.com/share/3103295ca43348fb9b8ec2e75cdcb297?sid=dcb5332d-b4ae-48af-8509-b7068381a52a

Comments

4 comments

  • Comment author
    Josh Lopez
    • You would have to set the first signup plan redirect url to the /wotn-offfer
    • Then set the upsale plan redirect to the verification page and make the href link for the bottom button to the verificaiton page.
    • You can use the member updated webhook to watch for when the member verified value is equal to true to then send an email with the onboarding link.
    0
  • Comment author
    TAYLOR DAVIDSON

    Okay thank you!

    What happens when they press the email verification from the email MS sends? That's where I want to control where they go. Not send a secondary email with a different link.

    Or forget about the verification in this process altogether and they can verify their email separately?

    0
  • Comment author
    TAYLOR DAVIDSON

    Yeah I think doing it separately is better now.

    0
  • Comment author
    Josh Lopez

    You could add a verify email button in a profile page and keep it separated. We dont have the ability to change the button url for email verifications currently.

    0

Please sign in to leave a comment.