Add CRUD Workflows for Stripe Products

It’s great to see the new Stripe Workflow integrations. However, they seem to be missing a big component - Stripe Products. There is no way to manage Stripe products - create, read, update, delete. Any plans to add this functionality? If not, I vote for it’s implementation.

1 Like

HUGE +1 (if they’re reliable)

1 Like

Hi Toby, we will add new actions soon for Stripe integration.
Any other things that might be missing?

Hi @romain-softr - Great to hear you will be adding new Stripe actions to Softr Workflows. I hope this is sooner than later as I am currently trying to integrate Stripe with a Softr project, and it is not easy.

Context: We are building a membership management platform for a non-profit. They need to be able to sell memberships at different price points, sell tickets to events at different price points, sell courses at different price points. While we can get all the non-financial aspects woking within Softr, the integration with Stripe is very limiting and frustrating.

In addition to adding CRUD for Stripe Products, other Stripe functionality that would be helpful includes…

  1. CRUD for Pricing - A price is created when you create a Product, but on the backend Stripe treats prices separate from Products. So ensuring we have the ability to manage pricing is important.
  2. CRUD for Subscriptions - Having the ability to easily manage subscriptions.
  3. Dynamic fields for Native Stripe Blocks - Example: We sell tickets to events. We have a detail page for the event, but no way to set different pricing options on an event page without manually creating Stripe Pricing links and then creating numerous visibility options in Softr. This is a very tedious process.
  4. Stripe Triggers - While we can use Webhooks, native Stripe triggers would make things much easier.

Essentially we need a seamless process for managing payments and billing within a Softr app, that provides the end user the ability to manage their own transactions quickly and easily.

Thanks in advance.