#tiffany-m_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1252343879257161883
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Can you send me the request ID (req_123) where you got this error so I can take a closer look? If we are giving you an error that that data is out of retention, unfortunately I do not think it will be possible to access it via the API but I am happy to check.
So, I don't know if this helps, but I also tried requesting a payout id for recent data (a payout from yesterday) and am receiving the same issue so maybe there is also a setup issue and that request being here https://dashboard.stripe.com/logs/req_wOattv0YsivK6l?t=1718653180
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ah, so these Payouts are for your connected accounts. You need to specify the account ID of the account you are retrieving the Payout from because the Payouts live on those accounts https://docs.stripe.com/api/connected-accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah, yep that worked thanks!