Stripe.js only shows live api id for subscription in read only live mode

The only api id’s that come up in the workflow option to add my stripe subscriptions are the test ones when in development mode.

if I go to live version (only read), the live api id I need show up, but I can’t choose them!

can someone help with his please?

Probably a bit late for you, but for others who find this, here’s what you do:

  1. Create plans in BOTH live and dev Stripe. I put those plan IDs into options sets with “live” and “dev” attributes, putting the corresponding Stripe plan IDs into each (I think maybe Stripe calls it a “product ID”).
  2. Use conditional workflows – “App’s version is live” or “App’s version is test” – to use either the option set’s live or dev Stripe plan ID.

Hopefully that helps!