#makercab

1 messages ยท Page 1 of 1 (latest)

bitter swallowBOT
hushed moon
#

Hi ๐Ÿ‘‹

What product are you using here? Also that string does not appear to be a valid Stripe Price ID.

celest creek
#

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 }

hushed moon
#

Okay, do you have a request ID for for an API request where you created this Checkout session?

celest creek
#

Let me check on that

#

I'm in test mode though

hushed moon
#

Yes, that shouldn't matter

#

Those requests are logged just like live mode

celest creek
#

I'm still searching sorry

#

That's it: req_mlGJSl22WoRaPq

hushed moon
#

Okay so this request only has the one line_item so it makes sense you would only see one objet in the Checkout page.

celest creek
#

Okay so it's on my side. I'm not generating a new line_item for each item in cart :/

hushed moon
#

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

celest creek
#

Ok I'll investigate. Thank you so much for your help @hushed moon ๐Ÿ™