Stripe will not connect to plans. Says plan exists but token is differnt.
I am new to Spark and am very excited. I chose stipe for the subscriptions. I have followed the set up. But I am getting this error when stripe is trying to post. No such plan: Pro; one exists with a name of Pro, but its ID is plan_************* . The reason I see that it is saying that is because the plan Id in stripe does not match up to that plan id. Is there anybody with an idea of why that is happening?
So, in Stripe, you need to have a subscription with an id of 'test-30' defined. You have to log into stripe to create it. Just having it in Spark doesn't create it in Stripe.
Well of course. I appreciate that. I have 3 plans in stripe. That is how I know the plan id printed in the error is different than the plan id in stripe. So I thought I had put in the wrong environment variable keys for stripe. But those were correct. And I verified that the names in the spark service provider matched the plan names in stripe. That is why I ask because I don't know where the wrong product key is coming from.