#bedro-plan-metadata
1 messages · Page 1 of 1 (latest)
Hi there 👋 can you share the ID of a Plan where you're seeing this? How are you currently setting that metadata?
That looks like the ID of a Product, are you retrieving that Product object or it's associated Plan/Price object(s)?
It shows on the dashboard, but not on the API
Your recent GET requests appear to be retrieving the Price object that is associated with that Product.
It is expected for metadata to not automatically transfer from one object to another, so if the metadata is defined on the Product object then you'll need to retrieve that Product to see the information.
I created it as a plan on my application but it shows as a product on the dashboard
I'm seeing that you first created a Product (with metadata), and then created a Price associated with that Product.
https://dashboard.stripe.com/logs/req_TTiXd9wTIhV63n
https://dashboard.stripe.com/logs/req_kdB1qfITbgyzN6
Thank you, retrieve the product and I got the metadata now