Stripe is not populating in workflow - payments or plugs

Dropdown not populating real Stripe actions. Only seeing these. Tried reinstalling. Screenshot attached. ​No ability to add stripe in workflow. when plug is selected there are no options. stripe is not an option. Stripe is currently installed

Hi @thompsonbreck34 This is expected behavior with Bubble’s Stripe plugin. The plugin only shows a very limited set of actions now, especially if you’re on the legacy Checkout version. Re-installing won’t change that.

If you’re looking for things like creating payments, subscriptions, or checkout sessions, they won’t appear unless you use Stripe Checkout properly, and even then, many actions are no longer exposed. Most devs now handle Stripe via the API Connector instead, which gives you full access to Stripe and avoids this issue entirely.

1 Like

I recommend you make all the calls you need through the API Connector. Check the Stripe documentation for the endpoints you will need, and create them all in the API Connector. This will give you much more freedom and flexibility than with the plugin.

1 Like