#ayesha-shaikh_code
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ayesha-shaikh_error, 3 days ago, 22 messages
- ayesha-shaikh_error, 4 days ago, 9 messages
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1252586133036994582
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
๐ happy to help
subscription metadata automatically gets copied to invoices
yes, it does but it won't be that invoice's metadata right?
I want to query subscription invoices with some metadata
I'm not sure I understand
it's a copy it's not linked
I want to search invoices with metadata query https://docs.stripe.com/api/invoices/search
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and for subscription invoices, though subscription metadata will get copied to invoice - I won't be able to search/query
no you can search normally
am I getting it right?
once the metadata is copied to the invoice
you can search the invoice by metadata
as if you set it manually
https://dashboard.stripe.com/test/invoices/in_1POKUmGXlQ7PG1unT6vJ8ve5
for this subscription sub_1POKUmGXlQ7PG1unhiIJLjpE - subscription has some metadata, that I would like to have in all of this subscription's invoices
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
but when I look at this invoice it shows no metadata of its own
subscription metadata is under subscription details
when did you add the metadata to the subscription?
when I created it
let me have a look
you need to look at https://docs.stripe.com/api/invoices/object#invoice_object-subscription_details-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and not metadata itself
so yes they won't be searchable
sorry my bad
so there's no way for this