GET
/intrafi_exclusions/{intrafi_exclusion_id}Get an IntraFi exclusion
Retrieves an IntraFi exclusion that prevents funds for an entity from being swept to a particular institution. Use intrafi_exclusion_id to identify the exclusion request and review its status and associated institution details.
intrafi_exclusion_idstringrequired
The identifier of the IntraFi exclusion to retrieve.
200Returns the IntraFi exclusion object, including its entity, status, institution details, and creation and processing timestamps.
bank_namestringrequired
The name of the excluded institution.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the exclusion was created.
entity_idstringrequired
The entity for which this institution is excluded.
excluded_atstringrequired
When this exclusion was confirmed by IntraFi.
fdic_certificate_numberstringrequired
The Federal Deposit Insurance Corporation's certificate number for the institution.
idstringrequired
The identifier of this exclusion request.
idempotency_keystringrequired
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
statusstringrequired
The status of the exclusion request.
submitted_atstringrequired
When this exclusion was submitted to IntraFi by Increase.
typestringrequired
A constant representing the object's type. For this resource it will always be `intrafi_exclusion`.
4XXReturned when the request cannot be processed because of a client-side error.
5XXReturned when the request cannot be completed because of a server-side error.
Error handling
The intrafi_exclusion_id path parameter must identify an existing IntraFi exclusion.