#Jgreensmith12
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Hi there 👋 I'm jumping in as my teammate needs to step away. Thank you for sharing that request ID, I'm pulling it up on my end now.
no problem, thankyou for having a look
this is the api i use for my success page (where i can't access the metadata)
console on success page
Where you're placing the metadata is causing it to be attached to the ad-hoc Product object that is being created when you use product_data. You might be able to use our expand functionality 0 to expand the product field in that response. Could you please try expanding data.price.product in your get request?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you I will give this a try
yess!! this worked thank you so much! i've been stuck on this for ages!
Wooh 🥳 I'm glad that helped!