#ciri_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/1342124718232309780
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
You need to create the file on the platform account and not the Connected Account
Ok, that worked—thank you very much! One question, though: Why is it that I can retrieve and see the file on the connected account but I’m unable to update the connected account?
are the file shared? is it like this for other stripe entities?
I'm not sure I understand you follow up question
Can you share a concrete example with Stripe ObjectId (and requestIds)
I'll make my question easier and more straight forward, when calling the stripe.File.create() method, is the stripe_account param ignored?
No it's not.
You need to remove the stripe_account param when creating a file that will be used to Connected Account onboarding (e.g. logo)
oh, ok, so i need to removed only for logo and icon, so all the images in the settings.branding, correct?
but for other file purposes i have to add the stripe account param,
correct?
It depends on the use case, if it's for onboarding (like the logo and the use case you shared with me previously) then you remove the account header for all files
ok, thanks!