#onurismail_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.
โฑ๏ธ 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/1325801824330059790
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
stripe-java libraries are bound to a specific API version
since API version 2022-11-15 we no longer return a list of charges and instead we use the latest_charge but the latest_charge is only available once the PaymentIntent is confirmed
if for some reason you still wish to show all charges you can always fetch all charges of a PaymentIntent using this API https://docs.stripe.com/api/charges/list#list_charges-payment_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.