#spag7_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/1392507778840662218
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, looking in to this. I think that that field being gone is expected for that API version. The dashboard has a different API version that sometimes has access to more fields but I'm not sure if it is expected that it would still see that field
If the field is gone, is the intended way to retrieve a payment_intent of an invoice to expand its payments and check them for the payment_intent ?
Yep yep, that is the intended way to do that with the latest API version. Unfortunately that means that more API calls have to be made sometimes and expansion only goes far enough to expand the PI but not its fields. There is work to smooth over rough edges like that on the roadmap but I'm not aware of an ETA. I know some devs have updated to the version just before the latest one (acacia) if they don't need features from this latest version (basil)
Also I confirmed that the difference is that the dashboard uses a slightly different API version (2025-03-01.dashboard). I will also file feedback that we should try to make calls with your account's API version if possible so that the explorer is more accurrate to what your client SDK would see.