OPENAPI / COMPONENTS / SCHEMAS
stripe_api_error
stripe_api_errorCommon Stripe Identity error details. Identity-relevant public fields are modeled while additional Stripe fields remain allowed.
object6properties
codestringA Stripe error code that can be handled programmatically.
doc_urlstringAn official documentation URL for the reported error code.
messagestringA human-readable message with more details about the error.
paramstringFor a parameter-specific error, the related parameter name.
request_log_urlstringA URL to the request log entry in the Stripe Dashboard.
typestringrequiredThe type of error returned by Stripe.