STRIPE Pipe - Customer Portal

@moe Can you add a STRIPE Pipe that includes their new Subscriptions Portal?

What do you mean by their new subscription portal? What do you want to see?

They just released a new billing/subscriptions portal that allows customers to view invoices, manage their subscriptions, change payments, etc…Via their API you can create a button in a clients Tada base app account that would allow them complete access to the portal via a SESSION. Integration Docs - Go here (https://stripe.com/docs/billing/subscriptions/integrating-customer-portal and Sales page - https://stripe.com/billing

I’ll take a look at it.

In the meantime we added an early version of Stripe Pipe you can use for testing.

Also, here’s an app you can copy into your account to reverse engineer it until we have time to write proper docs.

Click here to copy the app:
https://build.tadabase.io/copy-app/PzQ4xykQJG/Stripe

1 Like

I took a quick look at this. Stripe is doing a great job imho.

So here’s how to utilize this.

  1. Install the latest version of the Stripe Pipe.
  2. Add an HTML component to any page of your app
  3. Add a new pipe to the HTML component with the following settings:

(I wouldn’t use https://google.com" for return url, this should be the URL for your app)

  1. Add the URL response to your page so the URL will be displayed:

You can format it as a link by just placing the placeholder into an link tag like so:

I hope this helps.

Let me know if there’s anything else I can assist with.

@moe, is it possible to use/place a URL app variable in the pipe field that is dynamic and doesn’t have to be the hardcoded URL? For example, I see an issue of forgetting to update the URL if a custom domain is used after it was setup with the xxxx.tadabase.io… url.

Oh I see, very interesting. Right now if you save the URL to each logged in user’s record (via a Table Rule) for example that can be dynamic. But I think you mean to get the URL of this specific app instead. Like setting the URL to (this_apps_url).

This is not possible yet, but perhaps we can make App Variables available as a parameter. I’ll have to look into it.

At this time we’re working on a few very big pipe and page builder improvements and Pipe updates. We can now allow OAuth 2.0 so you can have direct integrations with Slack, Zoom, Docusign, Twitter, Facebook, Google Calendar… you name it. We hope to release this latest update within 2 weeks.

Here’s some examples of what you can do on the Slack Pipe, its far more powerful than Zapier alone:

Did the options to integrate with Google Calendar get released?