#makercab
1 messages ยท Page 1 of 1 (latest)
Hi ๐
What product are you using here? Also that string does not appear to be a valid Stripe Price ID.
I'm using Stripe Checkout
And it may appears odd to you but the string is valid. This is the "populated" string:
{ "price": "price_1M9okiJ0iQ8UfbKK2RfLPU56", "quantity": 1 }
Okay, do you have a request ID for for an API request where you created this Checkout session?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Okay so this request only has the one line_item so it makes sense you would only see one objet in the Checkout page.
Okay so it's on my side. I'm not generating a new line_item for each item in cart :/
At least it's not showing up in the API request. As a good first place to look, I would dynamically build the array of line_items and log it in your system before making the request to create a Checkout Session
Ok I'll investigate. Thank you so much for your help @hushed moon ๐