Stripe Subscription Plan ID

I am trying to create a workflow to sign a user up to a subscription plan.

I am using the subscribe the user to a plan action provided by the stripe plugin.

I am trying to dynamically specify a plan (pulling plan-id from database). However it is showing me an error when I try to do so.

image

Any suggestions? Appreciate your help.

According to the error message you’re not passing a subscription plan Id in the API call.

So if you think you are then I’d check in the debugger or server logs to see what’s going on (it could be privacy rules preventing the ID from being access, so check those as well).

1 Like