PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved
Solved
drosossavvas

Dec 11th, 2020 05:22 PM

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?

rs1234

Dec 13th, 2020 09:04 AM

Best Answer

Bildschirmfoto 2020-12-13 um 09.00.54.png

I just solved the problem. Take the API ID of the plan in Stripe and it works :)

Report
3
bobbyiliev

Dec 13th, 2020 04:20 PM

Hi there,

Happy to hear that you've got it working! And thank you for sharing the solution here wiht the community!

Regards, Bobby.

drosossavvas

Dec 15th, 2020 01:44 AM

Thank you @svenrochel. It worked.

alexmorning

Jul 11th, 2023 04:04 AM

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