#kurt85_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1283464163204792414
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
The metadata you're passing is set on Invoice Line Item (il_xx) objects and not on price/product objects.
If you want to look at metadata on product dashboard page, then you'd want to set it on - https://docs.stripe.com/api/invoice-line-item/bulk#bulk_add_lines-lines-price_data-product_data-metadata
request, pricing details and product details screenshots
where can I see the metadata added at line item?
Hi! ๐
I am 99% sure we don't surface line items metadata in the dashboard.. My team won't know much about how dashboard does things as we mainly focus on APIs
Like I mentioned, you can move the metadata under product_data.metadata field instead
in which case, it should show on product page
is there any other way to ask about the dashboard? We recently moved to the new API method to add multiple lines in one call, maybe it got broken there
I would suggest you reach out to our support about that, they're familiar with the dashboard and can help with this
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
thank you! Have a nice day!