Stripe Documentation

I am trying to integrate the stripe API but then price ID is an issue. Is there a way around it?

Note, I created the product myself

1 Like

Instead of connecting with API connector you can use stripe plugin which is easy.

That was the initial plan but then it is only working for a single product and not multiple product

Well the error is telling you exactly what you’re doing wrong…

You’re putting a number for the price instead of the Price ID.

You need to enter a valid Price ID for the Price parameter.

That is the issue, how do i get a price ID?? when I am not creating the product from stripe

If you’re not using a pre-defined Price from your Stripe account then you need to use the price_data parameter to define price data inline

This topic was automatically closed after 70 days. New replies are no longer allowed.