Tidycal, Pabbly and Stripe
Status: Open · Asked by Kenneth Glosli Kristiansen on · 0 views
Hi, i am trying to set up a workflow where i have defined a question in tidycal. Where i ask the customer who is going to book a sauna if they want to bring there own wood. Or if they want me to warm up the sauna before they come. In tidycal when they pick the alternative with wood. I want the price to change, or that there is a seqence where they get sent to a other payment link in stripe to pay for the extra wood. How do i set up this workflow, tried several different things.
Thanks.
Hello @Alectos
You can try using Router(Pabbly) to achieve your use case.
1. You can create two separate routes in the Router and then filter based on the alternative the user selects.
In tidycal when they pick the alternative with wood
2. Then you can add the specific stripe payment link further on in the concerned routes.
I want the price to change, or that there is a seqence where they get sent to a other payment link in stripe to pay for the extra wood
To learn more about Router(Pabbly) please refer to this tutorial link -