We have Stripe Checkout as an integration, which is nice, but it only provides limited functionality with Stripe.
It would be very helpful if we had Stripe natively integrated into Workflows, so we could quickly and easily setup CRUD operations for two-way-syncing of data between Stripe and Softr. Example - When a customer, product or subscription is created in Stripe it is created in Softr, and vice versa.
Right now I’m using Webhooks to update Softr when something happens in Stripe, but this is only one way. I could use the API, but this is too cumbersome. I could use Zapier or Make, but I’m trying to keep everything in Softr’s tech stack.