#ramonp99_code
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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1213060889000022027
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
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.
- ramonp99_best-practices, 20 hours ago, 7 messages
- ramonp99_best-practices, 21 hours ago, 21 messages
Yes I have used the expand before, but as far as I knew that only works for 1 level nested objects
So you can expand a property onto an entity that you are requesting
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Not true. You can 'expand' multiple levels
However that's unlikely to be the issue if the field is null
What's the bpc_xxx ID?
bpc_1Oh7MuFeQllzlu1zVizcXrTD
Can you share the req_xxx ID? Also, specifically which field is null?
result.Features.SubscriptionUpdate.Products
I'm looking for the req_xxx id right now
req_vIqY1PZGGNFNNj
Yeah you need to 'expand' it as per my colleague's advice: https://docs.stripe.com/api/expanding_objects?lang=dotnet
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Key you need to expand would be: data.features.subscription_update.products
Thanks!