Get an issue
Retrieve the latest public details for a specific institution issue.
Request body
Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.
Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.
The KI- or INC-prefixed identifier of the issue to retrieve.
Response
OK
The customer-visible identifier of the issue.
The customer-facing category of an issue.
The customer-facing severity of an issue.
The identifier of the institution affected by the issue.
The name of the institution affected by the issue.
The customer-visible effects of the issue.
The API error type associated with the issue if available. Mirrors the error_type field on PlaidError returned on error responses and is safe for programmatic use. Always null or non-null together with issue_error_code.
The API error code associated with the issue if available. Always null or non-null together with issue_error_type.
A customer-facing explanation of the issue.
The party responsible for resolving an issue.
The customer-facing resolution state of an issue.
Guidance for an end user affected by the issue, or null when no guidance is available.
The estimated resolution time, or null when no estimate is available.
The time the issue began, or null when it is unknown. Only populated for incidents.
The time the issue ended, or null while it remains active.
The Plaid products affected by the issue.
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
Example response
{
"issue_error_type": "INSTITUTION_ERROR",
"issue_error_code": "INSTITUTION_NOT_RESPONDING"
}