Are You Using Stripe Payment Blocks? Check If They Are Working!

Hello, Softr Community -

I’m curious to know if anyone else is using Softr’s Native Stripe payment blocks in their apps? Have you run into any issues in the last day or so?

I started running into issues yesterday, due to a feature Stripe has deprecated. According to Softr support, they have no plans to fix the native Stripe blocks, and have steered me towards their new Pricing blocks.

My current understanding is that there is no longer an easy way to natively integrate with Stripe, unless you vibe code it. So another feature is gone, and the solution is to have us spend more $$$ on AI credits.

While Softr did recently update their Stripe workflows, they did not include a way to use workflows with Products, Subscriptions, or Invoices - half-baked solution.

I’ve been working on a Membership app for a client. A bit lost at the moment as to how we are going to integrate Stripe to automate payments.

Have you run into issues with Softr’s native Stripe blocks? If so, do you have any solutions or suggestions?

1 Like

Hey @TobyMacLeod. What was the particular Stripe feature that was deprecated?

If you have Claude, feel free to use this skill: GitHub - leo-softr/Softr-Vibe-Coding-Block-Claude-Skill: The unofficial Claude Skill for Softr's vibe coding block · GitHub. I’ve yet to use it with Stripe, but Stripe’s API/SDK is well documented/robust, so should be relatively easy!

Hi @Ben Stripe has deprecated the Checkout client-only integration. This option needs to be enabled in your Stripe account for the Softr pricing block to work. Since the option is no longer available in Stripe, the Softr pricing block no-longer works, and Softr has no plans to update it as they have released new vibe-coding pricing blocks.

1 Like

Hi @FlowDigital, Thanks for the resource. Somewhat new to GitHub so I’ll have to figure it out.

Hi @TobyMacLeod I wrote my app a while ago before the stripe block adn vibe code and just pasted stripes own code into a code block (from memory) and it works OK. It still does and took some payments yesterday on it. I am not sure if you are trying to do something different as mine is very basic, but it still works. I just thought the information might be helpful.

Hi @Vera_the_cat, thanks for that info. After talking with Softr Support, I believe the issue is limited to the old pricing block where you could copy and paste Stripe pricing codes. The native Stripe block are still working.