#Dawid Kolbusz
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I believe the only length we document is that you can expect IDs to be less than 255 characters:
https://stripe.com/docs/upgrades#:~:text=You can safely assume object IDs we generate will never exceed 255 characters
Is there context behind your question, are you encountering an error of some sort when interacting with a Customer object?
I want to add field length validation in our system and I am looking for the source of truth in the documentation. I caught myself that after specifying more than 256 characters for customer.name it received an exception.
Gotcha, I don't believe that is documented anywhere, but I believe if you send very long values to the fields you're worried about you'll be able to hit and see the limits.
Thank you for your reply