#Uniext - Errors
1 messages · Page 1 of 1 (latest)
Hello! I don't believe we make a full list of every possible error available anywhere. The closest things to that would be our error handling snippets in the API reference here: https://stripe.com/docs/api/errors/handling
And the details in our OpenAPI specification: https://github.com/stripe/openapi
Thanks for the quick reply! That's unfortunate, I was hoping to find something more comprehensive regarding the possible returns. When I checked the openapi I couldn't seem to find an exhaustive list for all error codes, can you direct me towards it if it exists?
I believe this it states it here: https://stripe.com/docs/error-codes
But I am trying to find the openapi equivalent
I don't think that level of detail is in the OpenAPI spec.
No problem. Another thing I noticed is that the api docs only show how to make api requests to "https://api.stripe.com/v1". Is this the 1st version of the stripe api? What about the version I declared on my dashboard, how do I make requests to that version.
The /v1 in the URL is not related to the date-style API version in your Dashboard. That /v1 is there as a REST API best practice.