#ciri_api

1 messages ¡ Page 1 of 1 (latest)

north lagoonBOT
#

👋 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/1344581530143690814

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

mystic nimbus
#

I'm unsure off the top of my head on the byte size we use. I think it should be 1024 bytes, but I'd recommend double checking with the Support https://support.stripe.com/contact

#

Alternatively, can give it a try to test whether 512KB based on 1024 bytes will throw an error

clever cedar
#

ok, i've asked the support, but their approach on solving the issue doesn't seem right, anyway I've done a few tests, can you confirm if my reasoning is correct:

I've tried an uploaded a 516KB image based on a 1000B system, that based on a 1024 B system is 503KB, stripe rejected that logo, so stripe system must be based on a 1000B system, at least for logos and icons.

mystic nimbus
#

The logic sounds right to me. Do you have the request ID that the error was thrown, so that I can double check?

clever cedar
#

No because i did it from the stripe dashboard and the error from the network console said that the file uploaded was too large, so that was enough

north lagoonBOT
clever cedar
#

I've uploaded the same image through API, thats the req

Request req_uWPhxYzJo9LanD: The file you uploaded was too large. Please upload a file smaller than 512 kB

north lagoonBOT
unkempt bough
#

I think your finding is accurate yes. We can confirm if you write in directly to our team: https://support.stripe.com/contact/email?topic=api_integration

clever cedar
#

ok, I'll open another thread there, thanks!

unkempt bough
#

That comes directly to our engineering team so we can confirm for you

clever cedar
#

ok, thank you