#jasonhuo_error
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/1360307506177380525
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- jasonhuo_docs, 3 days ago, 6 messages
Hi, can you share the request id where you see this error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_MDcHcr92r24JXX?t=1744304972
Thank you. This is a Preview functionality so we can't directly assist with this. However, from the shape of the error, it looks like you'd need to update the L3 data on that PaymentIntent since the amount different from the creation of the PaymentIntent.
Can you attempt to update that L3 data, https://docs.stripe.com/api/payment_intents/update to the new price and then try capturing it with the new amount?
the function for update L3 data need java sdk upgrade. which version do we need to use?
You'd need to be careful with upgrading versions, https://docs.stripe.com/api/versioning?lang=java as there maybe breaking changes. In test mode and test environment you can try with the latest version.
If you have further questions on this Preview Feature, our support team will be able to assist you better than I can: https://support.stripe.com/contact
which stable version is it currently?
~~It looks like that is only supported on the latest one, https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md~~
I highlly recommend that you look at all the breaking changes etc to fully underdstand how else it might impact you
Ah, never mind, that is not true, I see it on Java 26.13.0 as well