Services Plugins FAQs

Why isn't my stripe marketplace action not working in live? (and only in test)

For example I have a simple workflow to add a customer:
image

It works fine and create the customer in my stripe account using the /version-test/ but not in the live version (and yes live is up to date/the exact same a dev version).

Any help is appreciated thanks!

Hi @oiplive,

Thanks for reaching out. Just make sure to use your Live API keys for your live app, and your Test API keys for your version-test app, because they are different keys and you will be able to test things out in live with real data, if you will.

But if you simply want to test your live app, then just remember to toggle test mode in your Stripe dashboard and switch to live so you can see the live results.

Just to add here – please check plugin docs and demo because we have multiple examples of how you can implement the plugin with some instructions, so you can simply check the editor and replicate the workflows.

Hope it helps.

Best,
Alex