#Uniext - Errors

1 messages · Page 1 of 1 (latest)

latent moat
#

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

dull ocean
#

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?

#

But I am trying to find the openapi equivalent

latent moat
#

I don't think that level of detail is in the OpenAPI spec.

dull ocean
#

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.

latent moat
#

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.

dull ocean
#

oh okay that makes sense

#

thanks Rubeus, your help was greatly appreciated