#amyxce_api

1 messages · Page 1 of 1 (latest)

spark cobaltBOT
#

👋 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.

velvet meadow
#

Hi! Can you share a Request ID for one of those API calls please?

molten summit
#

req_grQQ5FaocwEeWp

velvet meadow
#

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?

molten summit
#

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"
}

velvet meadow
#

Awesome, thank you. Wait one.

spark cobaltBOT
inland oracle
#

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

molten summit
#

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?

inland oracle
#

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.

molten summit
#

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

inland oracle
#

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

molten summit
#

Ah I don't actually have an account myself

inland oracle
#

ahhh gotcha, so are you making this request directly on the account of your client?

molten summit
#

I don't, annoyingly won't be able to get that until tomorrow either, but I'll give that a go when I do

inland oracle
#

ok! sounds good

molten summit
#

Thanks for the help, I may have to start another thread tomorrow if I can't figure it out still👍