Stripe problem
I see that Stripe has changed and always generates automatically the ID of each product. I guess that I put this ID (prod_***) as the "Plan Id" on the corresponding plan on Wave.
But it gives me an error when trying to buy a plan: "Something went wrong - No such plan: 'prod_**'"
On the stripe's API logs I get "invalid_request_error".
It's obvious that something have changed with the API, but I don't know what to do. Can you provide some help please?
Hi there,
Happy to hear that you've got it working! And thank you for sharing the solution here wiht the community!
Regards, Bobby.
Thank you @svenrochel. It worked.
Oh my god, I was stuck on this for 6 or 7 hours trying to figure out why my stripe checking was throwing Error 500. turns out I made the same mistake. I saw the API ID for the product and I also saw Prod_xxx in the URL and I didn't notice that these 2 were different, so I was using prod_xxx from the URL also.
This post probably saved me many more hours of frustration trying to solve what is causing the error.
thank you for posting this and for posting the solution @drosossavvas @rs1234