#mika_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/1347645098925621370
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, you would need to make an additional request: https://docs.stripe.com/expand/use-cases#charges-in-payout to attain this level of information.
Then what exactly do I have to expand to get this information when I make a GET on the PayPout ID with the Stripe Cli for example?
You'd expand the source: expand: ['data.source']
{
"error": {
"message": "This property cannot be expanded (data).",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_wS0q5EigIG1S42?t=1741374474",
"type": "invalid_request_error"
}
}
"expand[]"="data.source"
miker@Mikas-MacBook-Pro ~ % stripe get po_1QzRtZ4Dx8cbTu1Vkh4RE2hC --expand "expand[]"="data.source"
{
"error": {
"message": "This property cannot be expanded (expand[]=data).",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_ydC08q1NeVMvET?t=1741374610",
"type": "invalid_request_error"
}
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Can you review the above document I shared? It's using the Balance Transaction endpoint: https://docs.stripe.com/api/balance_transactions/retrieve?lang=cli
Did it work?
I just have to get my train at the station. As soon as I sit inside and have internet, I will contact you.