Stripe plugin redirect to Thank You page after payment

I’m using Bubble’s Stripe plugin and have it all set up in the test environment. After making a payment, the user is directed back to the page where they were first asked to make a payment by default.

I’d like to redirect the user to a Thank You page, or a receipt page after successful payment. Any simpleish way to do this?

I’ve thought about a workaround workflow where:

On page load → redirect to ‘Thank You Page’ URL (only when user has an active subscription).

I just don’t like this workaround because if the user wants to make a SECOND purchase/subscription, it will redirect them every time they try to checkout before they can purchase again.

Have you tried adding another step in the subscribe workflow? Something like the below should work:
image

1 Like

Oh that worked great! Thanks for the tip

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.