#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/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.
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Alternatively, can give it a try to test whether 512KB based on 1024 bytes will throw an error
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.
The logic sounds right to me. Do you have the request ID that the error was thrown, so that I can double check?
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
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
Also the support on https://support.stripe.com/contact told me that is process based on 1024, but if that's true the test i did before should have passed
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok, I'll open another thread there, thanks!
That comes directly to our engineering team so we can confirm for you
ok, thank you