#GamingForeverYT
1 messages · Page 1 of 1 (latest)
Hi, what is the specific error you're seeing? Can you share the request id with me? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_lkao5HgI6IcnIM
From looking at the request, it appears that you're not passing a price id on line_items[0][price] parameter. Are you able to confirm that you get a price id on $product_pricee?
I'm not too familiar with php, as a next step to faster debug this, can you pass the price id on the request instead of $product_pricee?
that works
but i want that he makes a product
then make a paymwnt link
Ok, so the issue here is $product_pricee
yes
You'd need debug this on your end
i dont now how to find default_price-Id
and get it
for make it in a variable
but autmatic so if i make a new payment it needs to do it over again
Currently, you've created the price so in your code, you'd need to reference that in the code. Where in the code did you create the price?