[STRIPE] Checkout Success and Cancel Page Issue

Hi all,

I have been spending the last few hours trying to get this to work and I haven’t had any success.

I’ve got a Stripe Checkout action, and here’s where I am encountering a problem.

When I use the dropdown menu method of assigning a “Success” page and “Cancel” page it works perfectly. However when I try using the “bind” method, I simply can’t get it to work. I’ve tried numerous combinations.

Let’s say the page I want them to go to is www.example.com/purchase_status?referral=Facebook

I have tried the following methods
-[baseURLVariable] + “/purchase_status?referral=Facebook”
-“/purchase_status?referral=Facebook”
-“https://www.example.com/purchase_status?referral=Facebook
-“purchase_status?referral=Facebook”

None of them work. What am I missing here?

1 Like

Thank you for your question. Let me check with the team and see how we can assist you. I will get back to you as soon as possible.

With some help from WeWeb support, it looks like one would use

“[WeWebpageID]”+/purchase_status?referral=Facebook”

in the bind field to get it to work.

You can find your page ID by clicking on Development, and clicking on Show dev information. This will now show the ID of the page when you view it’s settings