I am trying to set up a zap that does a Stripe cancel subscription, but it won’t test in test mode, it insists on using the live data and I have only given it the test API Key.
When you set up all the other action events, it has the option to use test or live, but this one doesn’t it only has the subscription ID field, so you can’t choose ‘test’ and it fails to use the test data with a message…
Failed to create a canceled subscription in Stripe
The app returned "No such subscription: 'xxxxxxxxxxxxxxxxxxx'; a similar object exists in test mode, but a live mode key was used to make this request.".
xxxxxxxxxxxx used above just to hide the ID.
Is this just a flaw in that particular event? Surely you can test cancelling a test subscription from Stripe.