#amyxce_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/1379486328097607756
📝 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.
- amyxce_api, 9 minutes ago, 4 messages
Hi! Can you share a Request ID for one of those API calls please?
req_grQQ5FaocwEeWp
Cool, thanks. I don't see any parameters on that request. I do see payouts though in the associated test account. I also can't see the response, unfortunately.
Can you run it again and share the Request ID and complete response with me?
Just ran with parameters (date created between 1st Jan 25 and today).
Request ID: req_E8FmAmxhw4gVze
Response: {
"object": "list",
"data": [],
"has_more": false,
"url": "/v1/payouts"
}
Awesome, thank you. Wait one.
hi @molten summit are you still here? sorry about the delay, the discord has been busy today
just checking, it sounds like you're looking to get payout data for a connected account, is that right?
if so you may just need to include the Stripe-Account header in the request with the connected account ID
Hi, no worries! Yes, I can get data but it's not up to date (latest record returned is from Nov 2024). Would including that header help with that?
first can you confirm that you actually are trying to get payout data for a connected account? it sounds that way from your original question but i want to make sure
i also see you're making this request using postman, so if you want to just add that into the request headers real quick and give it a go we can maybe learn something new
to be honest troubleshooting GET requests like this is a little difficult, as we don't save the response bodies on our end. so sometimes just trying different things helps.
Apologies I'm not the most familiar with Stripe yet, I think so - my situation is my customer (who are a charity organisation) want to see all records of payouts, I suppose connected to their account? I don't have their Stripe Account ID on hand, I'd have to ask them for that but unfortunately won't be until tomorrow now
no worries! are you able to log into your own account, and if so do you see them in the Connected accounts tab?
https://dashboard.stripe.com/connect/accounts
if so, you can click on their account in that list and see it under the Account ID on the right side of the page
Ah I don't actually have an account myself
ahhh gotcha, so are you making this request directly on the account of your client?
do you have a payout ID of a specific payout you know should be appearing in the call to list all payouts? if so can you try calling this API with that payout ID?
https://docs.stripe.com/api/payouts/retrieve
Yeah, all I've been given is their secret key which I'm using in the calls
I don't, annoyingly won't be able to get that until tomorrow either, but I'll give that a go when I do
ok! sounds good
Thanks for the help, I may have to start another thread tomorrow if I can't figure it out still👍