#ciri_api

1 messages · Page 1 of 1 (latest)

mental pebbleBOT
#

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

inner musk
#

You need to create the file on the platform account and not the Connected Account

little heath
#

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?

inner musk
#

I'm not sure I understand you follow up question

#

Can you share a concrete example with Stripe ObjectId (and requestIds)

little heath
#

I'll make my question easier and more straight forward, when calling the stripe.File.create() method, is the stripe_account param ignored?

inner musk
#

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)

little heath
#

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?

inner musk
#

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

little heath
#

ok, thanks!

mental pebbleBOT