#sam-lee_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/1341027171551940710
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
I can't tell you exactly what Dashboard does to construct the chart, but you should be able to replicate it by using the List Balance Transactions API method.
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 we can refine this down to just the transaction?
The above documentation seems to be more related to transactions, we're after the timeline in the above screenshot.
Each Balance Transaction has a source which will link to a Charge, which in turn links to a PaymentIntent:
Ok, thank you for your help @marsh niche I will take a look at this and reach out again if we have any further questions.
Happy to help.
Just out of interest what is the reason you can't say what the timeline is made up of?
I just don't know how it internally works. Perhaps it uses some internal APIs that are not publicly accessible, so it wouldn't make sense to go into it.