It's in Stripe Payment Gateway line 368 of action.php controller in the handler method.
$plan = Stripe_Plan::retrieve($productId);
This is calling Stripe API using productId = 'membership_plan_1'
depending on the membership id you select (1,2,3,4...)
Any idea how to fix this to get a plan ? Someone know what to configure in Stripe ?
Thanks.