Looking for Stripe pipe help

I see that there is a pipe for stripe. Does this mean there is a way to have a user pay a one-time fee within Tadabase? If so, does anyone have some instructions? Happy to pay someone for their time as well.

Thanks!

1 Like

I spent a considerable amount of time trying to do one time purchases with Stripe in conjunction with subscriptions. I’m sure there were avenues I didn’t explore enough but in my case, I was trying to slow the user to purchases items from a product list.

I ended up with this…

https://community.tadabase.io/t/jotform-integromat-purchasing-single-items/446

You might find this useful as well…

1 Like

I created a helper app to get you started with the stripe pipe.

You may copy the stripe template starter app by clicking here

After copying it to your account, preview the app (Landing Page) for instructions on how to set it up.

There are some pages that have custom JavaScript in order to remove extra clicks from the user. For example, after the user enters their credit card info, we redirect them to the “Set card as default method” page and submit that form for them which redirects them to the next step.

@tim.young did a beautiful job going through this workflow here. The link found in Tims post also contains all of the code used in that app.