#mika_api

1 messages ¡ Page 1 of 1 (latest)

sleek ferryBOT
#

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

scarlet kite
south matrix
#

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?

scarlet kite
#

You'd expand the source: expand: ['data.source']

south matrix
#
{
  "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"
  }
}
scarlet kite
#

"expand[]"="data.source"

south matrix
#

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

scarlet kite
scarlet kite
#

Did it work?

south matrix